/MLtutorials

Lab internal ML teaching tutorials for Google Colab

Primary LanguageJupyter Notebook

MLtutorials

Lab internal ML teaching tutorials & Markdown slides for Google Colab to get hands-on experience using PyTorch.
Based on Goodfellow et al. (2015) "Deep Learning"

Pre-requisites

Syllabus

Week 0

Presenter: Gunnar

  • Using Google Colab
  • how to make Mardown slides with Jupyter Notebook
    Notebook:
    Open In Colab

Week 1

Presenter: Matt

  • Learning algorithms

  • Capacity, overfitting, underfitting

  • Hyperparameters & validation sets

  • Estimators, bias, variance

    Notebook:
    Open In Colab

Week 2

Presenter: Ben

  • Linear regression

  • Cost functions

  • Maximum likelihood estimation

    Participant notebook:
    Open In Colab

    With solutions:
    Open Week 2 Notebook In Colab (with solutions)

Week 3

Presenter: Ben

  • MLE for logistic regression

    Participant notebook:
    Open In Colab

    With solutions:
    Open In Colab

Week 4

Presenter: Matt

  • Gradient descent

    Participant notebook:
    Open In Colab

    With solutions:
    Open In Colab

Week 5

Presenter: Gunnar

  • Error Backpropagation

    Participant notebook:
    Open In Colab

    With solutions:
    Open In Colab

Week 6

Presenter: Ben

  • Intro to PyTorch

    Participant notebook:
    Open In Colab

    With solutions:
    Open In Colab

Week 7

Presenter: Ben

  • Recurrent neural networks

    Part 1:
    Open In Colab

    Part 2:
    Open In Colab

pandas + seaborn

Presenter: Ben

Open In Colab