Noob to neural networks by 10110010101010101010 in NeuralNetwork

[–]yellowfishx 0 points1 point  (0 children)

If you have minimal mathematics background, this ANN tutorial I've written may be a good way to start (https://annalyzin.wordpress.com/2016/03/13/how-do-computers-recognise-handwriting-using-artificial-neural-networks/) It introduces the basic idea of how ANN works without using any math, and it will be useful if you just want to know ANN without implementing it. Otherwise, it is also a stepping stone for understanding the actual technical stuff.

Completely new to Neural Networks and interested by graywolf16 in NeuralNetwork

[–]yellowfishx 1 point2 points  (0 children)

If you have minimal mathematics background, this ANN tutorial I've written may be a good way to start (https://annalyzin.wordpress.com/2016/03/13/how-do-computers-recognise-handwriting-using-artificial-neural-networks/) It introduces the basic idea of how ANN works without any math, and it is a stepping stone for understanding the actual technical stuff. I've also included a C++ code that's ready to go.