Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alleninstitute/bmtk
Brain Modeling Toolkit
https://github.com/alleninstitute/bmtk
modeling neural-networks neuroinformatics neuron neuroscience python simulation
Last synced: 3 days ago
JSON representation
Brain Modeling Toolkit
- Host: GitHub
- URL: https://github.com/alleninstitute/bmtk
- Owner: AllenInstitute
- License: bsd-3-clause
- Created: 2017-09-22T18:42:44.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-02T01:26:21.000Z (4 days ago)
- Last Synced: 2025-02-03T09:05:10.858Z (3 days ago)
- Topics: modeling, neural-networks, neuroinformatics, neuron, neuroscience, python, simulation
- Language: Python
- Homepage: https://alleninstitute.github.io/bmtk/
- Size: 230 MB
- Stars: 282
- Watchers: 27
- Forks: 89
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# The Brain Modeling Toolkit
A software development package for building, simulating, and analyzing large-scale networks of different levels of resolution.
Please give feedback via our brief [user survey](https://docs.google.com/forms/d/e/1FAIpQLSfwZQhvHF0JH9BLrKXfAtyagy9_d-Y0x5VRX85aDY2-p9-u1g/viewform), which will inform future development, fixes, and documentation.
Registering allows us to communicate with BMTK users and is encouraged, but not required: [registration link](https://secure2.convio.net/allins/site/SPageServer/?pagename=modeling_tools).
See the paper about BMTK: [link](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1008386).
Please cite BMTK as follows:
Dai et al. Brain Modeling Toolkit: An open-source software suite for multiscale modeling of brain circuits. PLoS Comput Biol 16(11): e1008386. https://doi.org/10.1371/journal.pcbi.1008386
## Level of Support
We are releasing this code to the public as a tool we expect others to use. Questions concerning bugs and related issues are welcomed. We expect to address them promptly and pull requests will be vetted by our staff before inclusion.
## Quickstart
bmtk requires Python 2.7 or 3.5+, plus [additional python dependicies](https://alleninstitute.github.io/bmtk/index.html#base-installation). To install with
base requirements from a command-line:```bash
$ git clone https://github.com/AllenInstitute/bmtk.git
$ cd bmtk
$ python setup.py install
```There are examples of building models and running simulations located in docs/examples/. Some of the simulation engines may require additional requirements to run.
##### Tests
There are a collection of unit tests in `bmtk.tests` which can be run using pytest
```bash
$ cd bmtk
$ py.test
```## Documentation
[User Guide](https://alleninstitute.github.io/bmtk/)
- [Building network models](https://alleninstitute.github.io/bmtk/builder.html)
- [Running biophysical simulations](https://alleninstitute.github.io/bmtk/bionet.html)
- [Running point-neuron simulations](https://alleninstitute.github.io/bmtk/pointnet.html)
- [Running population-level simulations](https://alleninstitute.github.io/bmtk/popnet.html)Copyright 2017 Allen Institute