diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md index 8c490eba69f982df406835dcf36f97bcaf470828..711187fbea5b880f02be567df1de8406bbfd9e26 100644 --- a/docs/mllib-guide.md +++ b/docs/mllib-guide.md @@ -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*