Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果您了解 Python,这里有一个简短的实践示例:
If you know Python, here is a short hands-on example:
您可以检查 http://alias-i.com/lingpipe/ demos/tutorial/svd/read-me.html SVD 和 LSA 与 PCA 非常相似,都是空间缩减方法。唯一的区别在于基础评估方法。
You can check http://alias-i.com/lingpipe/demos/tutorial/svd/read-me.html SVD and LSA is very similar approach to PCA both are space reduction methods. The only difference in basis evaluation approach.
由于您要求提供可用的实践示例,此处您有一个可以玩的交互式演示。
Since you're asking for available hands-on examples, here you have an interactive demo to play with.