AI Research Network Lab — letter network diagram with training controls

Why it exists

I wanted a practical way to learn AI terminology — not just definitions, but enough of a working model to see training and generation happen.

How it's built

The Network Lab uses a small fixed architecture: one-hot inputs, hidden layers, softmax output. Training and generation run in the browser. Most of the work went into getting encodings, training stability, and the diagram accurate.

What's interesting

It's a small product you can poke at: inspect the network, train on your own text, and see where the implementation details matter.

Highlights

  • Term guide and quiz covering core ML vocabulary
  • Train a small network in the browser and watch loss change
  • Generate characters with temperature control after training
  • Diagram tooltips that explain the underlying ideas

Stack

  • Next.js
  • TypeScript
  • React
  • Client-side training loop
  • Custom network diagram