One of Japan's largest directories x find the right AI in as little as a minute

▶︎ For those who want to list their service

Subscribe to newsletter (free)
Subscribe to newsletter (free)
  1. AI BEST SEARCH
  2. AI Glossary & Keyword Index [AI BEST SEARCH]
  3. AutoML (Automated Machine Learning)

AutoML (Automated Machine Learning)

Automated Machine Learning (AutoML) is the technology of automating the process of building machine learning models. Tasks that traditionally required data scientists and engineers with specialized expertise — model selection, feature engineering, hyperparameter tuning, training, evaluation, and optimization — can now be partially or fully automated by AutoML. The goal of this technology is to enable people without deep machine learning expertise to build high-quality predictive models. It also helps small and medium-sized businesses and non-technical teams lower the barrier to data utilization and accelerate the speed and quality of AI adoption. Typical processes automated by AutoML: • Data preprocessing and automatic feature generation • Automatic algorithm selection (e.g., Random Forest, XGBoost, neural networks, etc.) • Automatic hyperparameter optimization (e.g., Bayesian optimization) • Model evaluation and selection of the best-performing model • Automatic generation of reproducible pipelines Leading AutoML tools include Google Cloud's "Vertex AI," Microsoft's "Azure AutoML," and Amazon's "SageMaker Autopilot," with open-source options such as "Auto-sklearn," "H2O AutoML," and "TPOT" also widely used. Beyond aiming for accuracy on par with or exceeding expert-built models, AutoML also supports rapid iteration and democratizes model selection — significantly accelerating AI adoption in business contexts.