Skip to content

ypatel789/TinyVGG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TinyVGG

Development of a convolutional neural network, based off the TinyVGG architecture, for image classification using the PyTorch framework. The project aimed to implement a compact and efficient model for identifying objects within images, showcasing the capabilities of PyTorch and deep learning techniques. See source code below as well as an interactive demonstration of the neural network.

See image_classification_model.ipynb (notebook) for full model and breakdown of all the steps taken to build, train, test and evaluate the model.

The model state_dict is also saved if you want to implement it in your own projects.

About

Computer vision model built in PyTorch (based off the TinyVGG neural network)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published