Tagged Questions
0
votes
2answers
206 views
Learning Algorithms/Neural networks books? [duplicate]
Possible Duplicate:
Machine learning cookbook / reference card / cheatsheet?
Machine learning self-learning book?
What are some good theoretical and practical machine learning algorithms ...
4
votes
2answers
252 views
On-line detection of over-fitting in neural networks
As we train a neural network, we have access to the error-rate (both on training, and test patterns). What are standard techniques to use this information to stop the learning as quickly as possible ...
1
vote
0answers
135 views
Calculating VC-dimension of a neural network
If I have some fixed non-recurrent (DAG) topology (fixed set of nodes and edges, but the learning algorithm can vary the weight on the edges) of sigmoid neurons with $n$ input neurons which can only ...
2
votes
3answers
535 views
Back propagation neural network data input advice
I am currently doing a project which involves pothole detection and neural networks. So far, I have an Android phone that reads Accelerometer readings and writes the X,Y,Z Axis aswell as the Amplitude ...
7
votes
2answers
1k views
What are the differences between hidden Markov models and neural networks?
I'm just getting my feet wet in stats so I'm sorry if this question does not make sense. I have used Markov models to predict hidden states(unfair casios, dice rolls,etc) and neural networks to study ...
10
votes
3answers
1k views
Can someone please explain the back-propagation algorithm?
What is the back-propagation algorithm and how does it work?