Skip to content

spolivin/nnzerotohero_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks: Zero to Hero (Exercises solutions)

This repository contains my solutions to exercises given by Andrej Karpathy in his course Neural Networks: Zero to Hero.

Lecture Name Solution link
#1 The spelled-out intro to neural networks and backpropagation: building micrograd Solution
#2 The spelled-out intro to language modeling: building makemore Solution
#3 Building makemore Part 2: MLP Solution
#4 Building makemore Part 3: Activations & Gradients, BatchNorm Solution
#5 Building makemore Part 4: Becoming a Backprop Ninja Solution
#6 Building makemore Part 5: Building WaveNet Solution