**arXiv ID:** 2411.15375 **Authors:** Ilia Zaznov, Atta Badii, Alfonso Dufour, Julian Kunkel **Published:** 2024-11-22T23:33:41Z **Abstract:** AdamZ is an advanced variant of the Adam optimiser, developed to enhance convergence efficiency in neural network training. This optimiser dynamically adjusts the learning rate by incorporating mechanisms to address overshooting and stagnation, that are common challenges in optimisation. Specifically, AdamZ reduces the learning rate when overshooting i...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill adamz-an-enhanced-optimisation-method-for-neural-network-training --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Adamz An Enhanced Optimisation Method For Neural Network Training?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-adamz-an-enhanced-optimisation-method-for-neural-n)More formats (shields.io, HTML) on the badges page.
# AdamZ: An Enhanced Optimisation Method for Neural Network Training
**arXiv ID:** 2411.15375
**Authors:** Ilia Zaznov, Atta Badii, Alfonso Dufour, Julian Kunkel
**Published:** 2024-11-22T23:33:41Z
**Abstract:**
AdamZ is an advanced variant of the Adam optimiser, developed to enhance convergence efficiency in neural network training. This optimiser dynamically adjusts the learning rate by incorporating mechanisms to address overshooting and stagnation, that are common challenges in optimisation. Specifically, AdamZ reduces the learning rate when overshooting is detected and increases it during periods of stagnation, utilising hyperparameters such as overshoot and stagnation factors, thresholds, and patience levels to guide these adjustments. While AdamZ may lead to slightly longer training times compared to some other optimisers, it consistently excels in minimising the loss function, making it particularly advantageous for applications where precision is critical. Benchmarking results demonstrate the effectiveness of AdamZ in maintaining optimal learning rates, leading to improved model performance across diverse tasks.
## Skill Description
This skill is generated from the arXiv paper: AdamZ: An Enhanced Optimisation Method for Neural Network Training (2411.15375).
## How to Use
[To be filled in by the user or by future automation]
## References
- [arXiv:2411.15375](http://arxiv.org/abs/2411.15375v1)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!