Hacker News new | ask | show | jobs
by dicroce 4128 days ago
The best introduction to neural networks is called "Hackers Guide to Neural Networks":

http://karpathy.github.io/neuralnets/

The best thing about this article is how he breaks down the math. The main idea: slightly tweak an argument to a function to get the output slightly closer to your desired output. He then presents a couple of ways to achieve this...