ML
Everything on SkillVeris tagged ML — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Glossary Terms(3)
A/B Testing (ML)
A/B testing in machine learning is a controlled experimentation method that compares two or more model versions by routing production traffic between them and…
Quantization (ML)
Quantization is a model compression technique that reduces the numerical precision used to represent a neural network's weights and activations (e.g., from 32-…
Stacking (ML)
Stacking, or stacked generalization, is an ensemble learning technique that trains a meta-model to combine the predictions of several diverse base models, lear…