PyTorch Course (2022): Part 2: Basic Networks

preview_player
Показать описание
In this video we train a very simple model on a very simple dataset.

Code:

Discord:
Рекомендации по теме
Комментарии
Автор

Fantastic tutorial, as always. It really cleared up the concepts behind neural networks for me. Can't wait for next parts. Keep on going.

SwirlOfColors
Автор

More of this please! Great tutorial as usual

melkenhoning
Автор

Hands down a great tutorial! Helps me a bunch on my current classes. If only the lectures at school were as good as these...

iwatchedthevideo
Автор

I got reccomended this video, and I really enjoyed it. Very intuitive and simple explanation. Can't wait for the next part!

dimitrismit
Автор

The Best PyTorch video I have ever seen! THANKS!

MohamadrezaSalehi-he
Автор

the way he said "work of art" to every beauty of machine learning depicts that he loves machine learning so much. the whole video is "work of art" by the way best ever video i have seen on youtube

m.shayaantanveerkhan
Автор

Really useful and clear breakdown of PyTorch. It’s great to be able to see best practices for setting things up.

pythonixed
Автор

In the Idea,
first multiplication is by a 2x8 matrix
then by a 8x1 matrix.

omersayli
Автор

This was amazingly comprehensive thank you so much.

ganumba
Автор

Great tutorial, I like your style and speed!

coenhordijk
Автор

thanks, its become much clearer how it works!

ИванСергиенко-бз
Автор

10:42 Aren't they still a 2d vector? It's 8-element not 8-dimensional right?

sflux
Автор

Thank you for such great Tutorial on Pytorch!

RonivaldoPassosSampaio
Автор

at 8:00, arent we multiplying by a 2x8 matrix rather than 8x2? Since multiplying a 1x2 vector with an 8x2 matrix is undefined.

rudiagnew
Автор

sooo cool man thank you for your clear explanation! I would really love to see other video on ML and neural network!

francescol.r.
Автор

Great class.
Keep up the good work.
Thank You,
Natasha Samuel

natashasamuel
Автор

I feel like you missed the part about transposing the weight matrix before multiplying with inputs, this kind of threw me off a bit and I had to research about how the nn.Linear actually works. Also in general the way nn.Linear works is very different from how neural networks are taught in classes so it was a bit hard to grasp right off the bat. Thanks for the explanations!

hussainbhavnagarwala
Автор

Hello, I like your videos. How does `opt` know about the loss function (or value) if we didn't gave it a reference to it.

nicolasmagee
Автор

aren't you supposed to transpose the matrix before multiplying?
1, 2 array cannot be multiplied to 8, 2 matrix, but it can with matrix transpose. Am I wrong?

aliabasnezhad
Автор

Anyone understands why the NN got "stuck" on a "wrong" output even though it reached a minimum loss function?
My understanding is it got to a local minimum point and cant get out of there. If so - is there any other way to release it? other than setting new random values to the matrices and start over.

itaylavi