Machine Learning

Explore learning methods, model architectures, datasets, and practical applications.

Explore articles

Browse subtopics (63)

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

Showing 841-858 of 858 articles

World model

A world model is an artificial intelligence system that learns an internal representation of how an environment works, enabling it to predict future states, simulate the consequences of actions, and support…

Artificial Intelligence

XGBoost

XGBoost (short for eXtreme Gradient Boosting) is an open-source software library that implements an optimized, distributed version of gradient boosted decision trees, and it is one of the most widely used…

AlgorithmsOpen Source AI

Yann LeCun

Yann Andre LeCun (born July 8, 1960) is a French-American computer scientist, a pioneer of convolutional neural networks (CNNs) and deep learning, and a 2018 ACM A.M. Turing Award laureate often called one of…

Artificial Intelligence

Yoav Shoham

Yoav Shoham is an Israeli and American computer scientist known for foundational research in multi-agent systems and the use of game theory and formal logic in artificial intelligence

AI CompaniesPeople

Yoshua Bengio

Yoshua Bengio (born March 5, 1964) is a Canadian computer scientist whose research has focused on deep learning, representation learning, neural language models, and generative models.

Artificial Intelligence

Z-Score Normalization

Z-score normalization, also called standardization, standard score normalization, or z-score scaling, is a data preprocessing technique that transforms a numerical feature so that it has a mean of 0 and a…

Data & Datasets

Z.ai

Z.ai is the international brand of the Chinese artificial intelligence company Zhipu AI (智谱AI), a 2019 spinout from Tsinghua University that builds the open-weight General Language Model (GLM) family and…

AI CompaniesChinese AI

chrF

chrF is a machine translation evaluation metric that scores a candidate translation by counting the character n-grams it shares with one or more reference translations, then combining character n-gram…

Model EvaluationNatural Language Processing

data2vec

data2vec is a self-supervised learning framework from Meta AI (then Facebook AI Research) that applies the same training method to three different input types: speech, computer vision, and text.

Meta AIMultimodal AI

k-Nearest Neighbors

k-Nearest Neighbors (often abbreviated k-NN or KNN) is a non-parametric, instance-based supervised learning algorithm that classifies a new data point by finding the k most similar examples in the training set…

Algorithms

llama.cpp

llama.cpp is an open-source large language model inference engine written in C and C++ by Bulgarian software engineer Georgi Gerganov that runs large language models on consumer-grade hardware without…

Developer ToolsLarge Language Models

t-SNE

t-distributed stochastic neighbor embedding (t-SNE) is a nonlinear dimensionality reduction technique used primarily for visualizing high-dimensional data in two or three dimensions.

Data Science

vLLM

vLLM is an open-source inference and serving engine for large language models. It is software for running already trained models, either through a Python interface for offline work or through a network server…

AI Tools & ProductsLarge Language Models