This neural network represents a first approach to Machine Learning.
The dataset used is the "Iris Plants Database" (http://archive.ics.uci.edu/ml/datasets/Iris), created by R.A. Fisher.
The data set contains 3 classes of 50 instances each (150 total instances), where each class refers to a type of iris plant.
Attributes informations:
-
sepal length in cm
-
sepal width in cm
-
petal length in cm
-
petal width in cm
-
class:
-- Iris Setosa
-- Iris Versicolour
-- Iris Virginica
The neural network reaches:
-
test accuracy: 98%
-
test loss: 0.33