Best products from r/neuralnetworks

We found 2 comment on r/neuralnetworks discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 2 products and ranked them based on the amount of positive reactions they received. Here are the top 20.

Top comments mentioning products on r/neuralnetworks:

u/Gimagon · 2 pointsr/neuralnetworks

I would highly recommend Aurélien Géron's book. The first half is an introduction to standard machine learning techniques, which I would recommend reading through if you have little familiarity. The second half is dedicated to neural networks and takes you from the basics up to very results from very recent (2017) literature. It has examples building networks both from scratch and with TensorFlow.

If you want to dive deeper, the book Deep Learning is a little more theoretical, but lacks a lot of low level detail.

Joel Grus's "Data Science From Scratch" is another good reference.