paper-with-me

Papers

Poor starting points in machine learning

2016-02-09 · Mark Tygert

Poor (even random) starting points for learning/training/optimization are common in machine learning. In many settings, the method of Robbins and Monro (online stochastic gradient descent) is known to be optimal for good starting points, but may not be optimal for poor starting points -- indeed, for poor starting points Nesterov acceleration can help during the initial iterations, even though Nesterov methods not designed for stochastic approximation could hurt during later iterations. The common practice of training with nontrivial minibatches enhances the advantage of Nesterov acceleration.

📄 PDF Abstract BibTeX arXiv:1602.02823

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Creativity in Machine Learning

2016-01-12 · Martin Thoma

Recent machine learning techniques can be modified to produce creative results. Those results did not exist before; it is not a trivial combination of the data which was fed into the machine learning system. The obtained…

BIG-bench Machine Learning

Machine Learning for Synthetic Data Generation: A Review

2023-02-08 · Yingzhou Lu, Minjie Shen, Huazheng Wang, Xiao Wang 외

Machine learning heavily relies on data, but real-world applications often encounter various data-related issues. These include data of poor quality, insufficient data points leading to under-fitting of machine learning …

FairnessSynthetic Data Generation

Learning Neural Surrogate Model for Warm-Starting Bayesian Optimization

2020-01-01 · ICLR 2020 1 · Haotian Zhang, Jian Sun, Zongben Xu

Bayesian optimization is an effective tool to optimize black-box functions and popular for hyper-parameter tuning in machine learning. Traditional Bayesian optimization methods are based on Gaussian process (GP), relying…

Bayesian Optimization

Archetypal Analysis++: Rethinking the Initialization Strategy

2023-01-31 · Sebastian Mair, Jens Sjölund

Archetypal analysis is a matrix factorization method with convexity constraints. Due to local minima, a good initialization is essential, but frequently used initialization methods yield either sub-optimal starting point…

A Deterministic Gradient-Based Approach to Avoid Saddle Points

2019-01-21 · Lisa Maria Kreusser, Stanley J. Osher, Bao Wang

Loss functions with a large number of saddle points are one of the major obstacles for training modern machine learning models efficiently. First-order methods such as gradient descent are usually the methods of choice f…

BIG-bench Machine Learning