40,000 Neuron Spider
Uploader Comments (automenta)
All Comments (16)
-
How long does it take to learn this stuff?
-
What are ins and outs for the network? Does it learn anything anyhow?
-
Did you use hyperNEAT for this?
-
C++ nor Java, nor C# is a programm, you silly guy ;)
They are programming languages.
You can vitit my channel, there in movies section are "artificial bees" which senses sorround, trained by some king of genetic algorithm, introduced by me: spiking firebug optimisation. WIsh you best to understand :)
-
bro, isnt it simpler to make ANN with 6 outputs and controll that with IR/cinematics? That HUGE network havent any sense... you can reach same thing much, MUCH, simpler.
-
Hello, I am studying neuroscience for a project, I wish to create a virtual robot that senses it's surroundings and learns from it's enviroment with some form of Genetic Learning. Could you tell me what programs you used to create this? C++, Java, CSharp?
By the way I'm a very smart 13 year old with a big love for science.
Have you trained this neural network? Without training a Neural Network is just a random signal generator/scrambler...you can use a genetic algorithm (but simulating a population of 100 individuals with 40.000 neuron each could require centuries) or other techiniques like reinforcement learning or supervised learnig :)
DarioTheRadioStar 2 months ago
@DarioTheRadioStar thanks for the suggestion. these are randomly wired spiking neural networks in open feedback loop with a 3d physical environment. the networks learn according to a modified hebbian synapse updating rule adapted from the Critterding software. Critterding uses evolution to evolve neural network structure BTW. The experiment is to see whether massive spiking neural networks can exhibit intelligent behavior. In our latest code, the networks dynamically self grow and prune
automenta 2 months ago