Neural Network Playground

Powered by

Rust+WebAssembly

01 Data Generation

Dataset Generator

0 points generated

02 Layer Controller / Optimizer

Layer Control

Max 5 hidden layers • 12 neurons per layer

Optimizer & Regularization

Optimization Algorithm

Regularization

03 Network Architecture

Network Architecture

2 → 8 → 8 → 1 neurons • RELU

Neurons
Positive weights
Negative weights

04 Training Metrics

Training Metrics

Epoch

0

Loss

0.0000

Accuracy

0.00%

Validation Loss

Train the model to visualize loss curves

Generate a dataset and ensure the WASM module has loaded to enable training.

05 Console

Console

> Neural network initialized
> Ready to train