Machine learning with Azure ML and the iris dataset
The idea was to simply experiment with a classification problem using a well-known dataset.
Contains a 3 class iris dataset.
The experiment was able to achieve over 95% accuracy with a multiclass neural network with 100 hidden units.
Achieved 85% overall accuracy using multiclass decision forest.