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