Gain Chart
A Gain Chart is a graphical representation used to measure the performance of classification models by displaying the cumulative gains against the percentage of data processed.
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 Gain Chart is a graphical representation used to measure the performance of classification models by displaying the cumulative gains against the percentage of data processed.
A Gaussian Mixture Model (GMM) is a probabilistic model that represents a mixture of multiple Gaussian distributions, used for clustering and density estimation.
Gaussian Naive Bayes is a classification algorithm that assumes feature independence and normal distribution of continuous data.
A Gaussian Process is a probabilistic model used to describe the behavior of functions in terms of a prior defined by Gaussian distributions.
Generalization is the cognitive process of formulating broad concepts by extracting common properties from specific instances.
A Generative Model is a type of artificial intelligence model designed to generate new data instances that resemble a given training dataset.
Gini Impurity is a measure of how often a randomly chosen element from a set would be incorrectly labeled if it was randomly labeled according to the distribution of labels in the set.
A global minimum is the lowest point or value that a function can achieve over its entire domain.
Gradient Boosting Machine is a powerful machine learning technique used for regression and classification tasks by creating a series of decision trees that correct the errors of previous trees.
Grid Search is a systematic method for hyperparameter optimization in machine learning models.
Ground truth is the accurate and objective data used as a reference to evaluate models or systems in various fields.