Flowx08 / Celegans-simulation

C.elegans brain and body simulation
MIT License
49 stars 5 forks source link

What are your thoughts on neuron simulation complexity and accuracy? #1

Open treeform opened 9 years ago

treeform commented 9 years ago

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?

Flowx08 commented 8 years ago

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.