Working With the Classic Iris Dataset - Data Every Day

Опубликовано: 30 Апрель 2026
на канале: Gabriel Atkin
1,472
27

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...