stochastic_depth_keras
Stochastic depth model
A Python implementation of the Stochastic Depth technique for deep neural networks
Keras implementation for "Deep Networks with Stochastic Depth" http://arxiv.org/abs/1603.09382
139 stars
14 watching
26 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yueatsprograms/stochastic_depth | A repository providing Torch 7 code for implementing stochastic depth in deep neural networks | 477 |
yasunorikudo/chainer-resdrop | Provides a Chainer-based implementation of a network with stochastic depth | 40 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
asmith26/wide_resnets_keras | Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing | 138 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
stjordanis/gluon2keras | Converts Gluon deep neural network models to Keras equivalents | 0 |
mrgloom/keras-semantic-segmentation-example | This project demonstrates basic semantic segmentation using a deep neural network in Keras. | 56 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
ysnan/nbd_kerunc | A repository providing pre-trained models and results for image deconvolution in the presence of kernel/model uncertainty | 14 |
keras-team/keras | A high-level deep learning framework for building and training neural networks on multiple backend engines | 62,045 |
nicolov/segmentation_keras | An implementation of a deep learning model for image segmentation using Keras and dilated convolutions | 301 |
pavlosmelissinos/enet-keras | An implementation of a deep neural network architecture for real-time semantic segmentation in Python. | 115 |