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 251 followers

Latest posts

Last updated 10 days ago

Implementing Forth in Go and C

10 days ago

I first ran into Forth about 20 years ago when reading a...

Notes on even and odd functions

2 months ago

A function that satisfies f(x)=f(-x) for its entire domain is called an...

Summary of reading: April - June 2025

2 months ago

"All Thirteen: The Incredible Cave Rescue of the Thai Boys' Soccer Team"...

Notes on Cramer's rule

3 months ago

Cramer's rule is a clever solution to the classical system of linear...

Convolutions, Polynomials and Flipped Kernels

4 months ago

This is a post about multiplying polynomials, convolution sums and the connection...

Teaching coding with JavaScript and p5.js

4 months ago

When asked which programming language to learn first - especially for kids...

Bloom filters

4 months ago

The original motivation for the creation of Bloom filters is efficient set...

Sparsely-gated Mixture Of Experts (MoE)

5 months ago

In transformer models, the attention block is typically followed by a feed...

Cross-entropy and KL divergence

5 months ago

Cross-entropy is widely used in modern ML to compute the loss for...

Reproducing word2vec with JAX

5 months ago

The word2vec model was proposed in a 2013 paper by Google researchers...

Summary of reading: January - March 2025

5 months ago

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

Notes on implementing Attention

5 months ago

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