2️⃣Types of Machine Learning
Machine Learning can be broadly classified into three categories: Supervised Learning, Unsupervised Learning, and Reinforcement Learning

Supervised Learning: In supervised learning, the algorithm is trained on a labeled dataset, and it learns to predict the output for new input data. Examples of supervised learning tasks include regression and classification.
Unsupervised Learning: In unsupervised learning, the algorithm is not provided with labeled data and is trained to find patterns or relationships in the input data. Examples of unsupervised learning tasks include clustering and dimensionality reduction.
Reinforcement Learning: In reinforcement learning, the algorithm learns by interacting with its environment and receiving feedback in the form of rewards or penalties.
References:
Last updated