Mathematics

Explore Mathematics through related topics and the articles other pages reference most.

Explore articles

Browse subtopics (40)

Articles that also belong to these categories. Counts cover all of Mathematics.

Showing 61-82 of 82 articles

Partial derivative

A partial derivative measures how a multivariable function changes when one of its inputs is varied while every other input is held fixed.

Machine Learning

Scalar

A scalar is a single numerical value, a quantity with magnitude but no direction, and the simplest object in linear algebra and machine learning.

Machine Learning

Sigmoid Function

The sigmoid function is a mathematical function that maps any real number to a value between 0 and 1 using the formula $$\sigma(x) = \frac{1}{1 + e^{-x}}$$, producing a smooth S-shaped curve.

Deep LearningMachine Learning

Singular value decomposition

Singular value decomposition (SVD) is a matrix factorization that writes any real or complex m x n matrix $$A$$ as the product $$A = U \Sigma V^\top$$, where U and V are orthogonal matrices (the left and right…

Machine Learning

Tensor

In machine learning, a tensor is a multi-dimensional array of numbers that serves as the fundamental data structure for representing and manipulating data.

Deep LearningMachine Learning

Tensor Rank

The rank of a tensor, also referred to as its order or degree, is the number of dimensions (axes or indices) needed to describe the tensor.

Machine Learning

Terence Tao

Terence Tao (born 1975 in Adelaide, Australia) is a mathematician at the University of California, Los Angeles, where he is a Distinguished Professor and holds the James and Carol Collins Chair in the College…

AI for SciencePeople

VC dimension

The Vapnik-Chervonenkis dimension, almost always shortened to VC dimension, measures the capacity of a class of binary classifiers by asking how many points the class can label in every possible way.

Machine LearningStatistics

Wasserstein GAN (WGAN)

A Wasserstein GAN (WGAN) is a generative adversarial network that trains its two networks to minimise the Wasserstein-1 distance, also called the Earth mover's distance, between the real data distribution and…

Deep LearningGenerative AI

Weighted Sum

A weighted sum is a mathematical operation that combines multiple input values by multiplying each value by a corresponding weight (coefficient) and then summing the results.

Machine LearningNeural Networks

Wolfram GPT

Wolfram GPT is the integration of Wolfram|Alpha and the Wolfram Language with OpenAI's ChatGPT, giving the language model on-demand access to authoritative computational knowledge, real-time data feeds…

AI AgentsAI Tools & Products