数据集降维及实现
为了达到降维的最先进
,我希望知道是否有一个实现,无论它是伪代码、c、java、matlab...多种算法,或者是否有某个项目实现了其中一些算法,
例如我知道对于 PCA,我们可以使用 matlab 的 svd( )功能...但是完整的脚本之类的...
To reach the state of the art
of dimension reduction I'd like to know if there is an implementation no matter if it is pseudocode, c, java, matlab... of several algorithms or if there is some project that has some of them implemented
for example I know that for PCA we can use matlab's svd() function... but a full script or something...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FastICA 是执行此类操作的一个非常好的软件包,并且可以在 C++ 中使用、R、Python 和 MATLAB。我用过这个包的matlab版本;它使用简单并且输出良好。
FastICA is a very good package for doing this sort of thing, and it's available in C++, R, Python, and MATLAB. I have used the matlab version of this package; it's simple to use and produces good output.