spy16 / goworm

πŸ› GoWorm is a simulation tool for simple point neuron based spiking neural network models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› GoWorm

GoDoc Go Report Card Go

GoWorm is a simulation system for simple point neuron networks. goworm is generic enough to run different models defined using simple JSON files. A full connectome of C.Elegans is provided.

Usage

  1. Install the console version using go get -u -v github.com/spy16/goworm

  2. Run the model using:

    $ goworm -model c_elegans.json -tick 100ms -addr :8081
    
    # -model configures the model file to read from (can be "-" to read from standard input).
    # -tick configures the simulation step interval (use <1 second).
    # -addr configures the HTTP API server address for the control API.
  3. Poke different cell groups using curl http://localhost:8081/poke?group=nose

Note: Refer c_elegans.json for model format.

References:

  1. https://github.com/Flowx08/Celegans-simulation
  2. https://github.com/Connectome/GoPiGo

About

πŸ› GoWorm is a simulation tool for simple point neuron based spiking neural network models.

License:GNU General Public License v3.0


Languages

Language:Go 95.8%Language:Makefile 4.2%