paper-with-me

Papers

tntorch: Tensor Network Learning with PyTorch

2022-06-22 · Mikhail Usvyatsov, Rafael Ballester-Ripoll, Konrad Schindler

We present tntorch, a tensor learning framework that supports multiple decompositions (including Candecomp/Parafac, Tucker, and Tensor Train) under a unified interface. With our library, the user can learn and handle low-rank tensors with automatic differentiation, seamless GPU support, and the convenience of PyTorch's API. Besides decomposition algorithms, tntorch implements differentiable tensor algebra, rank truncation, cross-approximation, batch processing, comprehensive tensor arithmetics, and more.

📄 PDF Abstract BibTeX arXiv:2206.11128

Code (1)

rballester/tntorch 공식 구현 pytorch

Tasks

GPUtensor algebra

Similar Papers 제목 키워드 기반

LTNtorch: PyTorch Implementation of Logic Tensor Networks

2024-09-24 · Tommaso Carraro, Luciano Serafini, Fabio Aiolli

Logic Tensor Networks (LTN) is a Neuro-Symbolic framework that effectively incorporates deep learning and logical reasoning. In particular, LTN allows defining a logical knowledge base and using it as the objective of a …

Binary ClassificationLogical ReasoningTensor Networks

MCTensor: A High-Precision Deep Learning Library with Multi-Component Floating-Point

2022-07-18 · Tao Yu, Wentao Guo, Jianan Canal Li, Tiancheng Yuan 외

In this paper, we introduce MCTensor, a library based on PyTorch for providing general-purpose and high-precision arithmetic for DL training. MCTensor is used in the same way as PyTorch Tensor: we implement multiple basi…

A Static Analyzer for Detecting Tensor Shape Errors in Deep Neural Network Training Code

2021-12-16 · Ho Young Jhoo, Sehoon Kim, Woosung Song, Kyuyeon Park 외

We present an automatic static analyzer PyTea that detects tensor-shape errors in PyTorch code. The tensor-shape error is critical in the deep neural net code; much of the training cost and intermediate results are to be…

A PyTorch Operations Based Approach for Computing Local Binary Patterns

2021-11-26 · U.Porto Journal of Engineering 2021 11 · Devrim Akgun

Advances in machine learning frameworks like PyTorch provides users with various machine learning algorithms together with general purpose operations. PyTorch framework provides Numpy like functions and makes it practica…

A Comparative Survey of PyTorch vs TensorFlow for Deep Learning: Usability, Performance, and Deployment Trade-offs

2025-08-06 · Zakariya Ba Alawi arxiv

This paper presents a comprehensive comparative survey of TensorFlow and PyTorch, the two leading deep learning frameworks, focusing on their usability, performance, and deployment trade-offs. We review each framework's …