(Part 2) Best products from r/computergraphics

We found 7 comments on r/computergraphics discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 27 products and ranked them based on the amount of positive reactions they received. Here are the products ranked 21-40. You can also go back to the previous section.

Top comments mentioning products on r/computergraphics:

u/[deleted] · 1 pointr/computergraphics

Just saw this book on Amazon. Published June 2011.

u/jrandom · 1 pointr/computergraphics

They're not that hard to code. I generated similar images during the debugging of my feed-forward neural network code. (Feed-forward networks are probably the simplest ones to implement.)

To get past all the dense math, I recommend picking up a copy of "Practical AI Programming". That's where I got my start and it really cuts to the chase. Neural networks don't get complicated until you try to cross-breed recurrent clouds of neurons. :)

Edit: Whoops, got the name of the book wrong. It's AI Application Programming.