paper-with-me

Papers

Optimization Methods in Deep Learning: A Comprehensive Overview

2023-02-19 · David Shulman

In recent years, deep learning has achieved remarkable success in various fields such as image recognition, natural language processing, and speech recognition. The effectiveness of deep learning largely depends on the optimization methods used to train deep neural networks. In this paper, we provide an overview of first-order optimization methods such as Stochastic Gradient Descent, Adagrad, Adadelta, and RMSprop, as well as recent momentum-based and adaptive gradient methods such as Nesterov accelerated gradient, Adam, Nadam, AdaMax, and AMSGrad. We also discuss the challenges associated with optimization in deep learning and explore techniques for addressing these challenges, including weight initialization, batch normalization, and layer normalization. Finally, we provide recommendations for selecting optimization methods for different deep learning tasks and datasets. This paper serves as a comprehensive guide to optimization methods in deep learning and can be used as a reference for researchers and practitioners in the field.

📄 PDF Abstract BibTeX arXiv:2302.09566

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

AMSGrad AMSGrad is a stochastic optimization method that seeks to fix a convergence issue with Adam based optimizers. AMSGrad uses the…
Adam 설명 없음
AdaMax 설명 없음

Similar Papers 제목 키워드 기반

Self-Improvement in Multimodal Large Language Models: A Survey

2025-10-03 · Shijian Deng, Kai Wang, Tianyu Yang, Harsh Singh 외 arxiv

Recent advancements in self-improvement for Large Language Models (LLMs) have efficiently enhanced model capabilities without significantly increasing costs, particularly in terms of human effort. While this area is stil…

Individual brain parcellation: Review of methods, validations and applications

2024-07-01 · Chengyi Li, Shan Yu, Yue Cui

Individual brains vary greatly in morphology, connectivity and organization. The applicability of group-level parcellations is limited by the rapid development of precision medicine today because they do not take into ac…

Experimental Investigation and Evaluation of Model-based Hyperparameter Optimization

2021-07-19 · Eva Bartz, Martin Zaefferer, Olaf Mersmann, Thomas Bartz-Beielstein

Machine learning algorithms such as random forests or xgboost are gaining more importance and are increasingly incorporated into production processes in order to enable comprehensive digitization and, if possible, automa…

BIG-bench Machine LearningHyperparameter Optimization

Set-to-Sequence Methods in Machine Learning: a Review

2021-03-17 · Mateusz Jurewicz, Leon Strømberg-Derczynski

Machine learning on sets towards sequential output is an important and ubiquitous task, with applications ranging from language modeling and meta-learning to multi-agent strategy games and power grid optimization. Combin…

BIG-bench Machine LearningLanguage ModelingLanguage ModellingMeta-Learning+2

Advancements in Multimodal Differential Evolution: A Comprehensive Review and Future Perspectives

2025-04-01 · Dikshit Chauhan, Shivani, Donghwi Jung, Anupam Yadav

Multi-modal optimization involves identifying multiple global and local optima of a function, offering valuable insights into diverse optimal solutions within the search space. Evolutionary algorithms (EAs) excel at find…

Evolutionary Algorithms