Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

eli.thegreenplace.net

Eli Bendersky's website

Get the latest updates from Eli Bendersky's website directly as they happen.

Follow now 243 followers

Latest posts

Last updated 3 days ago

Summary of reading: January - March 2025

3 days ago

"The Birth of Britain: A History of the English Speaking Peoples, Volume...

Notes on implementing Attention

8 days ago

Some notes on implementing attention blocks in pure Python + Numpy. The...

Understanding Numpy's einsum

13 days ago

This is a brief explanation and a cookbook for using numpy.einsum which...

Making any integer with four 2s

about 1 month ago

There's a cute math puzzle that can be interesting to folks on...

Benchmarking utility for Python

about 1 month ago

Go programmers have it pretty good with the benchmarking capabilities provided by...

Decorator JITs - Python as a DSL

about 2 months ago

Spend enough time looking at Python programs and packages for machine learning...

Reverse mode Automatic Differentiation

3 months ago

Automatic Differentiation (AD) is an important algorithm for calculating the derivatives of...

Summary of reading: October - December 2024

3 months ago

"Dr. Euler's Fabulous Formula" by Paul J. Nahin - a kind of...

Implementing Raft: Part 5 - exactly-once delivery

4 months ago

This is Part 5 in a series of posts describing the Raft...

GoMLX: ML in Go without Python

4 months ago

In the previous post I talked about running ML inference in Go...

ML in Go with a Python sidecar

5 months ago

Machine learning models are rapidly becoming more capable; how can we make...

Ranging over functions in Go 1.23

5 months ago

Go 1.23 shipped with a new major feature: ranging over functions (also...