CH1
CH1
Machine Learning:
Machine Learning is basically the study/process which provides the
system(computer) to learn automatically on its own through
experiences it had and improve accordingly without being explicitly
programmed.
Deep Learning:
Deep Learning is basically a sub-part of the broader family of Machine
Learning which makes use of Neural Networks(similar to the neurons
working in our brain) to mimic human brain-like behavior.
1. Data Collection
2. Data Preprocessing
3. Choosing a Model
The selected model is trained using the training data. During training,
the algorithm learns patterns and relationships in the data. This
involves adjusting model parameters iteratively to minimize the
difference between predicted outputs and actual outputs (labels or
targets) in the training data.
Once trained, the model is evaluated using the test data to assess its
performance. Metrics such as accuracy, precision, recall, or mean
squared error are used to evaluate how well the model generalizes to
new, unseen data.
6. Fine-tuning
7. Prediction or Inference
Classification
Regression
Classification
Regression
Clustering
Association
Clustering
Association
It does not require labeled data and reduces the effort of data
labeling.
We use these techniques when we are dealing with data that is a little
bit labeled and the rest large portion of it is unlabeled.
Example: Consider that you are training an AI agent to play a game like
chess. The agent explores different moves and receives positive or
negative feedback based on the outcome. Reinforcement Learning
also finds applications in which they learn to perform tasks by
interacting with their surroundings.
Positive reinforcement
Negative reinforcement
Removes an undesirable stimulus to encourage a desired
behavior.