Skip to content

Trained Resnet 50 Tiny ImageNet and achieved 51% Validation accuracy

Notifications You must be signed in to change notification settings

sonugiri1043/Train_ResNet_On_Tiny_ImageNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ResNet Model on Tiny ImageNet

Deep Residual networks (ResNets), makes training process easier and faster. It also achieves better accuracy compared to their equivalent neural networks. Deep Residual Networks have been proven to be a very successful model on image classification. In this project, we have trained our own ResNets for the Tiny ImageNet Visual Recognition - an image classification task based on a subset of the ImageNet. The main difference in ResNets is that they have shortcut connections parallel to their normal convolutional layers. These shortcut are always alive and gradients can easily propagate through them, resulting in faster training.

Trained ResNet 50 on Tiny ImageNet data. The Image classification models was trained from scratch. Preventing overfitting is an essential problem to overcome, especially for Tiny ImageNet, we used data augmentation to prevent over-fitting.

About

Trained Resnet 50 Tiny ImageNet and achieved 51% Validation accuracy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published