/BrainBase

Platform for running and interfacing with neural networks. The current configuration is a C Elegans roundworm connectome which asynchronously pings IP addresses generated from energy accumulations in the first 32 ventral/dorsal muscles. Positive responses to these pings trigger firing of the "food" neurons. This configuration is based on the work of Timothy Busbice (github.com/Connectome/GoPiGo) and Gabriel Garrett (github.com/ggaabe/GoPiGo).

Primary LanguagePython

BrainBase

Platform for running and interfacing with neural networks.

A connectome is represented as a .net file, which stores neuron names and their associated connections. All .net files should take the following form:


neuron_name1
connection1 weight
connection2 weight
connection3 weight
connection4 weight

neuron_name2
connection1 weight
connection2 weight
connection3 weight

No optimization algorithms are included at this point.

The current configuration is a C Elegans roundworm connectome which asynchronously pings IP addresses generated from energy accumulations in the first 32 ventral/dorsal muscles. Positive responses to these pings trigger firing of the "food" neurons. This configuration is based on the work of Timothy Busbice (github.com/Connectome/GoPiGo) and Gabriel Garrett (github.com/ggaabe/GoPiGo).