Skip to content

franckess/Intro_to_ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Machine Learning (Workshop)

Presentation can be found here

  • Supervised Learning
  • Unsupervised Learning

Reproducibility

In order to recreate our environment, do the following steps:

  1. Download and install anaconda
  2. Open anaconda CMD in the new folder
  3. Clone this repo
  4. cd into the local directory
  5. Run this conda env create --file intro_ml.yml
  6. Run jupyter notebook

Have fun :)