Neural Nets simulation
Uploader Comments (badmephisto)
Top Comments
-
That explains why I'm sexually attracted to fruit flies: too many glia-cells.
-
reminds me of death.
thanks!
All Comments (63)
-
Efficiency... do you see?
-
@badmephisto If I remember correctly the study of neural networks had the output of the oop programming.
-
would look good as a screensaver
-
That sounds really awesome. You need to post it haha. I would also be interested in the source code.
-
the layout of the network kind of reminds me of the galaxies in the first Elite game...
-
type won before youtube!!! its pretty cool
-
Quite interesting. Did you make this program. If not, do you know where I could obtain it? I am assuming you did program it though. If that is the case, would you mind posting a link for it or something?
-
Please could you tell me if this is correct?
watch?v=sPHwPbGP5Pk
somthing to improve?
Whats the point of a neural network. Is it faster or something. I don't see what the advantage is to use one in any situation.
Houshalter 1 year ago
neural networks have a lot of nice properties. They are general function approximators and yes they are pretty efficient most of the time. Most recently there has been some impressive progress in deep belief nets and convolutional RBM's that looks nice
badmephisto 1 year ago
also what programming language? Many thanks for any help! :)
scorpius420 2 years ago
Its made in Python.
It is NOT good, and was made looong time ago. I have since developed a MUCH more biologically correct model. Maybe I will post it sometime soon... the new one Does have Hebbian Learning, and also stuff like Inhibition, Refractory periods, and it Can compute output for set of inputs and do recognitions.
badmephisto 2 years ago
That's not a simple one-time feedforward network. That's a "massively parallel" network, where the neurons fire at different times dependent upon input and/or time intervals.
RLore18 2 years ago
Well I never heard it in those terms. If you want to get technical it is simply a recurrent spiking neural network...
badmephisto 2 years ago