skka3134

skka3134

email
telegram

PyTorch cat and dog recognition

Install anaconda
Install pycharm

  1. Check the environment
conda env list
  1. Activate the environment
conda activate py
  1. Install pytorch from https://pytorch.org/get-started/locally/
conda install pytorch torchvision torchaudio cpuonly -c pytorch

Lenet-5 model

image

image

Convolutional Neural Network (CNN) for processing 2D images

Fully Connected Neural Network consisting of only linear layers

image

Image classification

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.