Skip to content

kumar-shridhar/CNN_Architectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keras Implementation of all major CNN Architectures

Requirements

  • NumPy >= 1.11.1
  • Keras >= 2.0 (Using TensorFlow in backend)
  • Python >= 3.4

Available Architectures

  • VGG 16
  • Inception V3
  • ResNet 50
  • DenseNet
  • Inception V4
  • InceptionResnet V2
  • NASNet

Steps

  • In the first line Import the name of the model by using the import command and specifying the model name:
    • for Resnet
  • Specify the dir path of the training and validation dataset in the PATH and size of the image in sz and the batch size.

About

Keras Implementation of major CNN architectures

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published