Original Post
If you where to create a neural network, starting from zero, with random initiated structure and random initiated weights, could you somehow do one long simulation of the network and get it to learn in runtime? Like the human brain, it must never be turned of. Still, the brain is learning. I supose it is not by back propagation, cause it does not know the right answear (BP otherwise, actualy would work on neural nets in runtime supposed it is feeded with the right answears). Does anyone know how to make a neural network learn without having the right answears? Or without having to make a change in the entire network, hoping to find out whether it was a good change or a bad change? Is there some way to, more like how the brain works I guess, make the network 'understand' whether a change would be profitable or what changes would be profitable? (This is probably one of the great mysteries of the brain, but I am hoping we are going to solve it here!) [Edited by - TriKri on April 29, 2006 6:49:45 PM]