DenseNet
Convolutional Network
A deep learning implementation of a neural network architecture with interconnected layers, designed to improve accuracy on image classification tasks
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
5k stars
175 watching
1k forks
Language: Lua
last commit: 11 months ago
Linked from 2 awesome lists
deep-learning
Related projects:
Repository | Description | Stars |
---|---|---|
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
titu1994/densenet | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 708 |
donnyyou/torchcv | A comprehensive PyTorch-based framework for computer vision tasks | 2,250 |
simjeg/fc-densenet | An implementation of a fully convolutional densely connected neural network architecture for semantic segmentation tasks. | 486 |
shelhamer/fcn.berkeleyvision.org | Provides reference implementation of fully convolutional networks (FCNs) for semantic segmentation | 3,309 |
apple/corenet | A deep neural network toolkit allowing researchers and engineers to train various models | 6,981 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,948 |
leoxiaobin/deep-high-resolution-net.pytorch | An implementation of a deep learning network for human pose estimation using high-resolution representations | 4,327 |
hujie-frank/senet | An implementation of the Squeeze-and-Excitation Networks architecture in Caffe | 3,394 |
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,379 |
labmlai/annotated_deep_learning_paper_implementations | Implementations of various deep learning algorithms and techniques with accompanying documentation | 56,215 |
yixuanli/densenet-tensorflow | An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 573 |
locuslab/tcn | An empirical evaluation of generic convolutional and recurrent networks for sequence modeling | 4,171 |
tkipf/pygcn | A PyTorch implementation of a graph neural network architecture for semi-supervised classification | 5,198 |