Skip to content

liuqi05/sidl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

This repository contains Deep Learning code to understand DL concepts like CNN, R-CNN, GANs etc.

General Architecture

On the highest levels ('cnn_model.py') there is a general Neural Network architecture. Within this you can use the specific variables, weights, and the layers belonging to the LeNet5, AlexNet of VGGNet-16 architectures.

general model

LeNet5 / LeNet5-like CNN:

LeNet5 architecture

The LeNet5 architectures have been trained with the MNIST, CIFAR-10 and Oxflower-17 datasets and yield the following accuracies:

LeNet5 test score on MNIST

LeNet5 test score on CIFAR-10

LeNet5 test score on CIFAR-10 for different optimizers

LeNet5 test score on CIFAR-10 for RMS optimizer

LeNet5 test score on CIFAR-10 for Gradient Descent Optimizer

LeNet5 test score on CIFAR-10 for Adam optimizer

LeNet5 test score on CIFAR-10 for Adagrad optimizer

AlexNet

AlexNet architecture

The AlexNet architecture haS been trained with the Oxflower-17 dataset for different optimizers:

AlexNet test score on Oxflower-17 dataset for different optimizers

VGGNet-16

VGGNet-16 architecture

About

Deep Learning code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%