Giter VIP home page Giter VIP logo

spikesorting.jl's Introduction

Build Status codecov.io

SpikeSorting.jl

Online spike sorting methods in Julia

Installation

Pkg.clone("https://github.com/paulmthompson/SpikeSorting.jl.git")

Documentation

http://spikesortingjl.readthedocs.org/en/latest/

Introduction

This is a Julia implementation of various spike sorting methods. Our big picture goal is to have a system that can perform online sorting of data that is acquired via a Intan RHD2000 acquisition board:

https://github.com/paulmthompson/Intan.jl

In addition, we are trying to put many existing online algorithms, or potential online algorithms, into one place, and optimize them for speed.

Current Functionality and TODO

Calibration

  • thresholds for power detection
  • templates from rawsignal waveforms
  • thresholds for raw signal detection
  • threshold for NEO
  • power normalization for MCWC
  • Need to add a periodic "recalibration" where the thresholds are recalculated (probably at the end of each analysis block).

Detection

  • Power Thresholding
  • Raw Signal Threshold (as in Quiroga 2004)
  • Nonlinear Energy Operator (Choi et al 2006)
  • Continuous Wavelet Transform (Nenadic et al 2005)
  • Multiscale Correlation of Wavelet Coefficients (Yang et al 2011)
  • Stationary Wavelet Transform (Brychta et 2007)

Alignment

  • maximum index
  • alignment accounting for shape (as in OSort)
  • Upsampling via fft
  • upsampling via cubic splines
  • center of mass (as in Sahani 1999 dissertation)

Overlap

  • Continuous Basis Pursuit (Ekanadham et al 2014)
  • Sequential Bayesian inference (Haga et at 2013)

Feature Extraction:

  • PCA
  • Wavelet packet decomposition (Hulata et al 2002)
  • Classification algorithm based on frequency domain features (Yang et al 2013)

Clustering:

Connectivity Models

  • BIRCH
  • CLASSIT

Centroid Models

  • Hierachical Adaptive Means (Paraskevopoulou et al 2014)
  • OSort (Rutishauser et al 2006)

Distribution Models

  • Time varying Dirichlet process (Gasthaus et al 2009)

Density Models

  • DenStream

Notes: There are many different clustering methods. For a totally unsupervised, online implementation, the number of clusters needs to be determined automatically. The clusters should be able to adapt over time to compensate for things like electrode drift. Also, the clustering algorithm should have a sense of an "outlier."

spikesorting.jl's People

Contributors

paulmthompson avatar javgoret avatar allenyin avatar

Watchers

James Cloos avatar  avatar

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.