fchollet / keras-resources

Directory of tutorials and open-source code repositories for working with Keras, the Python deep learning library
3.25k stars 887 forks source link

Add Densely Connected Convolutional Networks #14

Closed tdeboissiere closed 8 years ago

tdeboissiere commented 8 years ago

Adding a keras implementation of Densely Connected Convolutional Networks

N.B: The link above is the paper, the implementation is at (https://github.com/tdeboissiere/DeepLearningImplementations/tree/master/DenseNet)