File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11cff-version : 1.2.0
22message : " If you use this project in research or academic work, please cite it using the information below."
33
4- title : " Normal Equations Solver for Simple Linear Regression "
4+ title : " QR-decomposition-solver-course "
55
66version : " 0.1.0"
77
88doi : " 10.5281/zenodo.18818738"
99
1010date-released : " 2026-03-01"
1111
12- repository-code : " https://github.com/USERNAME/Normal-equations -solver-simple-linear-regression "
12+ repository-code : " https://github.com/USERNAME/QR-decomposition -solver-course "
1313
1414license : MIT
1515
@@ -22,15 +22,14 @@ authors:
2222
2323keywords :
2424 - optimization
25- - Normal Equations
25+ - QR decomposition
2626 - numerical-optimization
2727 - large-scale-optimization
2828 - machine-learning
29- - Simple Linear Regression
3029
3130abstract : >
3231 This project provides a mathematically rigorous treatment and
33- production-style implementation of the Normal Equations
32+ production-style implementation of the QR decomposition
3433 optimization algorithm, including theoretical derivation,
3534 convergence analysis, and numerical experiments.
3635
@@ -42,7 +41,7 @@ preferred-citation:
4241 - family-names : " Senatorov"
4342 given-names : " Ruslan"
4443 year : 2026
45- repository-code : " https://github.com/USERNAME/Normal-equations -solver-simple-linear-regression "
44+ repository-code : " https://github.com/USERNAME/QR-decomposition -solver-course "
4645
4746
4847
You can’t perform that action at this time.
0 commit comments