Interactive Neural Network Visualization
The Iris dataset is a classic dataset with flower measurements.
- Inputs: Sepal length, Sepal width, Petal length, Petal width
- Output: Class label (0 = Setosa, 1 = Versicolor, 2 = Virginica)
Size:
Activation:
Hidden layers allow the model to learn abstract features by transforming inputs through weights and activation functions.
Learn More
Click a node or connection to see details
Training Loss
Mean Absolute Error
Explanation
The neural network has not been initialized yet.
Configure the network and click "Initialize Model" to begin.
Dataset: Iris Flower Dataset
Task: Multi-class classification (3 species)