Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 344 Bytes

File metadata and controls

5 lines (4 loc) · 344 Bytes

python_simple_datasets

At this moment two datasets are presented in this repo:

  • Titanic - standard classification problem, data is taken from Kaggle competiotion: https://www.kaggle.com/competitions/titanic
  • MNIST - standard multiclassification problem; resolved using CNN and François Chollet 'Deep Learning with Python' book