Skip to content

mathewp88/CNN-Architectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN-Architectures

This repository provides PyTorch implementations of popular image classification models, including LeNet, VGG, and AlexNet. It also includes integration with TensorBoard for visualizing training and evaluation metrics. The models as as close to their paper equivilants.

Models

LeNet

The LeNet model is a classic convolutional neural network (CNN) architecture for image classification. It consists of a series of convolutional and pooling layers, followed by fully connected layers.

VGG

The VGG model is a deep CNN architecture that achieved top results in the ImageNet competition. It is known for its simplicity and uniform structure, with a series of convolutional layers and max-pooling layers.

AlexNet

AlexNet is a pioneering deep CNN architecture that won the ImageNet competition in 2012. It introduced the use of rectified linear units (ReLU) and dropout regularization, revolutionizing the field of deep learning.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published