Cambridge-ICCS / practical-ml-with-pytorch

Training material on ML with PyTorch by ICCS
https://cambridge-iccs.github.io/practical-ml-with-pytorch/
MIT License
17 stars 17 forks source link

changes to slides #61

Open surbhigoel77 opened 2 weeks ago

surbhigoel77 commented 2 weeks ago

Surbhi and I plan to spend more time explaining the theory of NNs with more focus on:

Specific notes on current slides:

11/29

13/29

General notes on slides

Summary of what is currently covered

Penguin classification:

Suggestions for guided tutorial / workshp

Other resources

Todos

surbhigoel77 commented 2 weeks ago

Started with below slides:

  1. What is Machine Learning
  2. What are Neural Networks
surbhigoel77 commented 1 week ago

@ma595 you can mention the slides that you change here

ma595 commented 1 week ago

@jdenholm and I discussed this briefly last week. I'll attempt to summarise when I have some time. If @jdenholm can write a sentence summarising what he mentioned that would be great, but I appreciate that dedicating time to this might not be easy at the moment.

jdenholm commented 1 week ago

I think I suggested using PyTorch to fit a straight line, and then more general linear regression, as an intro to gradient descent and how it's useful for fitting functions.