You are on page 1of 1

8/12/22, 7:34 PM A Neural Network Playground

Tinker With a Neural Network in Your Browser.


(https://git

Don’t Worry, You Can’t Break It. We Promise.

Epoch Learning rate Activation Regularization Regularization rate Problem type


repl
sk 001,942 0.03 arrow_drop_down Tanh arrow_drop_down None arrow_drop_down 0 arrow_drop_down Classification arrow_drop_down

DATA FEATURES

adre 2 HIDDEN LAYERS OUTPUT


Which dataset Which Test loss
0.018
do you want to properties do Training loss
0.013
use? you want to adre adre
feed in? 4 neurons 4 neurons 6

5
X1
4

3
X2 2

1
Ratio of training
0
to test X12
-1
data:  70%
-2
X22 -3

Noise:  5 -4
The outputs are
-5
X1X2 This is the output mixed with varying
from one neuron. weights, shown -6
Batch size:  20 Hover to see it by the-6thickness
-5 -4 of -3 -2 -1 0 1 2 3 4 5 6
larger. the lines.
sin(X1)

Colors shows
REGENERATE data, neuron and
sin(X2) -1 0 1
weight values.

Show test data Discretize output

ke

Um, What Is a Neural Network?

It’s a technique for building a computer program that learns from data. It
is based very loosely 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. Next, 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. For a more detailed introduction to neural
networks, Michael Nielsen’s Neural Networks and Deep Learning
(http://neuralnetworksanddeeplearning.com/index.html) is a good place
to start. For a more technical overview, try Deep Learning
(http://www.deeplearningbook.org/) by Ian Goodfellow, Yoshua Bengio,
and Aaron Courville.

This Is Cool, Can I Repurpose It?

Please do! We’ve open sourced it on GitHub


(https://github.com/tensorflow/playground) with the hope that it can make
neural networks a little more accessible and easier to learn. You’re free
to use it in any way that follows our Apache License

https://playground.tensorflow.org/#activation=tanh&batchSize=20&dataset=spiral&regDataset=reg-plane&learningRate=0.03&regularizationRate=… 1/3

You might also like