Machine Learning Career Guide
0.1.0
Coding
Data Structures & Algorithms
Machine Learning Coding
Getting Dirty with Details
How Python Compiles and Executes The Source Code
Write
backprop
From Scratch
Language Modeling Implementations
GPU Programming
Read the Fucking Manual (RTFM)
Machine Learning Theory
Machine Learning Systems
Applied Machine Learning
Product System Design
General Skills
Non-Research Topics
Machine Learning Career Guide
Docs
»
Coding
»
Getting Dirty with Details
View page source
Getting Dirty with Details
ΒΆ
How Python Compiles and Executes The Source Code
The Big Picture
Prerequisite: Setting up devenv
Adding
|>
Operator
Part 1: From Source Code to Abstract Syntax Tree
Adding tokenizer support
TL;DR
In-Depth
Adding grammar support
TL;DR
In-Depth
Write
backprop
From Scratch