Skip to content

Commit a51621d

Browse files
committed
updated readme issue#527
1 parent 534475b commit a51621d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/machine-learning/Types_of_optimizers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Sure, here's a more detailed explanation for each optimizer, including the mathematical formulation, intuition, advantages, and disadvantages, along with the Python implementation.
21

32
---
4-
53
# Optimizers in Machine Learning
64

75
Optimizers are algorithms or methods used to change the attributes of your neural network such as weights and learning rate in order to reduce the losses. Optimization algorithms help to minimize (or maximize) an objective function (also called a loss function) which is simply a mathematical function dependent on the model's internal learnable parameters which are used in computing the target values from the set of features.

0 commit comments

Comments
 (0)