Shanthi ML
Shanthi ML
ON
MACHINE LEARNING
Presented
By
Matam Shanthi
OUTLINE
1.Introduction to ML
2.What is ML?
3.How does it work?
4.Learning System Model
5.Training and Testing
6.LifeCyle of ML
7.Types of Machine Learning
8.Applications of Machine Learning
9.Challenges and Limitations
10.The Future of Machine Learning
MACHINE LEARNING:
TRANSFORMING THE FUTURE
Introduction to Machine
Learning
Machine learning is the powerful
technology that is reshaping
industries, driving innovation, and
unlocking new possibilities across
every sector. It is a transformative
force that is poised to redefine the
way we live, work, and interact
with the world around us.
WHAT IS MACHINE LEARNING?
10
1. GATHERING DATA:
✧Data exploration:
It is used to understand the nature of data that we have
to work with. We need to understand the characteristics, format,
and quality of data.A better understanding of data leads to an
effective outcome. In this, we find Correlations, general trends,
and outliers.
✧Data pre-processing:
Now the next step is preprocessing of data for its analysis.
3. DATA WRANGLING
Data wrangling is the process of cleaning and converting raw data
into a useable format.
✧Building models
Techniques:
1.Classification
• Identifying the category or class that an input belongs to, such as
recognizing images of different objects .
2.Regression
• Predicting a numerical outcome based on input variables,
like forecasting sales or stock prices.
2.Unsupervised
Learning
Unsupervised learning is a type of machine learning where the model is train
ed on unlabeled data, meaning the data provided to the algorithm does not h
ave any specific output labels.
Techniques:
1.Clustering
Grouping similar data points together without pre-defined labels, helping to
uncover hidden patterns and structures.
2.Anomaly Detection
Identifying outliers or unusual data points that may indicate errors, fraud,
or other noteworthy events.
3.REINFORCEMENT LEARNING:
• Reinforcement learning (RL) involves training an agent to make a sequence
of decisions by rewarding it for desired actions and penalizing it for undesi
red ones.
• Techniques:
1. Q-Learning
✧ A model-
free RL algorithm where the agent learns the value of an action in a given state.
2.Deep Q-Network (DQN)
✧ Combines Q-learning with deep neural networks to handle high-
dimensional state spaces.
APPLICATIONS OF MACHINE
LEARNING:
1. Spam Detection: Machine learning models help identify a
nd filter out spam content, ensuring a cleaner user experi
ence.