Machine Learning: in Telugu
Machine Learning: in Telugu
in Telugu
Chapter - 1
Introduction
• It was developed by Arthur Samual in the year
1959. He was a pioneer Arti icial Intelligence and
computer gaming and de ined machine learning
as “Field of study that gives computers the
capability to learn without being explicitly
programmed
f
f
• A Technology that enables a machine to stimulate human
behaviour to help in solving complex problems is known as
Arti icial Intelligence. Machine learning is a subset of Arti icial
Intelligence and allows machines to learn from past data and
provide an accurate output. Arti icial intelligence deals with
unstructured as well as structured data whereas machine
learning deals with structured and semistructured data
f
f
f
• The function of a machine learning system can be
descriptive meaning that the system used the data to
explain what happened predictive meaning the system
uses the data to predict what will happen or prescriptive
meaning the system will use the data to make
suggestions about what action to take.
Seven steps for Machine Learning
• Gathering data
• Preparing that data
• Choosing a model
• Training
• Evaluation
• Hyperparametre tunning
• Prediction
Types of Machine Learning
• Supervised Learning
• Unsupervised learning
• Semi supervised learning
• Reinforcement learning
Supervised Learning
• The Supervised learning model has a set of input variables, and an output variables.
An algorithm identi ies the mapping function between the input and output variables.
1. Regression— used to predict future values and the model is trained with
the historical data.
Ex: Predicting the future price of a product
2. Classi ication— various labels train the algorithm to identity items within a
speci ic category.
Ex: disease or no disease, apple or orange.
f
f
f
Unsupervised Learning
This approach is the one where the output is unknown and we have only the input variable at
hand. The algorithm learns by itself and discovers an impressive structure in the data.
We can group the unsupervised learning problem are :
1. Clustering: this means bundling the input variables, with the same
Characteristics together
Ex: grouping users based on search history
2. Association : Here we discover the rules that govern meaning fun association among
The data set
Ex: people who watch X and will also watch Y
Semi-supervised learning
f
Reinforcement Learning