All Projects → wallarm → Nascell Automl

wallarm / Nascell Automl

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nascell Automl

Btb
A simple, extensible library for developing AutoML systems
Stars: ✭ 159 (-32.63%)
Mutual labels:  automl
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-17.37%)
Mutual labels:  automl
Pysr
Simple, fast, and parallelized symbolic regression in Python/Julia via regularized evolution and simulated annealing
Stars: ✭ 213 (-9.75%)
Mutual labels:  automl
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (-29.66%)
Mutual labels:  automl
Naszilla
Naszilla is a Python library for neural architecture search (NAS)
Stars: ✭ 181 (-23.31%)
Mutual labels:  automl
Lightautoml
LAMA - automatic model creation framework
Stars: ✭ 196 (-16.95%)
Mutual labels:  automl
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+799.58%)
Mutual labels:  automl
Automlpipeline.jl
A package that makes it trivial to create and evaluate machine learning pipeline architectures.
Stars: ✭ 223 (-5.51%)
Mutual labels:  automl
Mlcomp
Distributed DAG (Directed acyclic graph) framework for machine learning with UI
Stars: ✭ 183 (-22.46%)
Mutual labels:  automl
Automlbenchmark
OpenML AutoML Benchmarking Framework
Stars: ✭ 210 (-11.02%)
Mutual labels:  automl
Autoclint
A specially designed light version of Fast AutoAugment
Stars: ✭ 171 (-27.54%)
Mutual labels:  automl
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (-24.58%)
Mutual labels:  automl
Compose
A machine learning tool for automated prediction engineering. It allows you to easily structure prediction problems and generate labels for supervised learning.
Stars: ✭ 203 (-13.98%)
Mutual labels:  automl
Libra
Ergonomic machine learning for everyone.
Stars: ✭ 1,925 (+715.68%)
Mutual labels:  automl
Awesome Nas Papers
Awesome Neural Architecture Search Papers
Stars: ✭ 213 (-9.75%)
Mutual labels:  automl
Amc Models
[ECCV 2018] AMC: AutoML for Model Compression and Acceleration on Mobile Devices
Stars: ✭ 154 (-34.75%)
Mutual labels:  automl
Lale
Library for Semi-Automated Data Science
Stars: ✭ 198 (-16.1%)
Mutual labels:  automl
Adatune
Gradient based Hyperparameter Tuning library in PyTorch
Stars: ✭ 226 (-4.24%)
Mutual labels:  automl
Auto viml
Automatically Build Multiple ML Models with a Single Line of Code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Stars: ✭ 216 (-8.47%)
Mutual labels:  automl
Flaml
A fast and lightweight AutoML library.
Stars: ✭ 205 (-13.14%)
Mutual labels:  automl

nascell-automl

This code belongs to the "Simple implementation of Neural Architecture Search with Reinforcement Learning " blog post.

An original blog post with all the details (step-by-step guide): https://lab.wallarm.com/the-first-step-by-step-guide-for-implementing-neural-architecture-search-with-reinforcement-99ade71b3d28

Requirements

  • Python 3
  • Tensorflow > 1.4

Training

Print parameters:

python3 train.py --help
optional arguments:
  -h, --help            show this help message and exit
  --max_layers MAX_LAYERS

Train:

python3 train.py

For evaluate architecture

Print parameters:

$ cd experiments/
$ python3 train.py --architecture "61, 24, 60,  5, 57, 55, 59, 3"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].