Skip to content

Commit 8b85582

Browse files
authored
Update README.md
1 parent e1dabff commit 8b85582

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# Gradient-descent-feature-scaling
2-
A way to speed up gradient descent is having each feature in the same range.
1+
# Gradient descent feature scaling
2+
3+
### Abstract
4+
A way to speed up gradient descent is having each feature in the same range. There are two ways to do that, one is feature scaling, and the other is mean normalization. We can mix toghether the two techniques using this formula:
5+
6+
![equation](http://www.sciweavers.org/tex2img.php?eq=X%5C_normalized%20%3D%20%5Cfrac%7BX_i%20-%5Cmu_i%7D%7Bs_i%7D%0A&bc=White&fc=Black&im=jpg&fs=12&ff=arev&edit=0)
7+
8+
9+
10+
# IN CONSTRUCTION

0 commit comments

Comments
 (0)