Matlab和Python实现张量分解

1.Python安装教程

https://blog.csdn.net/u012318074/article/details/77075209/

https://blog.csdn.net/ITLearnHall/article/details/81708148

2.Matlab 安装和张量分解的导入和使用

matlab的安装方法:

https://blog.csdn.net/liwei1205/article/details/78710801

matlab tensor toolbox 实现HOSVD:

https://blog.csdn.net/zd836614437/article/details/51193359

3.张量分解的介绍

CP分解和HOSVD分解:

https://blog.csdn.net/include_not_found_/article/details/81484696

浅析张量分解:

https://blog.csdn.net/yixianfeng41/article/details/73009210

4.Python张量分解

使用python tensorly 实现张量CP分解:

https://blog.csdn.net/weixin_36372879/article/details/80771664

使用python tensorly 实现张量tucker分解:

https://blog.csdn.net/weixin_36372879/article/details/80771786

张量分解 论文和代码

http://research.microsoft.com/apps/pubs/?id=217493

5.Python的tensorly如何使用

https://github.com/tensorly/tensorly

http://tensorly.org/stable/installation.html

 

你可能感兴趣的:(算法,张量分解,Matlab,Python)