Neural Architecture Search
Quick search
code
Show Source
Stable Version Documentation API Installation Tutorials Github Other Versions Documentation
AutoGluon Documentation
Table Of Contents
  • Tabular Prediction
    • Predicting Columns in a Table - Quick Start
    • Predicting Columns in a Table - In Depth
    • How to use AutoGluon for Kaggle competitions
    • Multimodal Data Tables: Combining BERT/Transformers and Classical Tabular Models
    • Predicting Multiple Columns in a Table (Multi-Label Prediction)
    • FAQ
  • Image Prediction
    • Image Prediction - Quick Start
    • Image Prediction - Search Space and Hyperparameter Optimization (HPO)
    • Image Prediction - How to Use Your Own Datasets
  • Object Detection
    • Object Detection - Quick Start
  • Text Prediction
    • Text Prediction - Quick Start
    • Text Prediction - Multimodal Table with Text
    • Text Prediction - Customization and Hyperparameter Search
  • Tune Custom Models
    • Search Space and Decorator
    • Search Algorithms
    • Searchable Objects
    • Tune Training Scripts
    • Distributed Search
    • Getting started with Advanced HPO Algorithms
  • Neural Architecture Search
    • Demo RL Searcher
    • How to Use ENAS/ProxylessNAS in Ten Minutes
  • For PyTorch Users
    • Tune PyTorch Model on MNIST
  • AutoGluon Predictors
  • autogluon.core
  • autogluon.core.space
  • autogluon.core.scheduler
  • autogluon.core.searcher
  • autogluon.core.utils
  • autogluon.features
  • autogluon.tabular.models
  • autogluon.model_zoo
AutoGluon Documentation
Table Of Contents
  • Tabular Prediction
    • Predicting Columns in a Table - Quick Start
    • Predicting Columns in a Table - In Depth
    • How to use AutoGluon for Kaggle competitions
    • Multimodal Data Tables: Combining BERT/Transformers and Classical Tabular Models
    • Predicting Multiple Columns in a Table (Multi-Label Prediction)
    • FAQ
  • Image Prediction
    • Image Prediction - Quick Start
    • Image Prediction - Search Space and Hyperparameter Optimization (HPO)
    • Image Prediction - How to Use Your Own Datasets
  • Object Detection
    • Object Detection - Quick Start
  • Text Prediction
    • Text Prediction - Quick Start
    • Text Prediction - Multimodal Table with Text
    • Text Prediction - Customization and Hyperparameter Search
  • Tune Custom Models
    • Search Space and Decorator
    • Search Algorithms
    • Searchable Objects
    • Tune Training Scripts
    • Distributed Search
    • Getting started with Advanced HPO Algorithms
  • Neural Architecture Search
    • Demo RL Searcher
    • How to Use ENAS/ProxylessNAS in Ten Minutes
  • For PyTorch Users
    • Tune PyTorch Model on MNIST
  • AutoGluon Predictors
  • autogluon.core
  • autogluon.core.space
  • autogluon.core.scheduler
  • autogluon.core.searcher
  • autogluon.core.utils
  • autogluon.features
  • autogluon.tabular.models
  • autogluon.model_zoo

Neural Architecture SearchΒΆ

AutoGluon enables easy neural architecture search, with APIs for fast prototyping and state-of-the-art built-in methods.

Reinforcement Learningrl_searcher.html

Compare search strategies based on reinforcement learning vs random search.

Efficient NAS on Target Hardwareenas_proxylessnas.html

Efficient neural architecture search for low latency model on target hardware.

Previous
Getting started with Advanced HPO Algorithms
Next
Demo RL Searcher