We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f467cf2 commit 1933f5eCopy full SHA for 1933f5e
1 file changed
DIRECTORY.md
@@ -174,6 +174,7 @@
174
* Optimization
175
* [Adam](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/optimization/adam.rs)
176
* [Gradient Descent](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/optimization/gradient_descent.rs)
177
+ * [Momentum](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/optimization/momentum.rs)
178
* Math
179
* [Abs](https://github.com/TheAlgorithms/Rust/blob/master/src/math/abs.rs)
180
* [Aliquot Sum](https://github.com/TheAlgorithms/Rust/blob/master/src/math/aliquot_sum.rs)
0 commit comments