Spike Sorting Goal: Extract neural spike trains from MEA electrode data Method 1: Convolution of template spikes Method 2: Sort by spikes features.

Slides:



Advertisements
Similar presentations
Rerun of machine learning Clustering and pattern recognition.
Advertisements

1. Find the cost of each of the following using the Nearest Neighbor Algorithm. a)Start at Vertex M.
Introduction to Neural Networks 2. Overview  The McCulloch-Pitts neuron  Pattern space  Limitations  Learning.
1 Image Classification MSc Image Processing Assignment March 2003.
DIMENSIONALITY REDUCTION: FEATURE EXTRACTION & FEATURE SELECTION Principle Component Analysis.
also known as the “Perceptron”
Support Vector Machines
Spike Sorting I: Bijan Pesaran New York University.
Lecture 16 Spiking neural networks
Neural Connectivity from
Non-linear classification problem using NN Fainan May 2006 Pattern Classification and Machine Learning Course Three layers Feedforward Neural Network (FFNN)
Edge detection Goal: Identify sudden changes (discontinuities) in an image Intuitively, most semantic and shape information from the image can be encoded.
Lecture 14 – Neural Networks
Chapter 1: Introduction to Pattern Recognition
Pattern Recognition: Readings: Ch 4: , , 4.13
Radial Basis-Function Networks. Back-Propagation Stochastic Back-Propagation Algorithm Step by Step Example Radial Basis-Function Networks Gaussian response.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John.
Chapter 2: Pattern Recognition
1 Pattern Recognition Pattern recognition is: 1. The name of the journal of the Pattern Recognition Society. 2. A research area in which patterns in data.
CES 514 – Data Mining Lecture 8 classification (contd…)
Lecture 5 (Classification with Decision Trees)
Classifiers for Recognition Reading: Chapter 22 (skip 22.3) Slide credits for this chapter: Frank Dellaert, Forsyth & Ponce, Paul Viola, Christopher Rasmussen.
November 2, 2010Neural Networks Lecture 14: Radial Basis Functions 1 Cascade Correlation Weights to each new hidden node are trained to maximize the covariance.
Laurent Itti: CS599 – Computational Architectures in Biological Vision, USC Lecture 7: Coding and Representation 1 Computational Architectures in.
Neural Optimization of Evolutionary Algorithm Strategy Parameters Hiral Patel.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
嵌入式視覺 Pattern Recognition for Embedded Vision Template matching Statistical / Structural Pattern Recognition Neural networks.
Self-organizing Maps Kevin Pang. Goal Research SOMs Research SOMs Create an introductory tutorial on the algorithm Create an introductory tutorial on.
1 Pattern Recognition Concepts How should objects be represented? Algorithms for recognition/matching * nearest neighbors * decision tree * decision functions.
Spike Sorting for Extracellular Recordings
Data Mining Teaching experience at the FIB. What is Data Mining? A broad set of techniques and algorithms brought from machine learning and statistics.
Sec 1.5 Scatter Plots and Least Squares Lines Come in & plot your height (x-axis) and shoe size (y-axis) on the graph. Add your coordinate point to the.
Pattern Recognition April 19, 2007 Suggested Reading: Horn Chapter 14.
1 Pattern Recognition Pattern recognition is: 1. A research area in which patterns in data are found, recognized, discovered, …whatever. 2. A catchall.
Pattern Recognition 1 Pattern recognition is: 1. The name of the journal of the Pattern Recognition Society. 2. A research area in which patterns in data.
Breast Cancer Diagnosis via Neural Network Classification Jing Jiang May 10, 2000.
CSSE463: Image Recognition Day 11 Lab 4 (shape) tomorrow: feel free to start in advance Lab 4 (shape) tomorrow: feel free to start in advance Test Monday.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
CSSE463: Image Recognition Day 11 Due: Due: Written assignment 1 tomorrow, 4:00 pm Written assignment 1 tomorrow, 4:00 pm Start thinking about term project.
Old Dominion University Summer Research Progress: Week 1 – Hydrology, the Fourier Transform, and Spectrograms George Fava Department of Electrical and.
Computer Vision Spring ,-685 Instructor: S. Narasimhan WH 5409 T-R 10:30am – 11:50am Lecture #23.
COSC 4426 AJ Boulay Julia Johnson Artificial Neural Networks: Introduction to Soft Computing (Textbook)
Support-Vector Networks C Cortes and V Vapnik (Tue) Computational Models of Intelligence Joon Shik Kim.
The Coordinate System and Descriptive Geometry
1 Kernel Machines A relatively new learning methodology (1992) derived from statistical learning theory. Became famous when it gave accuracy comparable.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
How do you get here?
Pattern Recognition Lecture 20: Neural Networks 3 Dr. Richard Spillman Pacific Lutheran University.
EE368 Face Detection Project Angi Chau, Ezinne Oji, Jeff Walters 28 May, 2003.
IMAGE PROCESSING RECOGNITION AND CLASSIFICATION
CSSE463: Image Recognition Day 11
Table 1. Advantages and Disadvantages of Traditional DM/ML Methods
Pattern Recognition Sergios Theodoridis Konstantinos Koutroumbas
Machine Learning Week 1.
Blind Signal Separation using Principal Components Analysis
CSSE463: Image Recognition Day 20
CSSE463: Image Recognition Day 11
Prepared by: Mahmoud Rafeek Al-Farra
Spike Sorting for Extracellular Recordings
Reducing Training Time in a One-shot Machine Learning-based Compiler
Introduction to Deep Learning with Keras
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John.
Pattern Recognition & Machine Learning
Midterm Exam Closed book, notes, computer Similar to test 1 in format:
CSSE463: Image Recognition Day 11
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John.
CSSE463: Image Recognition Day 11
Using Clustering to Make Prediction Intervals For Neural Networks
Machine Learning.
Presentation transcript:

Spike Sorting Goal: Extract neural spike trains from MEA electrode data Method 1: Convolution of template spikes Method 2: Sort by spikes features

Cluster Cutting Advantages: –Better separation –Requires less information Disadvantages –Computationally intensive

Remap2pin02 Spikes

Selected Features 1.Max peak height 2.Voltage difference between max and second max 3.Sum of max positive and max negative peaks 4.Time between max positive and max negative peaks 5.Max width of a polarization

Features 1.Max peak height -- Color 2.Voltage difference between max and second max -- Z-axis 3.Sum of max positive and max negative peaks -- Y-axis 4.Time between max positive and max negative peaks -- X-axis 5.Max width of a polarization -- Size

Features Plot

Remap2pin02 Spikes

Training Features Plot

Future Direction Optimal feature choice Training algorithm –Bayesian clustering –Nearest neighbor –Support Vector Machine –Neural Network

Conclusion Data suggests we should be able to isolate individual neural firing patterns from MEA data Use MEA data to model and study network of neurons in culture