-
Notifications
You must be signed in to change notification settings - Fork 3
Neural decoder example #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <?xml version="1.0" encoding="utf-8"?> | ||
| <PackageConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
| <Packages> | ||
| <Package id="Bonsai" version="2.8.5" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Edit: Ah, I didn't realize this was a stale PR already covered by #19 in this regard.
Please ensure to update this PR to Bonsai 2.9.0 prior to merging, similar to #18 or #19
The easiest way to do this is to put the 2.9.0 Bonsai.exe here and launch it and everything else should be automatic. (Don't do it manually, 2.9.0 has new core dependencies it'll need to add.)
(Worth noting that I did not review any other files, just wanted to make this note.)
|
This PR was superseded by #17 |
Summary
This PR adds a new example demonstrating how to use the Bonsai.ML.NeuralDecoder package. It uses a bayesian state space point process model to decode an animal's position in real time using either spike sorted or clusterless neural activity from tetrode recordings in the hippocampus.
Changes