paper-with-me

Papers

Adaptive Gradient Descent Methods for Computing Implied Volatility

2021-08-16 · Yixiao Lu, Yihong Wang, Tinggan Yang

In this paper, a new numerical method based on adaptive gradient descent optimizers is provided for computing the implied volatility from the Black-Scholes (B-S) option pricing model. It is shown that the new method is more accurate than the close form approximation. Compared with the Newton-Raphson method, the new method obtains a reliable rate of convergence and tends to be less sensitive to the beginning point.

📄 PDF Abstract BibTeX arXiv:2108.07035

Code (1)

cloudy-sfu/newton-raphson-implied-volatility 공식 구현

Similar Papers 제목 키워드 기반

Adaptive Negative Curvature Descent with Applications in Non-convex Optimization

2018-12-01 · NeurIPS 2018 12 · Mingrui Liu, Zhe Li, Xiaoyu Wang, Jin-Feng Yi 외

Negative curvature descent (NCD) method has been utilized to design deterministic or stochastic algorithms for non-convex optimization aiming at finding second-order stationary points or local minima. In existing studies…

Gradient descent aligns the layers of deep linear networks

2018-10-04 · ICLR 2019 5 · Ziwei Ji, Matus Telgarsky

This paper establishes risk convergence and asymptotic weight matrix alignment --- a form of implicit regularization --- of gradient flow and gradient descent when applied to deep linear networks on linearly separable da…

Occam Gradient Descent

2024-05-30 · B. N. Kausik

Deep learning neural network models must be large enough to adapt to their problem domain, while small enough to avoid overfitting training data during gradient descent. To balance these competing demands, overprovisione…

image-classificationImage ClassificationLearning TheoryModel Compression

Gradient Equilibrium in Online Learning: Theory and Applications

2025-01-14 · Anastasios N. Angelopoulos, Michael I. Jordan, Ryan J. Tibshirani

We present a new perspective on online learning that we refer to as gradient equilibrium: a sequence of iterates achieves gradient equilibrium if the average of gradients of losses along the sequence converges to zero. I…

Learning Theory

A Methodology Establishing Linear Convergence of Adaptive Gradient Methods under PL Inequality

2024-07-17 · Kushal Chakrabarti, Mayank Baranwal

Adaptive gradient-descent optimizers are the standard choice for training neural network models. Despite their faster convergence than gradient-descent and remarkable performance in practice, the adaptive optimizers are …