What does a neural network actually do?
moalquraishi.wordpress.com
What does a neural network actually do?
1–10 of 39 posts
Re: What does a neural network actually do?
#2Re: What does a neural network actually do?
#3I use the word "traditional" to describe the NN architecture discussed in the article. Recent NN research has been promising [1], but this article strictly discusses traditional NN's. I don't really have much experience with the newer NN algorithms, so I'm not sure to what extent they suffer from the same problems as traditional NN's.
[1] http://en.wikipedia.org/wiki/Neural_network#Recent_improveme...
Re: What does a neural network actually do?
#4Re: What does a neural network actually do?
#5They write comments on HN.
Re: What does a neural network actually do?
#6I've found that, in practice, traditional neural networks tend to be prone to overfitting and are finicky about their parameters (in particular the topology and number of nodes you choose). I use the word "traditional" to describe the NN architecture discussed in the article. Recent NN research has been promising [1], but this article strictly discusses traditional NN's. I don't really have much experience with the n…
Re: What does a neural network actually do?
#7Looks like an interesting text, but to be honest I didn't understand a substantial portion of it.
Re: What does a neural network actually do?
#8This is a fundamental Question: Can we really say and predict what a neural network does?
Contrary to an engineered / constructed algorithm a neural network is 'trained'.
Whenever we will present a 'known' input pattern it will reposnd with a 'learned' response.
This however introduces interesting problems: How can we _debug_ a neural network? How can we debug a correlation? Sure we can tune its paramters, we can train it some more to again show the desired response. But reaching this point we just abandoned knowing how the intrinsic algorithm works in favor to just focussing on the result.
Okay - now if we follow this argument - this would lead to: If we simulate the whole brain by simulating the neural network, we won't gain any knowlege about the intrinsic workings of the brain. We won't find any enlightenment about the innermost algorithm _represented_ by the neural network we call our brain.
Re: What does a neural network actually do?
#9I've found that, in practice, traditional neural networks tend to be prone to overfitting and are finicky about their parameters (in particular the topology and number of nodes you choose). I use the word "traditional" to describe the NN architecture discussed in the article. Recent NN research has been promising [1], but this article strictly discusses traditional NN's. I don't really have much experience with the n…
[1] http://arxiv.org/pdf/1207.0580.pdf [2] http://cs.nyu.edu/~wanli/dropc/
Re: What does a neural network actually do?
#10They write comments on HN.
Those are Markov-chain based text generators. (yes, I got the joke).