Resources
Documents, notebooks, datasets and guides for download.
Course presentation
PDF slide deck of the AI course — 2026 edition.
Jupyter Notebooks
All ML and DL notebooks in .ipynb format (student versions), to download or run online.
Install Python locally
Step-by-step guide to install Python, Jupyter and VS Code on Windows / macOS / Linux.
On Kaggle — pyim59
https://www.kaggle.com/pyim59
Datasets
Mini datasets — used in chapters ML 1 to 3
- Download
titanic_mini.csv· 7 KBTitanic survival — features: Sex, Age, FirstClass, Children, Survived. Binary classification for ML-3.
- Download
abalone_mini.csv· 103 KBAbalone: predict age (Rings) from physical measurements (Length, Diameter, Height, Weight). Regression.
- Download
cancer_mini.csv· 15 KBBreast Cancer Wisconsin (UCI). Radiologic features + diagnosis (M/B → 0/1). Used in ML-3.
- Download
house_mini.csv· 753 KBHouse prices (regression on area, number of rooms, etc.). Used in ML-2.
- Download
co2_mini.csv· 28 KBAtmospheric CO2 concentration over time. Regression / time series.
- Download
cos_mini.csv· 4 KBSynthetic cosine data to illustrate non-linear / polynomial regression.
- Download
iris_mini.csv· 1 KBThe classic Iris (sepal/petal length/width → species). Beginner classification.
- Download
passengers_mini.csv· 1 KBMonthly airline passengers, classic time series for ML-1.
Classic datasets — chapter ML 4 and exercises
- Download
penguins.csv· 14 KBPalmer Penguins (3 species, bill/wing measurements). Modern alternative to Iris.
- Download
mushrooms.csv· 366 KBUCI Mushroom (8,124 entries). Binary classification edible / poisonous from morphological descriptors only.
- Download
student.csv· 67 KBUCI Student Performance (math/Portuguese grades, family context). Regression or multiclass classification.
- Download
creditcard.csv· 42 MBCredit card fraud detection (heavily imbalanced, ~0.17% fraud). Classic benchmark for minority-class problems.
- Download
titanic.csv· 60 KBFull Titanic (Kaggle), with more features than titanic_mini: Name, Ticket, Cabin, Fare, Embarked, …
- Download
cancer.csv· 123 KBFull Wisconsin Breast Cancer (30 features). Wider than cancer_mini.
- Download
churn.csv· 274 KBTelco churn: predict customer cancellation from profile and usage data.
- Download
stars.csv· 8 KBStar classification (temperature, luminosity, radius → spectral type). Multiclass, pedagogical.
- Download
adult.csv· 4 MBUCI Adult / Census Income. Predict whether income > $50K/year (binary classification with bias to analyze).
Exercise datasets — for ML 5 (large)
- Download
house_prices.csv· 450 KBKaggle Ames Housing — complex regression on ~80 features, house prices in Ames (Iowa). For ML-5.
- Download
mercedes_test.csv· 6.2 MBKaggle Mercedes-Benz Greener Manufacturing: predict test duration on vehicles. Industrial regression.
- Download
stroke.csv· 2.6 MBStroke prediction from medical and demographic variables. Imbalanced binary classification.
- Download
mnist.csv· 122 MBMNIST in CSV (70,000 28×28 handwritten digits, label 0-9). Multiclass classification, prefer local execution.
- Download
sign.csv· 101 MBSign Language MNIST: sign language alphabet as 28×28 pixel images.
Course notebooks
- DownloadDL-1DL1 - neurone lineairedl1-ecpk-pascal-yim.ipynb · 1081 KB · 5/13/2026
- DownloadDL-2DL2 - classificationdl-2-ecpk-py (3).ipynb · 555 KB · 5/14/2026
- DownloadDL-3DL3 - Convolutions 1dl3-ecpk-pascal-yim.ipynb · 597 KB · 5/14/2026
- DownloadDL-4DL4 - Convolution 2dl4-ecpk-py.ipynb · 526 KB · 5/15/2026
- DownloadML-1ML1 : rappelsml1-ecpk-pascal-yim.ipynb · 329 KB · 5/11/2026
- DownloadML-2ML2 : regressionml2-ecpk-pascal-yim.ipynb · 1040 KB · 5/11/2026
- DownloadML-3ML3 : Classificationml3-ecpk-pascal-yim.ipynb · 61 KB · 5/11/2026
- DownloadML-4ML4 : datasml4-ecpk-pascal-yim.ipynb · 90 KB · 5/11/2026
Extra datasets
- DownloadDataset alien vs predatorarchive (3).zip · 14476 KB · 5/15/2026