Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 874 Bytes

File metadata and controls

25 lines (16 loc) · 874 Bytes

machine_learning

Contains machine learning projects which were part of the course 'Introduction to Machine Learning' at ETH Zurich in spring semester 2021.

Authors: Robin Schmid, Marvin Harms, Pascal Müller

Task 0

Simple linear regression as starter project.

Task 1a

Find optimal lambda for ridge regression, which is performed with a cross-validation.

Task 1b

Linear regressions (Lasso, Ridge, ElasticNet, Linear) using feature transformation.

Task 2

Predict evolution of hospital patients and needs during their stay based on measurements in the first 12h.

Includes preprocessing of data (missing values, imbalance), binary classification evaluated with AUROC and regression using R2-score.

Task 3

Classify protein mutations under abstract aspects, evaluation using F1-score.

Task 4

Image taste classification using a convolution neural net.