← Back to Study Guide

Neural Network Playground

Train a simple feedforward network and watch it learn

Chapter 20 · Neural Networks

How It Works

A feedforward neural network learns by adjusting weights through backpropagation. Each layer applies a linear transformation followed by a nonlinear activation. Watch how the decision boundary evolves as the network trains on 2D classification data.

Network Architecture
Data & Decision Boundary
Epoch
0
Loss
--
Accuracy
--
Parameters
--
Training Log