summaryrefslogtreecommitdiff
path: root/SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md
diff options
context:
space:
mode:
Diffstat (limited to 'SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md')
-rw-r--r--SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md b/SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md
index fdf8905..6d047a1 100644
--- a/SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md
+++ b/SI/Resource/Data Science/Machine Learning/Contents/Gradient descent.md
@@ -7,7 +7,6 @@ tags:
- Machine-Learning
- Gradient-descent
---
-
# Gradient Descent
- Update parameters that minimize values of loss functions
@@ -18,4 +17,4 @@ tags:
1. Find the derivative of the loss function at the current parameters.
2. Update parameters in the opposite direction of the derivative
-3. Repeat steps 1 and 2 as many epochs (hyperparameter) until the differential value becomes 0. \ No newline at end of file
+3. Repeat steps 1 and 2 as many epochs (hyperparameter) until the differential value becomes 0.