Top products from r/NeuralNetwork

We found 2 product mentions on r/NeuralNetwork. We ranked the 2 resulting products by number of redditors who mentioned them. Here are the top 20.

Next page

Top comments that mention products on r/NeuralNetwork:

u/ASalvail · 1 pointr/NeuralNetwork

Start by Christopher Bishop's book titled 'Pattern recognition and machine learning' (http://www.amazon.com/Pattern-Recognition-Learning-Information-Statistics/dp/0387310738). It's a very good book that I would recommend to anyone new to the field. It is a bit old by now and won't go into deep learning much.

Something more recent and in video format is the excellent class on neural networks given by Hugo Larochelle (Neural networks class - Université de Sherbrooke: http://www.youtube.com/playlist?list=PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH). This will broach the subject of deep learning and many of the more recent advances.

Hope this helps!

u/dmlbl · 3 pointsr/NeuralNetwork

If you want to get a beginner's outline of the deep learning landscape, try the 3rd Volume of Heaton's AI series, Deep Learning and Neural Networks.

Alongside, you may want to play around with a deep learning framework like Keras, in which it is simple to build your own GPU-powered neural networks.

Afterwards, Andrej Karpathy's recently taken down course on CNNs is probably a good bet.(you can still find the material online).