-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add pca_lowrank docs #5904
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5904.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
记 :math:`X` 为一个矩阵或者批次矩阵,输出结果满足: | ||
|
||
.. math:: | ||
X = U * diag(S) * V^(T) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同理,上标没有标全,和英文文档进行同样的修复
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done,添加了sparse.pca_lowrank的中文文档
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
请解决下冲突 |
added pca_lowrank docs to paddle docs repo.