spikodrome / metasort

Spike sorting using collection of spike sorters
0 stars 0 forks source link

idea #1: classifier based on similarity across different algorithms #1

Open yarikoptic opened 5 years ago

yarikoptic commented 5 years ago

a rough idea

goal: to provide improved unit detection by combining results from multiple spike sorting algorithms. It closely relates to the idea of a metric to provide upper bound of accuracy for any spike sorting across multiple algorithms: https://github.com/flatironinstitute/spikeforest/issues/78#issuecomment-549647808

high level algorithm: given results (units) from multiple algorithms,

satra commented 5 years ago

this almost seems like ensembles of classifiers. you could create a bayesian formulation for this.

but the key is going to be validation: what is your validation dataset?

yarikoptic commented 5 years ago

this almost seems like ensembles of classifiers.

yeap

but the key is going to be validation: what is your validation dataset?

real (extracellular + intracellular recordings) and simulated - the ones https://spikeforest.flatironinstitute.org/ already uses . But eventually -- we would also train on curated data to learn professional idiosyncracies ;)