keras-fractalnet

FractalNet

An implementation of a novel neural network architecture that enables ultra-deep networks with reduced complexity through iterative fractal construction

FractalNet implementation in Keras: Ultra-Deep Neural Networks without Residuals

GitHub

155 stars
9 watching
38 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
gustavla/fractalnet An implementation of a neural network architecture based on fractals, with a focus on ultra-deep networks without residuals. 151
tensorpro/fractalnet A deep learning implementation of a fractal neural network architecture 48
titu1994/keras-resnext An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. 224
jihongju/keras-fcn A library implementing a Fully Convolutional Network architecture with Keras support 202
raghakot/keras-resnet An implementation of Residual Networks using Keras' functional API 1,386
theduynguyen/keras-fcn An implementation of fully convolutional neural networks for semantic segmentation using TensorFlow as the backend. 15
rcmalli/keras-squeezenet An implementation of the SqueezeNet neural network model in the Keras framework 404
keras-team/keras A high-level deep learning framework for building and training neural networks on multiple backend engines 62,045
scisharp/keras.net A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. 601
shathe/mnasnet-keras-tensorflow An implementation of MnasNet architecture in Keras for TensorFlow using Python 99
titu1994/inception-v4 Implementations of deep learning architectures in Keras using the Functional API 386
titu1994/keras-dualpathnetworks Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements 114
fupiao1998/res2net-keras An open-source implementation of a res2net module using Keras and TensorFlow backend. 16
xiaohan2012/sdne-keras An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks 92
dbln/stochastic_depth_keras A Python implementation of the Stochastic Depth technique for deep neural networks 139