arhamamin.com

Neural Network Lab

Two neural networks trained from random weights. Pick one. It downloads to your browser and runs on your device.


Exactly how this is online

  1. Vercel serves ordinary HTML, JavaScript, ONNX model files, and a WebAssembly runtime.
  2. arhamamin.com forwards these URLs to the separate neural-network-lab Vercel project.
  3. The overview loads no model. A model is downloaded only after you open its page and press its load button.
  4. ONNX Runtime Web does the neural-network math on your CPU inside this browser tab.
  5. Your drawing or review is not posted to an inference API.

First-load data

VersionTransferredMeasured load
Old combined page18.3 MB5.69 seconds for both models
This overview1.5 KB1.78 seconds to appear
Digit CNN4.72 MB7.92 seconds after Load
Sentiment GRU17.07 MB4.42 seconds after Load

The overview and digit figures are medians from three cache-disabled live Chromium runs on this Mac on 14 August 2026. The sentiment row is the upgraded model's verified live run on 16 August 2026; its transfer total was measured separately with compressed responses. Your device and connection will differ. Each model page shows its own load time.

Source and training code