Machine Learning
Quick Definition
AI subset where systems learn patterns from data
Full Definition
A subset of AI where systems learn and improve from experience without being explicitly programmed.
Examples
spam filters, recommendation engines, predictive maintenance
Related Terms
deep-learning
supervised-learning
More Machine Learning Terms
Batch Normalization
Normalizing layer inputs to stabilize and speed up training
Gradient Descent
Optimization algorithm minimizing loss by steepest descent
Unsupervised Learning
Discovering hidden patterns in unlabeled data
K-Means
Partitioning data into k clusters by updating centroids
Regularization
Techniques constraining model complexity to prevent overfitting
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors