Keras-ResNeXt
Deep neural network framework
An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification.
Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.
224 stars
9 watching
80 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
keras-team/keras | A high-level deep learning framework for building and training neural networks on multiple backend engines | 62,045 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
raghakot/keras-resnet | An implementation of Residual Networks using Keras' functional API | 1,386 |
scisharp/keras.net | A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. | 601 |
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 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
wenxinxu/resnext-in-tensorflow | An implementation of a deep neural network architecture in TensorFlow | 78 |
imlab-uiip/keras-segnet | An implementation of a deep learning architecture for image segmentation using the Keras framework. | 184 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
aitorzip/keras-icnet | A deep learning framework for real-time image segmentation on high-resolution images using convolutional neural networks | 86 |
marcbs/keras | An extension of Keras with new functionalities and tools for multimodal learning | 225 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |