Introduction to AI & LLMs
AI Tools
A small collection of interactive, self-contained demos built for a talk on how artificial intelligence and large language models actually work — from splitting text into tokens, to training a neural network live in your browser. Nothing is hidden behind a server: everything runs on your own device.
- Neural networks 7-Segment Neural Network Toggle the segments of a digital display, teach a tiny neural network the digit patterns, and watch it classify what it sees. Open tool
- Deep learning MNIST Digit Classifier Generate a dataset, train a real neural network in your browser with TensorFlow.js, inspect what it learned, then draw a digit and watch it predict. Open tool
- Lexical analysis Word Frequency Count the words that appear most often in any text, or switch to word pairs to see which words tend to follow one another. Open tool