Simbrain Web
Basic web version of Simbrain, a neural network simulator and visualizer.
Key Bindings / Instructions
- space Iterate network once
- P Place neuron at the last click location
- shift Multi select (this also allows you to drag multiple neurons at once)
- 1 Mark selected neurons as source
- 2 Connect source neurons to selected neurons
- (to clear source selection, press 1 again when selection is empty)
- Click on neuron to select
- Start drag on empty space to use selection marquee
- Click on empty space to deselect
- del Delete selected elements
- N Select all neurons
- ctrl + A / cmd + A Select all screen elements
- up Contextually increase value of selected elements (neuron: activation, synapse: weight)
- down Contextually decrease value of selected elements (neuron: activation, synapse: weight)
- D Debug (print all neurons and synapses)
You can also check out the official documentation. Beware that not all features are implemented at this moment.