Create a Basic Neural Network Model - Deep Learning with PyTorch 5

preview_player
Показать описание
In this video we'll start to build a very basic Neural Network using Pytorch and Python.

We'll eventually use the Iris dataset to classify Iris flower pictures.

In this video we'll start to build out our Model, define our neuron layers, and our forward function.

#pytorch #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:45 - Iris Dataset
1:35 - Neural Network Overview
4:47 - Import Torch and NN
5:22 - Create Model Class
8:00 - Build Out The Model
10:44 - Build Forward Function
13:00 - Seed Randomization
13:43 - Create Model Instance
14:03 - Troubleshoot Errors
15:00 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch Deep Learning With Pytorch Playlist ✅ Subscribe To My YouTube Channel:
▶ See More At: ✅ Join My Facebook Group:
▶ Get The Code

Codemycom
Автор

Have really learned alot from django Wednesdays and other codemy videos...keep up bro💪

bernardkamau
Автор

Thank you, the entire playlist was incredible...

sarbasmetehan
Автор

Nice and simple, thanks for your effort here.

iKostanCom
Автор

Finally found my teacher. Awesome teaching

NOORIEAI
Автор

Спасибо. Очень всё доходчиво изложено, особенно работа с PyTorch

papaschultz
Автор

wow.. explanation is great and to the point if you are watching the steps in the neural network for sometime.

tenzinnamdhak
Автор

it's a epic playlist for starter I started with a big pytorch course but couldn't understand but here I am having an good understanding of basics Thanks!

bepositive
Автор

This CNN series is a great help. Please make series on RNN's models. Thanks in advance.

garimakaushik
Автор

This play list is a must see for deep learning starters! Thank you!

truelove-trmg
Автор

Thank you so much for the video. Is Seq2Seq models also covered in the course. Is it on codemy ?

DipeshKumarSingh
Автор

I like that you don't edit out the errors

markmagumba
Автор

like your elaborate explanation! You're very cool😁

vlad_the_player
Автор

Why is linear model the best for this, and how do you decide how many layers of hidden neurons.

doords
Автор

love how google provides some free memory for running ur stuff... it seems to work jus fine, and glad there's no h3 cuz' i just wanna see the thing run

jinanren
Автор

will it not be easy if you use sequential API instead of functional API

FarhanKhan-ktes
Автор

python nn.py
Traceback (most recent call last):
File "nn.py", line 6, in <module>
class Model(nn.Module):
File "nn.py", line 22, in Model
Model = Model()
NameError: name 'Model' is not defined

gadmuhirwa
Автор

you re like icenberg
anyways thx for the course

YassineSaidani-gsnx
Автор

why they are giving such Error: NameError: name 'Model' is not defined

gadmuhirwa
Автор

but the name Model was already defined as Class model @all

gadmuhirwa