Skip to content

Customizable implementation of several kind of residual neural network for image classification (ResNet, WRN, DenseNet, ...)

License

Notifications You must be signed in to change notification settings

ikhlo/ResNet_Architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Residual Neural Network Architectures

In this Github repository you will find several residual neural architecture for image classification implemented with Keras API. I tried to make this code in the simplest way to be understood and reusable by anyone who need a quick implementation of any deep convolutionnal neural network.

For those who have some knowledge and technical skills, you can use it as a starting point and make modifications inside functions to create your own neural network according to your need.

Implemented architectures

Here are the different neural networks implemented in this repository.

About

Customizable implementation of several kind of residual neural network for image classification (ResNet, WRN, DenseNet, ...)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages