bonsai-rx / machinelearning

Bonsai Library containing reactive infrastructure for machine learning
https://bonsai-rx.org/machinelearning/
MIT License
4 stars 4 forks source link

New package for decoding neural activity #37

Open ncguilbeault opened 6 days ago

ncguilbeault commented 6 days ago

Summary

This PR adds 2 new packages to the Bonsai.ML namespace. The first package, called Bonsai.ML.NeuralDecoder is a package designed to interface with the bayesian-neural-decoder python package for performing online decoding of neural activity. The second package, Bonsai.ML.NeuralDecoder.Design builds on this package by adding custom visualizers to observe the decoded posterior distribution over time with respect to the prediction, and adds a mashup visualizer to allow the user to overlay the true position of the animal.

Changes