DPS921/PyTorch: Convolutional Neural Networks

From CDOT Wiki
Revision as of 23:00, 6 November 2020 by Shervintafreshipour (talk | contribs) (Convolutional Neural Networks Using Pytorch)
Jump to: navigation, search

Convolutional Neural Networks Using Pytorch

The basic idea was to create a convolutional neural network using the python machine learning Framework PyTorch. The actual code will

be written in Jupyter Lab both for demonstration and implementation purposes. Furthermore, using the the torchvision dataset, the goal

was to show the training of the neural network, and show the classification of several images which have a single digit from 0 - 9.

A successful execution will show the correct determination of what number resides in that specific image.

Group Members

1. Shervin Tafreshipour

2. Parsa Jalilifar

3. Novell Rasam

Progress

Update 1: Friday, Nov 6, 2020 - Created a basic CNN in jupyterlab using the pytorch Framework.