1
2
3
4
5
100

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.

100

Define Supervise Machine Learning

Define Supervise Machine Learning

100

Unsupervised Learning

  • Finds patterns without labels
  • Example: grouping similar customers
100

Reinforcement Learning

  • Learns by trial and error (rewards & punishments)
  • Example: training a robot or game AI
100

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.