Giter Site home page Giter Site logo

vaibrainium / neurexpo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from catniplab/neurexpo

0.0 0.0 0.0 804 KB

Visualizing neural spike trains and latent processes in real time.

License: MIT License

JavaScript 49.16% Python 3.56% TypeScript 29.51% CSS 0.39% TeX 12.94% HTML 4.45%

neurexpo's Introduction

NeurExpo

In neuroscience, many experimental settings call for real-time decoding of the latent processes emerging from a neural population's behavior. There exist many algorithms designed for this purpose, including online PCA, Kalman filtering, and variational joint filtering.

However, the output of these algorithms is usually high-dimensional, and restricting ourselves to visualizing the first 3 principal components is limiting. Further, raster plots of spike trains are cumbersome and difficult to interpret in the real-time setting. This software addresses these problems by allowing the user to adjust which 3 components of the latent trajectory are visualized and presenting a novel way of visualizing real-time spike trains.

Assuming there is a server-side program which reads from experimental hardware, sorts spikes, and infers a latent trajectory, we have designed a protocol for transmitting this data over a websocket and a portable browser-based GUI for visualizing it. The implementation of the server-side program will depend on the experimental hardware being used, but we have included some example scripts in python which demonstrate how to use our data transmission protocol.

Usage

Simply clone this repository and open client/home.html with your favorite browser.

You will likely have to write the server-side code yourself to fit your experimental hardware and whichever spike-sorting and latent trajectory inference algorithms you prefer. Compile and read manual/manual.tex for details on how to do this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.