https://github.com/bonsai-rx/machinelearning
Bonsai Library containing reactive infrastructure for machine learning
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Keywords
Repository
Bonsai Library containing reactive infrastructure for machine learning
Basic Info
- Host: GitHub
- Owner: bonsai-rx
- License: mit
- Language: C#
- Default Branch: main
- Homepage: https://bonsai-rx.org/machinelearning/
- Size: 13.6 MB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 11
- Releases: 6
Topics
Metadata Files
docs/README.md
Bonsai - Machine Learning
The Bonsai.ML project is a collection of packages designed to integrate machine learning algorithms with Bonsai. This document provides an overview of the available packages and their functionalities.
Core Packages
Bonsai.ML Provides common tools and functionality.
Bonsai.ML.Design Provides common tools and functionality for visualizers and editor features.
Bonsai.ML.Data Provides common tools and functionality for working with data.
Bonsai.ML.Python Provides common tools and functionality for C# packages to interface with Python.
Available Packages
Bonsai.ML.LinearDynamicalSystems
Facilitates inference using linear dynamical systems (LDS). It interfaces with the lds_python package using the Bonsai - Python Scripting library.
Bonsai.ML.LinearDynamicalSystems.Kinematics Supports the use of the Kalman Filter for inferring kinematic data.
Bonsai.ML.LinearDynamicalSystems.LinearRegression Utilizes the Kalman Filter to perform online Bayesian linear regression.
Bonsai.ML.LinearDynamicalSystems.Design
Visualizers and editor features for the LinearDynamicalSystems package.
Bonsai.ML.HiddenMarkovModels
Facilitates inference using Hidden Markov Models (HMMs). It interfaces with the ssm package using the Bonsai - Python Scripting library.
Bonsai.ML.HiddenMarkovModels.Observations Provides functionality for specifying different types of observations.
Bonsai.ML.HiddenMarkovModels.Transitions Provides functionality for specifying different types of transition models.
Bonsai.ML.HiddenMarkovModels.Design
Visualizers and editor features for the HiddenMarkovModels package.
Bonsai.ML.PointProcessDecoder
Interfaces with the PointProcessDecoder package which can be used for decoding neural activity and other point processes.
Bonsai.ML.Torch
Interfaces with the TorchSharp package, a C# wrapper around the torch library. Provides tooling for manipulating tensors, performing linear algebra, training and inference with deep neural networks, and more.
[!NOTE] Bonsai.ML packages can be installed through Bonsai's integrated package manager and are generally ready for immediate use. However, some packages may require additional installation steps. Refer to the specific package section for detailed installation guides and documentation.
Development Roadmap
The ultimate goal of the Bonsai.ML project is to bring powerful machine learning tools into Bonsai to enable intelligent experimental control. To achieve this, our plan is to incorporate several different packages, models, frameworks, and language integrations. You can follow our progress by going to the Bonsai ML development roadmap.
Feedback and Contributions
Bonsai.ML is an open-source project and we welcome contributions and feedback from the community. If you have any comments or questions, or require assistance, please feel free to open an issue on the GitHub repo. If you would like to contribute to the project, please see our Contributor Guide. By contributing to our project, we also expect you to uphold our community Code of Conduct.
Acknowledgments
Development of the Bonsai.ML package is supported by the Biotechnology and Biological Sciences Research Council [grant number BB/W019132/1].
Owner
- Name: Bonsai
- Login: bonsai-rx
- Kind: organization
- Website: bonsai-rx.org
- Repositories: 13
- Profile: https://github.com/bonsai-rx
A visual language for reactive programming
GitHub Events
Total
- Issues event: 18
- Watch event: 3
- Delete event: 10
- Issue comment event: 22
- Push event: 64
- Pull request review comment event: 93
- Pull request review event: 72
- Pull request event: 33
- Fork event: 2
- Create event: 7
Last Year
- Issues event: 18
- Watch event: 3
- Delete event: 10
- Issue comment event: 22
- Push event: 64
- Pull request review comment event: 93
- Pull request review event: 72
- Pull request event: 33
- Fork event: 2
- Create event: 7
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| ncguilbeault | n****t@g****m | 639 |
| glopesdev | g****v | 48 |
| David Maas | d****t@n****g | 8 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 7
- Total pull requests: 20
- Average time to close issues: 2 months
- Average time to close pull requests: about 1 month
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 0.43
- Average comments per pull request: 0.2
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 7
- Pull requests: 20
- Average time to close issues: 2 months
- Average time to close pull requests: about 1 month
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 0.43
- Average comments per pull request: 0.2
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ncguilbeault (11)
- glopesdev (2)
- PathogenDavid (1)
- banchan86 (1)
- robustcircuit (1)
Pull Request Authors
- ncguilbeault (29)
- glopesdev (11)
- PathogenDavid (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 13
-
Total downloads:
- nuget 8,454 total
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 44
- Total maintainers: 1
nuget.org: bonsai.ml.lineardynamicalsystems
A Bonsai package for implementing the Kalman Filter using python.
- Homepage: https://bonsai-rx.org/machinelearning
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.visualizers
A package for the Bonsai visual programming language.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.2.0
published about 2 years ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.pointprocessdecoder
A Bonsai package for running a neural decoder based on point processes using Bayesian state-space models.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.pointprocessdecoder.design
A package for visualizing data from the Bonsai.ML.PointProcessDecoder package.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.torch-cpu
A Bonsai package for TorchSharp tensor manipulations. This package combines the Bonsai.ML.Torch package with LibTorch 2.5.1 CPU support.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.torch
A Bonsai package for TorchSharp tensor manipulations.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.hiddenmarkovmodels.design
A package for visualizing data from the Bonsai.ML.HiddenMarkovModels package.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.hiddenmarkovmodels
A Bonsai package for hidden markov models. Interfaces with the SSM python package using the Bonsai.Scripting.Python package.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml
Bonsai Library containing reactive infrastructure for machine learning.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.design
A package for the Bonsai visual programming language.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.data
Provides common tools and functionality for working with ML data.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.lineardynamicalsystems.design
A package for visualizing data from the Bonsai.ML.LinearDynamicalSystems package.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
nuget.org: bonsai.ml.python
Bonsai Library containing python integration functions for machine learning.
- Homepage: https://bonsai-rx.org/machinelearning
- License: mit
-
Latest release: 0.4.1
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- Bonsai.Core 2.8.0