-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathCITATION.cff
More file actions
48 lines (35 loc) · 1.25 KB
/
CITATION.cff
File metadata and controls
48 lines (35 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
cff-version: 1.2.0
message: "If you use this project in research or academic work, please cite it using the information below."
title: "stochastic-average-gradient-sag-solver-course"
version: "0.1.0"
doi: "10.5281/zenodo.18821191"
date-released: "2026-03-01"
repository-code: "https://github.com/senatorovai/stochastic-average-gradient-sag-solver-course"
license: MIT
authors:
- family-names: "Senatorov"
given-names: "Ruslan"
orcid: ""
email: "t.me/RuslanSenatorov or youtube.com/SENATOROV"
affiliation: "Independent Research"
keywords:
- optimization
- stochastic average gradient
- sag
- numerical-optimization
- large-scale-optimization
- machine-learning
abstract: >
This project provides a mathematically rigorous treatment and
production-style implementation of the stochastic average gradient sag solver course
optimization algorithm, including theoretical derivation,
convergence analysis, and numerical experiments.
preferred-citation:
type: report
doi: "10.5281/zenodo.18821191"
title: "stochastic-average-gradient-sag-solver-course"
authors:
- family-names: "Senatorov"
given-names: "Ruslan"
year: 2026
repository-code: "https://github.com/senatorovai/stochastic-average-gradient-sag-solver-course"