Celegans-simulation icon indicating copy to clipboard operation
Celegans-simulation copied to clipboard

What are your thoughts on neuron simulation complexity and accuracy?

Open treeform opened this issue 10 years ago • 1 comments

Other simulations have used complex algorithms per neural, while you seem to have used a simple perceptron. Your worm seems to do the wormy things? You seemed to have showed that a perceptron is enough, no need to mess with chemical levels, spiking times etc... What are your thoughts on neuron simulation complexity and accuracy?

treeform avatar Sep 21 '15 14:09 treeform

Well, I've wrote the spiking neural network implementation in brain.h/c months before this project and my goal was to understand if it was possible to create complex and intelliget behaviors with this alghorithms and not to accurately simulate a nervous system. This simulation is not accurate, it's a simple expleriment. The cool thing is that the worm behaviours aren't random or strange.

Flowx08 avatar Sep 30 '15 19:09 Flowx08