MLT Unit-1 Notes
MLT Unit-1 Notes
UNIT -1
o The duration of 1974 to 1980 was the tough time for AI and ML
researchers, and this duration was called as AI winter.
o In this duration, failure of machine translation occurred, and people
had reduced their interest from AI, which led to reduced funding by the
government to the researches.
1. Speech Recognition:
3. Product recommendations:
4. Self-driving cars:
Advantage Of ML:
1. Easily identifies trends and patterns
Machine Learning can review large volumes of data and
discover specific trends and patterns that would not be
apparent to humans. For instance, for an e-commerce
website like Amazon, it serves to understand the
browsing behaviors and purchase histories of its users to
help cater to the right products, deals, and reminders
relevant to them. It uses the results to reveal relevant
advertisements to them.
1. Data Acquisition
Machine Learning requires massive data sets to train on, and
these should be inclusive/unbiased, and of good quality. There
can also be times where they must wait for new data to be
generated.
3. Interpretation of Results
4. Highly Expensive
This software is highly expensive, and not everybody can own it.
Government agencies, big private firms, and enterprises mostly
own it. It needs to be made accessible to everybody for wide use.
5. Privacy Concern
Types Of ML :
Image Segmentation:
Medical Diagnosis:
In unsupervised learning, the models are trained with the data that is neither
classified nor labelled, and the model acts on that data without any supervision.
So, now the machine will discover its patterns and differences,
such as colour difference, shape difference, and predict the
output when it is tested with the test dataset.
3. Reinforcement Learning
Reinforcement learning works on a feedback-based
process, in which an AI agent (A software component)
automatically explore its surrounding by hitting & trail,
taking action, learning from experiences, and improving
its performance. Agent gets rewarded for each good action and
get punished for each bad action; hence the goal of reinforcement
learning agent is to maximize the rewards.
1.Robotics:
2. Control:
RL can be used for adaptive control such as Factory processes,
admission control in telecommunication, and Helicopter pilot is an
example of reinforcement learning.
3.Game Playing:
4.Chemistry:
5.Business:
6.Manufacturing:
7.Finance Sector:
1. Gathering Data:
Data Gathering is the first step of the machine learning life cycle.
2. Data preparation
In this step, first, we put all data together, and then randomize
the ordering of data.
o Data exploration:
o Data pre-processing:
3. Data Analysis
The aim of this step is to build a machine learning model to
analyze the data using various analytical techniques and review
the outcome. It starts with the determination of the type of the
problems, where we select the machine learning techniques such
as Classification, Regression, Cluster analysis, Association,
etc. then build the model using prepared data, and evaluate the
model.
Hence, in this step, we take the data and use machine learning
algorithms to build the model.
Now the next step is to train the model, in this step we train our
model to improve its performance for better outcome of the
problem.
6. Test Model
Once our machine learning model has been trained on a given
dataset, then we test the model. In this step, we check for the
accuracy of our model by providing a test dataset to it.
7. Deployment
The last step of machine learning life cycle is deployment, where
we deploy the model in the real-world system.
Clustering :
Clustering or cluster analysis is a machine learning technique,
which groups the unlabelled dataset. It can be defined as "A way
of grouping the data points into different clusters,
consisting of similar data points. The objects with the
possible similarities remain in a group that has less or no
similarities with another group."
o Market Segmentation
o Statistical data analysis
o Social network analysis
o Image segmentation
o Anomaly detection, etc.
Types Of Clustering :
There are around 1000 billion neurons in the human brain. Each
neuron has an association point somewhere in the range of 1,000
and 100,000. In the human brain, data is stored in such a manner
as to be distributed, and we can extract more than one piece of
this data when necessary from our memory parallelly. We can say
that the human brain is made up of incredibly amazing parallel
processors.
Decision Tree :
Example: