Blog
Thoughts on software topics.
Neural Network From Scratch
A neural network model to classify handwritten numbers, trained from an open source dataset. Written from scratch in Python.
DEMORead moreRead
Processing 1 billion rows
Processing 1 billion rows of data with native Python 3.12, in under a minute, with 93 lines of code.