Machine learning with Azure ML and the iris dataset

July 13, 2017
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.