Skip to content

A simple project demonstrating image classification using PyTorch and TensorFlow on the CIFAR-10 dataset.

Notifications You must be signed in to change notification settings

iperry2/Image-Classification-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

This project works with the basics of image classification using two popular deep learning frameworks: PyTorch and TensorFlow. 

It includes scripts for training and testing a simple Convolutional Neural Network (CNN) on the CIFAR-10 dataset.

I wanted to familiarize myself with both PyTorch and TensorFlow so I made this basic image classification project to practice with machine learning and image recognition.

For the models first training (1 Epoch) using PyTorch the model got 59% on its first test.  I retrained the model, this time with 5 epochs, and the model got roughly 75% correct on its test.

I'll update the repo with results and new code as I have more time to train and test using both methods.

About

A simple project demonstrating image classification using PyTorch and TensorFlow on the CIFAR-10 dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages