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

Latest posts

Last updated 11 days ago

Convolutions, Polynomials and Flipped Kernels

11 days ago

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

Teaching coding with JavaScript and p5.js

22 days ago

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

Bloom filters

about 1 month ago

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

Sparsely-gated Mixture Of Experts (MoE)

about 1 month ago

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

Cross-entropy and KL divergence

about 2 months ago

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

Reproducing word2vec with JAX

about 2 months ago

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

Summary of reading: January - March 2025

2 months ago

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

Notes on implementing Attention

2 months ago

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

Understanding Numpy's einsum

2 months ago

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

Making any integer with four 2s

3 months ago

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

Benchmarking utility for Python

3 months ago

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

Decorator JITs - Python as a DSL

4 months ago

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