paper-with-me

Papers

Matrix Calculus (for Machine Learning and Beyond)

2025-01-07 · Paige Bright, Alan Edelman, Steven G. Johnson

This course, intended for undergraduates familiar with elementary calculus and linear algebra, introduces the extension of differential calculus to functions on more general vector spaces, such as functions that take as input a matrix and return a matrix inverse or factorization, derivatives of ODE solutions, and even stochastic derivatives of random functions. It emphasizes practical computational applications, such as large-scale optimization and machine learning, where derivatives must be re-imagined in order to be propagated through complicated calculations. The class also discusses efficiency concerns leading to "adjoint" or "reverse-mode" differentiation (a.k.a. "backpropagation"), and gives a gentle introduction to modern automatic differentiation (AD) techniques.

📄 PDF Abstract BibTeX arXiv:2501.14787

Code (1)

zhaoolee/garss pytorch

Similar Papers 제목 키워드 기반

The Matrix Calculus You Need For Deep Learning

2018-02-05 · Terence Parr, Jeremy Howard

This paper is an attempt to explain all the matrix calculus you need in order to understand the training of deep neural networks. We assume no math knowledge beyond what you learned in calculus 1, and provide links to he…

ArticlesDeep LearningMath

A Simple and Efficient Tensor Calculus for Machine Learning

2020-10-07 · Sören Laue, Matthias Mitterreiter, Joachim Giesen

Computing derivatives of tensor expressions, also known as tensor calculus, is a fundamental task in machine learning. A key concern is the efficiency of evaluating the expressions and their derivatives that hinges on th…

BIG-bench Machine Learning

A Bayesian Probability Calculus for Density Matrices

2014-08-09 · Manfred K. Warmuth, Dima Kuzmin

One of the main concepts in quantum physics is a density matrix, which is a symmetric positive definite matrix of trace one. Finite probability distributions are a special case where the density matrix is restricted to b…

An induction proof of the backpropagation algorithm in matrix notation

2021-07-20 · Dirk Ostwald, Franziska Usée

Backpropagation (BP) is a core component of the contemporary deep learning incarnation of neural networks. Briefly, BP is an algorithm that exploits the computational architecture of neural networks to efficiently evalua…

Deep LearningFormLearning Theory

Putting a Spin on Language: A Quantum Interpretation of Unary Connectives for Linguistic Applications

2020-04-08 · Adriana D. Correia, Henk T. C. Stoof, Michael Moortgat

Extended versions of the Lambek Calculus currently used in computational linguistics rely on unary modalities to allow for the controlled application of structural rules affecting word order and phrase structure. These c…