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

GitHub

139 stars
14 watching
26 forks
Language: Python
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
yueatsprograms/stochastic_depthA repository providing Torch 7 code for implementing stochastic depth in deep neural networks477
yasunorikudo/chainer-resdropProvides a Chainer-based implementation of a network with stochastic depth40
rcmalli/keras-squeezenetAn implementation of the SqueezeNet neural network model in the Keras framework404
opconty/keras-shufflenetv2A Keras implementation of ShuffleNet V2 architecture for deep learning models96
asmith26/wide_resnets_kerasKeras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing139
yuyang-huang/keras-inception-resnet-v2Represents an implementation of the Inception-ResNet v2 deep learning model in Keras.180
xiaohan2012/sdne-kerasAn implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks92
titu1994/keras-resnextAn implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification.224
stjordanis/gluon2kerasConverts Gluon deep neural network models to Keras equivalents0
mrgloom/keras-semantic-segmentation-exampleThis project demonstrates basic semantic segmentation using a deep neural network in Keras.56
titu1994/inception-v4Implementations of deep learning architectures in Keras using the Functional API387
ysnan/nbd_keruncA repository providing pre-trained models and results for image deconvolution in the presence of kernel/model uncertainty14
keras-team/kerasA high-level deep learning framework for building and training neural networks on multiple backend engines62,196
nicolov/segmentation_kerasAn implementation of a deep learning model for image segmentation using Keras and dilated convolutions301
pavlosmelissinos/enet-kerasAn implementation of a deep neural network architecture for real-time semantic segmentation in Python.115