Neural Network Setup

Requirements

Installation & Execution

If you have Python installed, run the following commands:

Network Architecture

A full speed visualization of the forward pass. Input (784) -> Dense (256) -> Dense (128) -> Dense (64) -> Output (10).

Step-by-Step Demo

A smaller network to visualize the inner workings. Click "Step" to cycle through the phases.

Ready to start.