01 May 25



A tiny example Autograd engine

by struanr 7 months ago

Cuda implementation of Micrograd

by struanr 7 months ago

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.

by struanr 7 months ago













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.

by 2097 10 months ago

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.

by eli 1 year ago saved 2 times