You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surbhi and I plan to spend more time explaining the theory of NNs with more focus on:
Datasets. Dimensions.
An expanded introduction:
Potential applications. What NNs can do...
Other alternatives to NNs.
More of an overview of pytorch. What is jax etc.
Links to previous statistical techniques like regression.
Specific notes on current slides:
11/29
neural is spelt nerual
some weird aberration on the slide
weird formatting here.
13/29
"workshop lecture thing"
General notes on slides
quite a brief overview of nns
- do mention 3blue1brown ml course, can't do much better than this.
- could we include some of this content in additional slides to better visualise some concepts?
jumps straight into SGD without much intro
more of a justification for why we're using NNs
more images
visualising data
tabulated data
potentials of what NNs can do
comparison of different models for different datasets.
@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.
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.
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
- do mention 3blue1brown ml course, can't do much better than this.
- could we include some of this content in additional slides to better visualise some concepts?
- black-boxes. https://towardsdatascience.com/the-math-behind-kan-kolmogorov-arnold-networks-7c12a164ba95
Summary of what is currently covered
Penguin classification:
torch.utils.data.dataset
.torchvision.transforms.Compose
Suggestions for guided tutorial / workshp
Other resources
Todos
The text was updated successfully, but these errors were encountered: