/intro-machine-learning-training

Primary LanguageJupyter NotebookCreative Commons Zero v1.0 UniversalCC0-1.0

June 2022 course: DOI

Introduction to Machine Learning (with python)

This repository regroups works on the "introduction to machine learning" course of the SIB. Its goal is to develop a somewhat language agnostic course, with a an R and a python implementation, however at the moment only the python implementation in done.

pre-requisites

The course is targeted to life scientists who are already familiar with the Python programming language and who have basic knowledge on statistics.

In order to follow the course you need to have installed python and jupyter notebooks (a web based notebook system for creating and sharing computational documents).

If you need help with the installation, you can refer to these tips and instructions(NB: this links to another github repo).

In addition, there are a number of libraries to install. See the intructions on installing prerequisite libraries.

course organization

The course is organized in several, numbered, jupyter notebooks, each corresponding to a chapter which interleaves theory, code demo, and exercises.

The course does not require any particular expertise with jupyter notebooks to be followed, but if it is the first time you encounter them we recommend this gentle introduction.

Solutions to each practical can be found in the solutions/ folder and should be loadable directly in the jupyter notebook themselves.

Note also the utils.py and utils2.py files which contain many utilitary function we use to visually showcase the effect of various ML algorithms' hyper-parameters.

directory structure

  • data : contains the datasets
  • exam : contains the data and instruction of a facultative exam
  • images : images generated or used in the notebooks
  • python_notebooks
  • references : reference to the article of some of the datasets
  • slides : pptx / pdf of introductory slides

course material citation

Please cite as :

Markus Mueller, Wandrille Duchemin, & Patricia Palagi. (2022, June 29). sib-swiss/intro-machine-learning-training: June 2022 course edition. Zenodo. https://doi.org/10.5281/zenodo.6777795