Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Latest commit

 

History

History
61 lines (44 loc) · 1.46 KB

day-2.md

File metadata and controls

61 lines (44 loc) · 1.46 KB

Day 2

10. Oct. 9:00 - 17:00

Goals

  • Provide an overview of machine learning for classification (and regression)
  • Explain the most common concepts and pitfalls
  • Give some inspiration and show what can be done with machine learning

Preparation

If possible, have the following python libraries ready:

  • numpy
  • scikit-learn
  • matplotlib

If we don't run out of time, we will also do a quick exercise with pytorch:

conda install pytorch torchvision -c soumith

Program

Tentative program for day 2:

9:00-10:30 Introduction to Machine Learning
10:30-11:00 30 minute break
11:00-12:30 Classical Approaches to Machine Learning
12:30-13:30 Lunch break
13:30-15:00 Machine Learning and Images
15:00-15:30 30 minute break
15:30-17:00 Modern Approaches to Machine Learning

Material

Slides

Thanks to Yuliya Tarabalka for providing some of the material.

Exercises