Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Jan 2, 2014
1 parent 97dc527 commit 53ccf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mllib-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Available algorithms for gradient descent:

# Singular Value Decomposition
Singular Value Decomposition for Tall and Skinny matrices.
Given an *m x n* matrix *A*, this will compute matrices *U, S, V* such that
Given an *m x n* matrix *A*, we can compute matrices *U, S, V* such that

*A = U * S * V^T*

Expand Down

0 comments on commit 53ccf65

Please sign in to comment.