Skip to content

NN4Neurosim/nn4n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NN4N: Neural Networks for Neurosimulations

License PyPI version Downloads Downloads

About

Artificial Neural Networks (ANNs) trained with backpropagation, despite being biologically unrealistic, are exceptionally straightforward to configure, train, and evaluate, while allowing for exact examination of each neuron and weight. A growing trend within computational neuroscience is thus to train ANNs on simulated tasks to 'connect the dots', and then to compare their neuronal traits with those of biological brains to derive the underlying mechanisms of the brain.

This project implements Recurrent Neural Networks (RNNs) and Multilayer Perceptrons (MLPs) designed for a parametrized and granular control over network modularity, synaptic plasticity, and other constraints to enable biologically feasible modeling of brain regions.

Documentation

Documentation is available at here.

Acknowledgement

Immense thanks to Dr. Christopher J. Cueva for his mentorship in developing this project. This project can't be done without his invaluable help.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.