Hi, nice video, thanks. I think you defined the dropout layer but didn’t apply it in the forward pass.
@dharmiknaik1772 Жыл бұрын
Good content. Thank you Greg.
@GregHogg Жыл бұрын
Glad you enjoyed it!!
@emiliodaza29024 ай бұрын
Thank you for your valuable contribution!
@nickchern392 Жыл бұрын
Dude, u've saved me❤
@GregHogg Жыл бұрын
Woot! 🥰
@dancode0775 Жыл бұрын
Hey Greg ,amazing Video ! Do you have content that covers database since SQL is part of a data scientist job ?
@GregHogg Жыл бұрын
Thank you! Yes I do, you can search my channel for SQL content.
@slavavoiteshonok3648 Жыл бұрын
Hey, Greg, thanks a lot for this video Could you tell please your jupyter notebook setup that looks so pretty?
@GregHogg Жыл бұрын
Thank you! I think I just googled something like dark mode for jupyter and followed some quick instructions.
@rhythmdutta387 Жыл бұрын
Extremely informative video! Would you mind sharing your pc specs Greg?? Specifically the gpu and its vram..
@Sharky-15079 ай бұрын
Rtx 4080 with the 13 gen i7 cpu, 32gb ram
@nickchern392 Жыл бұрын
Greg, could you share your's PC setup?
@GregHogg Жыл бұрын
It's brand new, pretty much state of the art. Rtx 4080 with the 13 gen i7 cpu, 32gb ram
@stanley_george9 ай бұрын
Why are you shutting down your kernel instead of simply changing the value and running the next blocks ?
@vitorpmh9 ай бұрын
The gpu don't explode because the 28x28 images occupy low memory. I have a 1070ti and i was surprised as well. However if you try the imagenet 224x224x3 images if you have a high batch size such as 512 it explode.s
@GregHogg9 ай бұрын
Yeah, absolutely, the bigger it gets the more likely it will boom boom
@software_solve Жыл бұрын
Dear thank you for uploading informative videos. Can you share link or make video on Random forest implementation using pyTorch. Thanks
@GregHogg Жыл бұрын
Pytorch is for deep learning, random forest is a classical algorithm