Keras-NASNet
NAS architecture builder
An implementation of Neural Architecture Search Network models in Keras 2.0+, allowing for the creation and usage of NASNet architectures.
"NASNet" models in Keras 2.0+ with weights
199 stars
20 watching
64 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
kerasnasnet-modelstensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
shathe/mnasnet-keras-tensorflow | An implementation of MnasNet architecture in Keras for TensorFlow using Python | 99 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |
keras-team/keras-hub | Provides pre-trained models and building blocks for natural language processing, computer vision, audio, and multimodal tasks | 797 |
titu1994/neural-architecture-search | An implementation of Neural Architecture Search using Reinforcement Learning with a Controller RNN. | 432 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
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 |
asmith26/wide_resnets_keras | Keras implementation of Wide Residual Networks with preloaded weights and configuration options for training and testing | 138 |
titu1994/densenet | An implementation of a deep learning network architecture with dense connectivity and bottleneck layers. | 708 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
fupiao1998/res2net-keras | An open-source implementation of a res2net module using Keras and TensorFlow backend. | 16 |
gomerudo/nas-env | An OpenAI Gym environment for searching neural network architectures | 29 |
wandering007/nasnet-pytorch | An implementation of NASNet in PyTorch using ported weights from TensorFlow | 75 |