Skip to content

dkl78167816/TensorNP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

毕业设计——TensorNP:一个轻量级张量分解算法库

scut

特点

  1. numpy、pytorch多计算后端
  2. 完善的基准测试
  3. pythonic
  4. 六种分解算法

使用

import tensornp as tnp

tensor = tnp.randn(2, 3, 4)
factors, core = tnp.hosvd(tensor)

引用

About

A lightweight library for tensor decomposition. With standard numpy API and support GPU accelerate.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages