Pytorch Neural Network example

preview_player
Показать описание
An example and walkthrough of how to code a simple neural network in the Pytorch-framework. Explaining it step by step and building the basic architecture of the fully connected network.

Written blogpost if you prefer to read:

❤️ Support the channel ❤️

Paid Courses I recommend for learning (affiliate links, no extra cost for you):

✨ Free Resources that are great:

💻 My Deep Learning Setup and Recording Setup:

GitHub Repository:

✅ One-Time Donations:

▶️ You Can Connect with me on:
Рекомендации по теме
Комментарии
Автор


Links:

Wish you an awesome journey in deep learning :)

AladdinPersson
Автор

I love how you explain everything line by line briefly, without digging deep into the math. Just a perfect Tutorial how to create a simple Network. Will watch all of your vids!

smileyley
Автор

This was a life saver for my 4th year neural networks course. A lot of the other tutorials start out at a much higher level of using pytorch, this takes it to the basics. Great video!

Iffythegreat
Автор

For these who have already some experiences on other DL frameworks, such as Tensorflow, this tutorial is probably the best to get your hand dirty on the transfer to PyTorch framework by getting the landscape of building Neural Neural in just one short video.

beizhou
Автор

Fantastic, I followed the blogpost which was excellently written. Thank you!

osielvivar
Автор

I am following your completely series for my 100 days ml challenge. This is what I needed. Precise accurate and easy to understand.

parthchokhra
Автор

Yey, my first pytorch tutorial is successfully completed! Thank you!

ADV_UA
Автор

This was a great Video, straight to the point, very clear and very helpful, thanks!

quicano
Автор

I'm moving from tensorflow to pytorch, this is really helpful thanks

hackercop
Автор

Bravo. Very well done. Fastest and best explained implementation of mnist. When I coded along in google colab, most of the code autocompleted. Worked the first time with no errors. Amazing.

maryfrancesgleason
Автор

Man thank you so much....I found what ever I wanted and I am so so happy to find you ....will be watching all of your videos and thank you so so so much

thecros
Автор

Wow, a perfect explanation. Thank you

gabriele
Автор

Clear and concise! Thanks for this video, it helps a lot!!!

lattellieeeee
Автор

I shared your tutorials on LinkedIn. Your channel is awesome for a newbie on these subjects. I appreciate you.

balicien
Автор

firstly, very exciting and concise tutorial! really enjoy watching your videos.

secondly, is there any way to predict class probability? e.g. max(softmax(dim=1)(scores))?

finally, is there any way to estimate prediction confidence (or variance)? so that if the model's prediction has low confidence, we could just output "not sure".

yanxu
Автор

Thanks this was pretty straightforward.

neildutoit
Автор

Great Explanation. I have one question though. You did not use softmax layer to out probabilities for 10 classes?

nasirrahim
Автор

I love your page bro, appreciate your hustle. Don't stop your flow.

suyashsingh
Автор

Exactly what I was looking for. Thank you.

xv
Автор

Many Thanks. That was nice an clear brief description on pytorch.
The only bit I am am still a little confused about, where do have to say .to(device). It looks like just put the data and the model is sufficient to ensure all calculations done on on the GPU?
It would be nice to have a similar style video on actor critical models, and how controls which parts we back propagate errors through and those parts we don't

juleswombat