DenseNet
Dense Network Architecture
An implementation of a deep learning network architecture with dense connectivity and bottleneck layers.
DenseNet implementation in Keras
707 stars
29 watching
294 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
bottleneckdeep-learningdensenetdensenet-modelkeraspaper
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
| An implementation of DenseNet in Keras with pre-trained ImageNet weights | 567 |
| Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
| An implementation of a deep neural network architecture in PyTorch | 833 |
| Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
| An implementation of a fully convolutional densely connected neural network architecture for semantic segmentation tasks. | 487 |
| An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 571 |
| An implementation of DenseNets optimized to save GPU memory by using checkpointing | 1,524 |
| Implementations of deep learning architectures in Keras using the Functional API | 387 |
| A Node.js implementation of the EfficientNet deep learning model architecture. | 258 |
| An implementation of Neural Architecture Search Network models in Keras 2.0+, allowing for the creation and usage of NASNet architectures. | 199 |
| An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
| An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. | 15 |