Neural Network Playground

Inspired by TensorFlow Playground - Visualize and experiment with neural networks

Epoch: 0
0.00
80% / 20%

Output Legend

Class 1
Class 0
Low confidenceHigh confidence

What Is a Neural Network?

A neural network is a technique for building a computer program that learns from data. It's based on how we think the human brain works. First, a collection of software "neurons" are created and connected together, allowing them to send messages to each other. The network is asked to solve a problem, which it attempts to do over and over, each time strengthening the connections that lead to success and diminishing those that lead to failure.

This playground lets you experiment with a neural network right in your browser. Try different datasets, architectures, and hyperparameters to see how the network learns!