VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
PyTorch for Deep Learning - Full Course / Tutorial

PyTorch for Deep Learning - Full Course / Tutorial

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
In this course, you will learn how to build deep learning models with PyTorch and Python. The course makes PyTorch a bit more approachable for people starting out with deep learning and neural networks. - Code: https://jovian.ml/aakashns/01-pytorch-basics https://jovian.ml/aakashns/02-linear-regression https://jovian.ml/aakashns/03-logistic-regression https://jovian.ml/aakashns/04-feedforward-nn https://jovian.ml/aakashns/05-cifar10-cnn https://jovian.ml/aakashns/05b-cifar10-resnet https://jovian.ml/aakashns/06-mnist-gan
Date: 2022-03-14

Comments and reviews: 9


As someone who's familiar with programming terms, machine learning and deep learning(watching to see if I missed something while learning PyTorch), this has to be one of the most poorly explained videos on the internet. The notebooks are fairly well explained in themselves but I don't believe Akash did enough justice on the explanation part. The jovian commercials in middle were unnecessary, I skipped all of them. I hope you evolve more as a founder of Jovian dear Akash. At least you tried.
reply

I watched the MNIST section in linear modeling, and I also read the jupyter notebook from the link you provided. I don't think you applied softmax activation before the cross_entropy loss function. why is that ?
You took logits from nn.Linear(), then you did loss_fn(logits, labels).
I think you should do logits from nn.Linear(), then y_probs = F.softmax(logits, dim=1), then loss_fn(y_probs, labels). Am I correct ?

reply

This is the best course on Neural Networks and PyTorch I have ever watched in my life, and I'm barely done with it. I could cry. Everything is explained in detail, amazing. I am completely new to Neural Networks and I feel somewhat comfortable already. Thank you!
reply

While in Tensorflow if we just change the runtime type to GPU, the code is executed in GPU, But in Pytorch we must manually push the tensors and models to GPU..Am I right?
reply

This has to be most disappointing tutorial of all time. I don't even understand the part where he explained about the requires_grad. SHALLOW TUTOR
reply

when i used 10 as the number of epoch for resnet , i get
ValueError: Tried to step 1002 times. The specified number of total steps is 1000

reply

In the logistic regression part the class MnistModel how come we are not calling the forward method and it is enough to put model(images)?
reply

one thing...how can I remember all this? practising will take ages..but I want to master this skill in less time.. Any suggestions?
reply

9.8/10, fantastic course, I just wish you used dark mode instead so I could comfortably watch this way past my bedtime lol
reply
Add a review, comment






Other channel videos