Deep dive into the small details of micrograd
omrishneor.github.io·4d·
Discuss: Hacker News
Flag this post

Introduction

In this first post in a series of posts where I will deep dive into the lectures of Andrej Karpathy’s “Neural Networks: Zero to Hero” course. I want to explore the small details that were skimmed through, left out or not explained in depth in the first lecture about micrograd. And hopefully add some intuition and motivation behind some concepts that were introduced in that lecture.

In the first lecture of the series, we are introduced to the concept of building a simple neural network framework from scratch using Python. The framework is called “micrograd”. It serves as a minimalistic implementation to help us understand the underlying mechanics …

Similar Posts

Loading similar posts...