Skip to content

Latest commit

 

History

History

Lab0-ML

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lab 0: Introduction to theory and tools for machine learning

This lab will give a quick example-based introduction to basic ideas in machine learning, using Python and scikit-learn.

Slides

Jupyter notebooks

❓ As Jupyter Notebook is quite new to many of you, you may want to skim through some tutorials. Here are two (also linked under "Getting Started" at MittUiB):


Notebook 1-Click Notebook Video*
ELMED219-Lab0-simple_examples.ipynb
constructs predictive models based on some simple data sets.
Provides a hands-on introduction to some basic ingredients and techniques in ML.
Google Colab
kaggle
YouTube

Note: The video walk-throughs don't always correspond precisely to the notebooks.

---

Your turn!

Spend some time playing around with the provided examples. You'll find some questions for you to investigate in the notebook. If you're already familiar with machine learning, you can try your hand at more advanced examples or, even better, help out other less experienced team members. Try out the things you learn in the DataCamp courses by modifying and extending the notebook used in this Lab.