1
what is machine learning
Machine Learning (ML) is a part of Artificial Intelligence where computers learn from data and improve their performance without being explicitly programmed.
Define Supervise Machine Learning
Define Supervise Machine Learning
Unsupervised Learning
Reinforcement Learning
KNN
KNN stands for K-Nearest Neighbors.
It works by finding the closest data points (neighbors) to a new input and deciding the result based on them.