文件名称:tednet:张量分解网络的工具包
文件大小:75KB
文件格式:ZIP
更新时间:2024-04-21 14:07:45
deep-neural-networks pytorch artificial-intelligence tensor-decomposition Python
泰德网 tednet是用于张量分解网络的工具包。 张量分解网络是通过张量分解将各层分解的神经网络,包括CANDECOMP / PARAFAC,Tucker2,Tensor列,Tensor环等。 为了方便进行研究, tednet提供了出色的工具来处理张量网络。 现在,可以通过pip轻松安装tednet : pip install tednet 可以在找到更多信息。
【文件预览】:
tednet-main
----.gitignore(1KB)
----README.md(1000B)
----.github()
--------workflows()
----docs()
--------make.bat(799B)
--------source()
--------requirements.txt(31B)
--------Makefile(638B)
----LICENSE(1KB)
----requirements.txt(18B)
----ext()
--------tests()
--------benchmark()
----tednet()
--------tnn()
--------__init__.py(150B)
--------_ops.py(2KB)
----setup.py(674B)