TensorFlow Playground is interactive content that lets you train a small neural network in the browser and experiment with datasets, features, hidden layers, neuron counts, activation functions, regularization, and learning rates.
As training progresses, you can observe how the decision boundary and the representations learned by each neuron change. It is a useful tool for building intuition about neural network learning, overfitting, feature engineering, and model capacity.

