writing
reflections on software engineering, deep learning, and everything in between.
building a javascript interpreter
walking through how i built a javascript interpreter from scratch with a lexer, parser, and executor.
read article
building a neural net from scratch
training an mnist classifier in pure numpy, no tensorflow or pytorch, with a 1000x speedup from vectorization.
read article