Keras-DualPathNetworks
Network architecture
Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements
Dual Path Networks for Keras 2.0+
114 stars
10 watching
52 forks
Language: Python
last commit: almost 5 years ago
Linked from 1 awesome list
deep-learningdpndual-path-networkskerastensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
titu1994/keras-resnext | An implementation of ResNeXt models in Keras, allowing for efficient deep neural networks for image classification. | 224 |
titu1994/keras-nasnet | An implementation of Neural Architecture Search Network models in Keras 2.0+, allowing for the creation and usage of NASNet architectures. | 199 |
titu1994/densenet | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 708 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
shathe/mnasnet-keras-tensorflow | An implementation of MnasNet architecture in Keras for TensorFlow using Python | 99 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
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 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
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 |