Skip to content

Lab internal ML teaching tutorials for Google Colab

Notifications You must be signed in to change notification settings

wisamreid/MLtutorials

 
 

Repository files navigation

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

About

Lab internal ML teaching tutorials for Google Colab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%