Skip to content

Commit 1933f5e

Browse files
committed
added algorithm to DIRECTORY.md
1 parent f467cf2 commit 1933f5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
* Optimization
175175
* [Adam](https://github.com/TheAlgorithms/Rust/blob/master/src/machine_learning/optimization/adam.rs)
176176
* [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)
177178
* Math
178179
* [Abs](https://github.com/TheAlgorithms/Rust/blob/master/src/math/abs.rs)
179180
* [Aliquot Sum](https://github.com/TheAlgorithms/Rust/blob/master/src/math/aliquot_sum.rs)

0 commit comments

Comments
 (0)