Skip to content

The aim is to build a Deep Convolutional Network using Residual Networks (ResNet). Here we build ResNet 50 using Keras.

Notifications You must be signed in to change notification settings

shambhavimalik/ResNet50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ResNet50

Aim is to build very deep convolutional networks, using Residual Networks (ResNets). In theory, very deep networks can represent very complex functions; but in practice, they are hard to train. Residual Networks, introduced by He et al., allow you to train much deeper networks than were previously practically feasible.

Steps:

  • Implement the basic building blocks of ResNets.
  • Put together these building blocks to implement and train a state-of-the-art neural network for image classification.

We build ResNet 50 model using Keras and use it to perform Image Classification on SIGNS dataset.

About

The aim is to build a Deep Convolutional Network using Residual Networks (ResNet). Here we build ResNet 50 using Keras.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published