Welcome to the course!
This page contains the material for the Machine Learning with Python course at Sendai KOSEN on 25th to 28th February, 2020.
Please send your assignment answers for grading at latest on Tuesday, 3rd March. You can send them as email attachments to vesa.ollikainen@metropolia.fi.
Note: for Day 3, one assignment is enough. You can send the answers in ipynb or pdf format. Thank you.
Learning goals:
Material | Link |
Lecture slides: Introduction to machine learning | |
Lecture slides: Data manipulation | |
Assignment: Working with data in Python | html |
Demo: Basic data manipulation | ipynb pdf |
Demo: Iris | ipynb csv pdf |
Learning goals:
Material | Link |
Lecture slides: Clustering | |
Assignment: Drone delivery (clustering) | html |
K-means demo spreadsheet | xlsm |
Demo: Appreciation (k-means) | ipynb pdf |
Title | Link |
Naftali Harris: Visualizing K-Means Clustering | html (external) |
Learning goals:
Material | Link |
Lecture slides: Classification | |
Assignment option 1: Butterfly flu (kNN) | html |
Assignment option 2: Phishing websites (decision tree) | html |
kNN demo spreadsheet | xlsx |
Demo: ILPD (kNN) | ipynb pdf |
Demo: Titanic (decision tree) | ipynb csv pdf |
Learning goals:
Material | Link |
Lecture slides: Linear and logistic regression | |
Lecture slides: Association rule mining | |
Demo: Stack loss (linear regression) | ipynb csv pdf |
Demo: Stroke (logistic regression) | ipynb csv pdf |
Demo: Fan item store (association rule mining) | ipynb csv pdf |
Assignment: Diagnostic tool (logistic regression) | html |
Material | Link |
pandas | pdf html (external) |
sklearn | pdf html (external) |
seaborn | html (external) |
apyori (unofficial documentation) | html (external) |
Pandas Cheat Sheet | html (external) |