Skip to content

Raman-Raje/DenseNet-of-CIFAR-10

Repository files navigation

DenseNet-of-CIFAR-10

Densenet-Tensorflow

Keras implementation of Densenet using Cifar10

  • The code that implements this paper is present in IPYNB

If you want to see the original author's code or other implementations, please refer to this link

Requirements

  • Tensorflow 1.x

What is the "Dense Connectivity" ?

Dense_connectivity

What is the "Dense Block" ?

Dense_block

What is the "Densenet Architecture" ?

Dense_Architecture

Compare Structure (CNN, ResNet, DenseNet)

compare

Implementation:

  • Implemented DenseNet-BC (k =12 ,L = 100) [0.76M parameters].
  • Network Trained on 70 Epochs.
  • No Dropout was used
  • Image Augmentation was used.

Results:

I was able to achieve accuracy of 92.7% by training for 70 Epochs.

Loss And Accuracy Plots

Loss and Accuracy

Confusion Matrix

Confusion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published