Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ladyamely/densenet-tensorflow

This repository contains an implementation of the DenseNet architecture in TensorFlow
https://github.com/ladyamely/densenet-tensorflow

densenet densenet-tensorflow machine-learning python tensorflow

Last synced: 8 days ago
JSON representation

This repository contains an implementation of the DenseNet architecture in TensorFlow

Awesome Lists containing this project

README

        

# DenseNet Implementation in TensorFlow
---

This repository contains an implementation of the DenseNet architecture in TensorFlow. DenseNet is a convolutional neural network (CNN) architecture known for its efficiency in parameter usage and performance in image classification tasks.

## Dataset

In this project, VGGNet was trained on the Fashion-MNIST dataset, showcasing its effectiveness even on simpler datasets for classification tasks.

---
## Results
Using Fashion-MNIST dataset, the model achieved the following results:

- **Precision**: **88.57%**
- **Recall**: **88.53%**
- **F1-Score**: **88.50%**
---
![Fashion-MNIST](https://github.com/LadyAmely/DenseNet-tensorflow/blob/master/plots/predictions_visualizations.png)

## References
Original Paper: ["Densely Connected Convolutional Networks (Huang et al., 2017)"](https://arxiv.org/pdf/1608.06993).