Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 841 Bytes

File metadata and controls

22 lines (15 loc) · 841 Bytes

MLwPython

Binder

Open In Colab

Introduction course on Machine Learning wih Pythob

Learning outcomes:

Day 1:

  • Overview of machine learning pipelines and their implementation with scikit-learn
  • Regression and Classification: linear models and logistic regression
  • Decision trees & random forest models
  • Principal component analysis (PCA) and non-linear embeddings (t-SNE and UMAP)

Day 2:

  • Clustering with K-means and Gaussian mixtures
  • Artificial Neural networks as general fitters, fully connected nets used to classify the fashion-MNIST dataset
  • Scikit-learn and clustering maps, Q&A

Our wepgabe is ...