
Interactive Convolutional Neural Network – a nice interactive diagram by Thomas Preusse.
From: https://beta.observablehq.com/@tpreusse/interactive-convolutional-neural-network

Interactive Convolutional Neural Network – a nice interactive diagram by Thomas Preusse.
From: https://beta.observablehq.com/@tpreusse/interactive-convolutional-neural-network

I made a GIF of running UMAP on the digits dataset, adding one digit into the dataset and retraining each frame. This was probably a weird thing to do but it is helping me to develop more of an intuition of what it's preserving (nearest neighbors) and what is not informative (overall positioning/scale).

After a lot of python problems I've got the umap tutorial running in a Jupyter notebook (my first Jupyter notebook).
From: https://umap-learn.readthedocs.io/en/latest/basic_usage.html

I made a thing to go from markdown to grid cells. It uses canvas to calculate line breaks and break paragraphs into separate cells.
From: https://beta.observablehq.com/@grantcuster/markdown-to-grid

I've used remark for markdown parsing before, but I'm just now starting to realize what a cool set of connected projects this is.
From: https://unified.js.org/

I finally figured out I could run a page with an iframe at the exact size I want the video so I don't have to deal with my screen recorder recording the rounded bottom corners of my browser.

Re-style pretty much finished. I'm really happy with how the turbofan status ribbons turned out. Now returning to work on the info boxes.

Pixel-art embroidery black metal aesthetics.
From: https://twitter.com/David_Rudnick/status/1060920914404085762

NOV4: after a bunch of "why is nothing at all showing up" debugging I got a very simple example from The Book of Shaders running in regl.