Install anaconda
Install pycharm
- Check the environment
conda env list
- Activate the environment
conda activate py
- Install pytorch from https://pytorch.org/get-started/locally/
conda install pytorch torchvision torchaudio cpuonly -c pytorch
Lenet-5 model
Convolutional Neural Network (CNN) for processing 2D images
Fully Connected Neural Network consisting of only linear layers
Image classification