Hacker News new | ask | show | jobs
by kretash 3331 days ago
Would really like to find something similar but that teaches how to implement the layers and the network too. I feel like I'm not going to become familiar with NN's until I understand how it's built underneath too.

Does anybody have any good resources for that?

3 comments

I've always found Daniel Shiffman's writing to be very approachable (http://natureofcode.com/book/chapter-10-neural-networks/)
You could try looking at Tariq Rashid's video and book: https://www.youtube.com/watch?v=2sevic5Vy4E

https://www.amazon.com/Make-Your-Own-Neural-Network-ebook/dp...

NN as a concept is hard since it is taught with math, however, I found his book to be easier than any other books I've read as it uses minimal math and down to earth explanations. Since NNs can implemented in most languages, I wish that a universal NN language could be developed that anyone could use vs having to learn it from other languages.

That book is only $4 on Kindle. Just purchased it--quite good for a beginner.