paper-with-me

Papers

Categorical Foundations of Gradient-Based Learning

2021-03-02 · G. S. H. Cruttwell, Bruno Gavranović, Neil Ghani, Paul Wilson, Fabio Zanasi

We propose a categorical semantics of gradient-based machine learning algorithms in terms of lenses, parametrised maps, and reverse derivative categories. This foundation provides a powerful explanatory and unifying framework: it encompasses a variety of gradient descent algorithms such as ADAM, AdaGrad, and Nesterov momentum, as well as a variety of loss functions such as as MSE and Softmax cross-entropy, shedding new light on their similarities and differences. Our approach to gradient-based learning has examples generalising beyond the familiar continuous domains (modelled in categories of smooth maps) and can be realized in the discrete setting of boolean circuits. Finally, we demonstrate the practical significance of our framework with an implementation in Python.

📄 PDF Abstract BibTeX arXiv:2103.01931

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…

Similar Papers 제목 키워드 기반

Categorical Construction of Logically Verifiable Neural Architectures

2025-08-02 · Logan Nye arxiv

Neural networks excel at pattern recognition but struggle with reliable logical reasoning, often violating basic logical principles during inference. We address this limitation by developing a categorical framework that …

Logical Reasoning

NECA: Network-Embedded Deep Representation Learning for Categorical Data

2022-05-25 · Xiaonan Gao, Sen Wu, Wenjun Zhou

We propose NECA, a deep representation learning method for categorical data. Built upon the foundations of network embedding and deep unsupervised representation learning, NECA deeply embeds the intrinsic relationship am…

AttributeClusteringNetwork EmbeddingRepresentation Learning

Computing with Categories in Machine Learning

2023-03-07 · Eli Sennesh, Tom Xu, Yoshihiro Maruyama

Category theory has been successfully applied in various domains of science, shedding light on universal principles unifying diverse phenomena and thereby enabling knowledge transfer between them. Applications to machine…

Transfer LearningVariational Inference

A Categorical Framework of General Intelligence

2023-03-08 · Yang Yuan

Can machines think? Since Alan Turing asked this question in 1950, nobody is able to give a direct answer, due to the lack of solid mathematical foundations for general intelligence. In this paper, we introduce a categor…

Object

Categorical Foundations of Explainable AI: A Unifying Theory

2023-04-27 · Pietro Barbiero, Stefano Fioravanti, Francesco Giannini, Alberto Tonda 외

Explainable AI (XAI) aims to address the human need for safe and reliable AI systems. However, numerous surveys emphasize the absence of a sound mathematical formalization of key XAI notions -- remarkably including the t…

Explainable Artificial Intelligence (XAI)Navigate