Skip to content
Snippets Groups Projects
Commit 53ccf653 authored by Reza Zadeh's avatar Reza Zadeh
Browse files

doc tweaks

parent 97dc5278
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ Available algorithms for gradient descent: ...@@ -215,7 +215,7 @@ Available algorithms for gradient descent:
# Singular Value Decomposition # Singular Value Decomposition
Singular Value Decomposition for Tall and Skinny matrices. 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* *A = U * S * V^T*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment