All Projects → AllenInstitute → Bmtk

AllenInstitute / Bmtk

Licence: bsd-3-clause
Brain Modeling Toolkit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bmtk

Componentarrays.jl
Arrays with arbitrarily nested named components.
Stars: ✭ 72 (-59.32%)
Mutual labels:  modeling, neural-networks, simulation
Vehicle-Dynamics-Lateral
OpenVD: Vehicle Dynamics - Lateral
Stars: ✭ 50 (-71.75%)
Mutual labels:  simulation, modeling
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (-62.71%)
Mutual labels:  simulation, modeling
Nengo
A Python library for creating and simulating large-scale brain models
Stars: ✭ 615 (+247.46%)
Mutual labels:  neural-networks, neuroscience
COMOKIT-Model
A GAMA (http://gama-platform.org) model on the assessment and comparisons of intervention policies against the CoVid19 pandemics
Stars: ✭ 23 (-87.01%)
Mutual labels:  simulation, modeling
data-science-notes
Open-source project hosted at https://makeuseofdata.com to crowdsource a robust collection of notes related to data science (math, visualization, modeling, etc)
Stars: ✭ 52 (-70.62%)
Mutual labels:  simulation, modeling
Simpeg
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical applications.
Stars: ✭ 283 (+59.89%)
Mutual labels:  modeling, simulation
Sealion
The first machine learning framework that encourages learning ML concepts instead of memorizing class functions.
Stars: ✭ 278 (+57.06%)
Mutual labels:  modeling, neural-networks
Fastscape
A fast, versatile and user-friendly landscape evolution model
Stars: ✭ 22 (-87.57%)
Mutual labels:  modeling, simulation
Imagine Old
Modeling and simulations using computational graphs
Stars: ✭ 25 (-85.88%)
Mutual labels:  modeling, simulation
Jomini
Historical battle simulation package for Python
Stars: ✭ 31 (-82.49%)
Mutual labels:  modeling, simulation
Pyphi
A toolbox for integrated information theory.
Stars: ✭ 246 (+38.98%)
Mutual labels:  modeling, neuroscience
Gama
Core plug-in projects of the GAMA platform
Stars: ✭ 196 (+10.73%)
Mutual labels:  modeling, simulation
PVSystems
A Modelica library for photovoltaic system and power converter design
Stars: ✭ 20 (-88.7%)
Mutual labels:  simulation, modeling
Neurolib
Easy whole-brain modeling for computational neuroscientists 🧠💻👩🏿‍🔬
Stars: ✭ 188 (+6.21%)
Mutual labels:  neural-networks, neuroscience
Ditras
DITRAS (DIary-based TRAjectory Simulator), a mathematical model to simulate human mobility
Stars: ✭ 19 (-89.27%)
Mutual labels:  modeling, simulation
Pumas.jl
Pharmaceutical Modeling and Simulation for Nonlinear Mixed Effects (NLME), Quantiative Systems Pharmacology (QsP), Physiologically-Based Pharmacokinetics (PBPK) models mixed with machine learning
Stars: ✭ 84 (-52.54%)
Mutual labels:  neural-networks, simulation
Nrn
NEURON Simulator
Stars: ✭ 140 (-20.9%)
Mutual labels:  simulation, neuroscience
Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (-3.39%)
Mutual labels:  modeling
Dvid
Distributed, Versioned, Image-oriented Dataservice
Stars: ✭ 174 (-1.69%)
Mutual labels:  neuroscience

The Brain Modeling Toolkit

A software development package for building, simulating and analyzing large-scale networks of different levels of resolution.

See the paper about BMTK: link.

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, pull requests will vetted by our staff before inclusion.

Quickstart

bmtk requires Python 2.7 or 3.5+, plus additional python dependicies. To install with base requirements from a command-line:

 $ 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 additonal requirements to run.

Tests

There are a collection of unit-tests in bmtk.tests which can be run using pytest

  $ cd bmtk
  $ py.test

Documentation

User Guide

Copyright 2017 Allen Institute

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].