paper-with-me

Papers

TensorLy: Tensor Learning in Python

2016-10-29 · Jean Kossaifi, Yannis Panagakis, Anima Anandkumar, Maja Pantic

Tensors are higher-order extensions of matrices. While matrix methods form the cornerstone of machine learning and data analysis, tensor methods have been gaining increasing traction. However, software support for tensor operations is not on the same footing. In order to bridge this gap, we have developed \emph{TensorLy}, a high-level API for tensor methods and deep tensorized neural networks in Python. TensorLy aims to follow the same standards adopted by the main projects of the Python scientific community, and seamlessly integrates with them. Its BSD license makes it suitable for both academic and commercial applications. TensorLy's backend system allows users to perform computations with NumPy, MXNet, PyTorch, TensorFlow and CuPy. They can be scaled on multiple CPU or GPU machines. In addition, using the deep-learning frameworks as backend allows users to easily design and train deep tensorized neural networks. TensorLy is available at https://github.com/tensorly/tensorly

📄 PDF Abstract BibTeX arXiv:1610.09555

Code (1)

tensorly/tensorly 공식 구현 pytorch

Tasks

CPUGPU

Similar Papers 제목 키워드 기반

Tensor Methods in Computer Vision and Deep Learning

2021-07-07 · Yannis Panagakis, Jean Kossaifi, Grigorios G. Chrysos, James Oldfield 외

Tensors, or multidimensional arrays, are data structures that can naturally represent visual data of multiple dimensions. Inherently able to efficiently capture structured, latent semantic spaces and high-order interacti…

Deep LearningRepresentation Learning

Spectral Learning on Matrices and Tensors

2020-04-16 · Majid Janzamin, Rong Ge, Jean Kossaifi, Anima Anandkumar

Spectral methods have been the mainstay in several domains such as machine learning and scientific computing. They involve finding a certain kind of spectral decomposition to obtain basis functions that can capture impor…

CPUDimensionality ReductionGPUTensor Decomposition

Magnetohydrodynamics with Physics Informed Neural Operators

2023-02-13 · Shawn G. Rosofsky, E. A. Huerta

The modeling of multi-scale and multi-physics complex systems typically involves the use of scientific software that can optimally leverage extreme scale computing. Despite major developments in recent years, these simul…

TensorFlow Eager: A Multi-Stage, Python-Embedded DSL for Machine Learning

2019-02-27 · Akshay Agrawal, Akshay Naresh Modi, Alexandre Passos, Allen Lavoie 외

TensorFlow Eager is a multi-stage, Python-embedded domain-specific language for hardware-accelerated machine learning, suitable for both interactive research and production. TensorFlow, which TensorFlow Eager extends, re…

BIG-bench Machine Learning

TensorFlow.js: Machine Learning for the Web and Beyond

2019-01-16 · Daniel Smilkov, Nikhil Thorat, Yannick Assogba, Ann Yuan 외

TensorFlow.js is a library for building and executing machine learning algorithms in JavaScript. TensorFlow.js models run in a web browser and in the Node.js environment. The library is part of the TensorFlow ecosystem, …

BIG-bench Machine Learning