Neural Network Playground
This is a tool to experiment basic neural network architectures and build intuitions on machine learning.
Find more at https://github.com/akarzazi/neural-network-playground.
The problem
The network must guess the relationship between inputs (a,b) and the result 'label'. The inputs 'a' and 'b' are represented on the 2d plane and the 'label' is represented by the color scale.
Click on the 'play button' to start the training.