Assignment 1 Other
Assignment 1 Other
1. Supervised Learning:
In supervised learning, the algorithm is trained on a labeled
dataset, where each data point has a corresponding target variable. Examples
include regression and classification.
2. Unsupervised Learning:
In unsupervised learning, the algorithm is trained on an
unlabeled dataset, and the goal is to discover patterns or structures within the
data. Examples include clustering and dimensionality reduction.
3. Reinforcement Learning:
In reinforcement learning, the algorithm learns through trial and
error, interacting with an environment and receiving rewards or penalties
based on its actions. Examples include game-playing and robotics.