MNasNet-Keras-Tensorflow
MnasNet model
An implementation of MnasNet architecture in Keras for TensorFlow using Python
A Tensorflow Keras implementation (Graph and eager execution) of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.
99 stars
10 watching
29 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
architecture-searchdeep-learningeager-executionkerasmnasnettensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
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 |
vladkryvoruchko/pspnet-keras-tensorflow | An implementation of a deep learning model for image segmentation using TensorFlow and Keras | 394 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
scisharp/keras.net | A high-level neural networks API for C# and F#, enabling fast prototyping of deep learning models. | 601 |
keras-team/keras-hub | Provides pre-trained models and lower-level building blocks for various deep learning tasks. | 806 |
divamgupta/ladder_network_keras | An implementation of Ladder Network architecture for semi-supervised learning using Keras and TensorFlow | 101 |
chinakook/mnasnet.mxnet | An implementation of MnasNet architecture in MXNet/Gluon | 59 |
ykamikawa/tf-keras-segnet | An implementation of SegNet architecture for semantic segmentation using tensorflow and keras. | 179 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
sadeepj/crfasrnn_keras | This repository provides a Keras/Tensorflow implementation of Conditional Random Fields as Recurrent Neural Networks for semantic image segmentation. | 603 |
opconty/keras-shufflenetv2 | A Keras implementation of ShuffleNet V2 architecture for deep learning models | 96 |
triagemd/model-converters | A tool for converting Keras models to use with TensorFlow | 7 |
kwotsin/tensorflow-enet | A deep neural network implementation for real-time semantic segmentation in computer vision | 257 |