Welcome!
Here are some demos! In the future this page should have a longer list of demos than the home page. For now they're basically the same.
Neural Networks & Automatic Differentiation
In the works. Inspired by micrograd and wikipedia, demos how automatic differentiation works by training a neural network in the browser.
Visualizing a Hypercube
Ever wanted to know what a 4D "cube" looks like? How is such a visualization possible and not just nonsense? This demo explains how it works by first showing how this 2D screen you're reading on is able to show a 3D cube. Then extends this idea to 4D.
Simple Linear Regression
A simple introduction to linear regression and gradient descent. A more advanced demo with a neural network is in the works.