A/B Testing
A/B Testing is a method of comparing two versions of a webpage or app against each other to determine which one performs better.
181 plain-language definitions from the TiorAI glossary, filed under Machine Learning. Every entry opens with a one-sentence definition, then explains where the term is used.
A/B Testing is a method of comparing two versions of a webpage or app against each other to determine which one performs better.
Accuracy is the degree to which a measurement or estimate conforms to the true or accepted value.
Active Learning is a machine learning approach where the algorithm selectively queries the most informative data points to improve its accuracy.
AdaBoost is a machine learning algorithm that combines multiple weak classifiers to create a strong classifier.
Adagrad is an adaptive learning rate optimization algorithm used in training machine learning models.
Adam Optimization is an adaptive learning rate optimization algorithm designed for training deep learning models.
Adjusted R-Squared is a statistical measure that indicates how well a regression model fits the data, adjusted for the number of predictors used.
Affinity Propagation is a clustering algorithm that identifies exemplars among data points and forms clusters by exchanging messages between data points.
Alternating Least Squares is a matrix factorization technique used to predict missing values and build recommendation systems.
The Apriori Algorithm is an influential data mining technique used to identify frequent itemsets and derive association rules in large datasets.
ARIMA is a statistical analysis model that stands for AutoRegressive Integrated Moving Average, used for time series forecasting.
Association Rule Learning is a machine learning method used to discover interesting relations between variables in large datasets.
AUC Score is a performance measurement for classification problems at various threshold settings, indicating the quality of a model's predictions.
AutoML is the process of automating the end-to-end process of applying machine learning to real-world problems.