keras-resnet
ResNet implementation
An implementation of Residual Networks using Keras' functional API
Residual networks implementation using Keras-1.0 functional API
1k stars
53 watching
615 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
deep-learningkerasresnet
Related projects:
Repository | Description | Stars |
---|---|---|
asmith26/wide_resnets_keras | Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing | 138 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
nutszebra/resnet_in_resnet | An implementation of Residual Networks In Residual Networks using Chainer. | 3 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
yerevann/r-net-in-keras | Recreating a complex neural network architecture from a research paper to improve question answering capabilities | 178 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
tornadomeet/resnet | Reproducing ResNet-v2 with MXNet on ImageNet and CIFAR10 datasets using Python. | 556 |
n2cholas/jax-resnet | Provides implementations and checkpoints for various ResNet variants using JAX and Flax. | 104 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |