Skip to content

shanyas10/Deep-Learning-Architectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-Architectures

This repository contains code for implementation of various Deep Learning Architectures using Keras along with implementation of FineTuning and Transfer Learning Experiments on pretrained VGGNet model. The summaries for each architecture and key takeaways from the corresponding papers are also included for reference.

Note that I don't focus on training the models here. So I have written the code for training AlexNet and other models can be trained similarly. The aim of this repository is to understand the difference between the architectures, the parameters to be trained, the complexity of implementation and understand how they can be implemented using Keras.

  1. AlexNet
  2. VGGNet
  3. ZFNet
  4. GoogleNet

About

Deep Learning Architectures implemented using Keras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published