Exercise - Classification with Neural Networks
We can not only do regression but also classification with neural networks. In this notebook you will build a classifier for the famous IRIS dataset.
We can not only do regression but also classification with neural networks. In this notebook you will build a classifier for the famous IRIS dataset.
The IRIS dataset contains data points for three different types of flowers. Your task is to build and train a neural network that can predict based on the data points to which species the data point belongs.