neural-architecture-search
Neural search algorithm
An implementation of Neural Architecture Search using Reinforcement Learning with a Controller RNN.
Basic implementation of Neural Architecture Search with Reinforcement Learning.
432 stars
16 watching
113 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
kerasneural-architecture-searchtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
microsoft/archai | Automates the search for optimal neural network configurations in deep learning applications | 467 |
ajbrock/smash | An experimental method for efficiently searching neural network architectures using a single training run. | 489 |
datacanvasio/hyperkeras | An AutoDL tool for optimizing neural networks and hyperparameters on TensorFlow and Keras | 30 |
seungwonpark/randwirenn | Implementation of neural network exploration with randomly wired architectures | 685 |
negrinho/deep_architect | A modular framework for automatically searching over computational graphs to find good architectures for machine learning models | 121 |
gomerudo/nas-env | An OpenAI Gym environment for searching neural network architectures | 29 |
kaiminghe/resnet-1k-layers | Represents a neural network architecture with 1K layers, designed for image recognition tasks. | 906 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
joeddav/devol | An evolutionary algorithm for designing neural networks in Keras | 950 |
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 |
linnanwang/alphax-nasbench101 | An implementation of a Neural Architecture Search agent using Monte Carlo Tree Search and a predictive model for efficient search of neural network architectures on the NASBench-101 dataset. | 167 |
titu1994/keras-dualpathnetworks | Provides a Keras implementation of a deep neural network architecture combining ResNeXt and DenseNet elements | 114 |
neroloh/darts-tensorflow | This implementation provides a Tensorflow-based framework for searching different architectures in deep neural networks using 2nd-order approximations. | 73 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |