01 May 25
A tiny example Autograd engine
Cuda implementation of Micrograd
MiniTorch is a diy teaching library for machine learning engineers who wish to learn about the internal concepts underlying deep learning systems. It is a pure Python re-implementation of the Torch API designed to be simple, easy-to-read, tested, and incremental. The final library can run Torch code.
18 Feb 25
Good (negative) review of Perplexity.
16 Feb 25
So constant digital interruptions, colliding double-booked appointments, no awareness of last-minute deadlines, phoned in lectures, and using tech to isolate rather than to connect. All in a world driven to the brink by fires and drought. I’ll say one thing for 1987 Apple: they did make a cyberpunk video that’s more of a warning than a utopia.
27 Sep 24
Standard ML is a general purpose functional programming language. It is statically typed, which prevents a wide array of common programming errors, but also features powerful type inference, requiring few type declarations, if any. This makes it easy to build software that is easy to understand, extensible, and reliable.