Welcome to Episode 7 of Data Every Day!
Today we will look at the classic Iris Dataset that is used in almost every introduction to machine learning. It's a very simple dataset, but even so, we will train a neural network on it and use learning curves to obtain the optimal number of epochs to use before overfitting our model.
Here is a link to the Kaggle dataset:
https://www.kaggle.com/uciml/iris
And here is a link to my notebook:
https://www.kaggle.com/gcdatkin/class...