paper-with-me

Papers

Amazon SageMaker Automatic Model Tuning: Scalable Gradient-Free Optimization

2020-12-15 · Valerio Perrone, Huibin Shen, Aida Zolic, Iaroslav Shcherbatyi, Amr Ahmed, Tanya Bansal, Michele Donini, Fela Winkelmolen, Rodolphe Jenatton, Jean Baptiste Faddoul, Barbara Pogorzelska, Miroslav Miladinovic, Krishnaram Kenthapadi, Matthias Seeger, Cédric Archambeau

Tuning complex machine learning systems is challenging. Machine learning typically requires to set hyperparameters, be it regularization, architecture, or optimization parameters, whose tuning is critical to achieve good predictive performance. To democratize access to machine learning systems, it is essential to automate the tuning. This paper presents Amazon SageMaker Automatic Model Tuning (AMT), a fully managed system for gradient-free optimization at scale. AMT finds the best version of a trained machine learning model by repeatedly evaluating it with different hyperparameter configurations. It leverages either random search or Bayesian optimization to choose the hyperparameter values resulting in the best model, as measured by the metric chosen by the user. AMT can be used with built-in algorithms, custom algorithms, and Amazon SageMaker pre-built containers for machine learning frameworks. We discuss the core functionality, system architecture, our design principles, and lessons learned. We also describe more advanced features of AMT, such as automated early stopping and warm-starting, showing in experiments their benefits to users.

📄 PDF Abstract BibTeX arXiv:2012.08489

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Amazon SageMaker Model Monitor: A System for Real-Time Insights into Deployed Machine Learning Models

2021-11-26 · David Nigenda, Zohar Karnin, Muhammad Bilal Zafar, Raghu Ramesha 외

With the increasing adoption of machine learning (ML) models and systems in high-stakes settings across different industries, guaranteeing a model's performance after deployment has become crucial. Monitoring models in p…

BIG-bench Machine Learning

Amazon SageMaker Model Parallelism: A General and Flexible Framework for Large Model Training

2021-11-10 · Can Karakus, Rahul Huilgol, Fei Wu, Anirudh Subramanian 외

With deep learning models rapidly growing in size, systems-level solutions for large-model training are required. We present Amazon SageMaker model parallelism, a software library that integrates with PyTorch, and enable…

Collaborative Filteringmodel

Amazon SageMaker Clarify: Machine Learning Bias Detection and Explainability in the Cloud

2021-09-07 · Michaela Hardt, Xiaoguang Chen, Xiaoyi Cheng, Michele Donini 외

Understanding the predictions made by machine learning (ML) models and their potential biases remains a challenging and labor-intensive task that depends on the application, the dataset, and the specific model. We presen…

Bias DetectionBIG-bench Machine LearningFairnessFeature Importance

Amazon SageMaker Autopilot: a white box AutoML solution at scale

2020-12-15 · Piali Das, Valerio Perrone, Nikita Ivkin, Tanya Bansal 외

AutoML systems provide a black-box solution to machine learning problems by selecting the right way of processing features, choosing an algorithm and tuning the hyperparameters of the entire pipeline. Although these syst…

AutoMLMeta-Learning

Solving cold start in news recommendations: a RippleNet-based system for large scale media outlet

2025-11-03 · Karol Radziszewski, Michał Szpunar, Piotr Ociepka, Mateusz Buczyński arxiv

We present a scalable recommender system implementation based on RippleNet, tailored for the media domain with a production deployment in Onet.pl, one of Poland's largest online media platforms. Our solution addresses th…