5 ms·
Just adding a +1 for http://neuralnetworksanddeeplearning.com/ http://neuralnetworksanddeeplearning.com/. It is really excellent. Clear, but mathematically rigo
by nwj 10y ago
Just adding a +1 for http://neuralnetworksanddeeplearning.com/ http://neuralnetworksanddeeplearning.com/. It is really excellent. Clear, but mathematically rigorous. Highly recommended.
- annnnd 10y agoAgreed - it gives a very solid overview of the field. Truth be told, it was a bit too mathematically rigorous for my taste, so I had trouble producing code for backpropagation. However with the second link (backpropagation step-by-step, with numbers so you can check progress) and then TensorFlow Jupyter notebooks I think I cracked it. Now I just an excuse to use ANN at work... ;)