HACKER’S GUIDE TO NEURAL NETWORKS, #2
Deep LearningModelingMachine Learning|Neural Networksposted by Andrej Karpathy March 29, 2017
Chapter 2: Machine Learning In the last chapter we were concerned with real-valued circuits that computed possibly complex expressions of their inputs (the forward pass), and also we could compute the gradients of these expressions on the original inputs (backward pass). In this chapter we will... Read more