You are on page 1of 10

Machine

Learning
Algorithms
What is machine learning algorithms

• A machine learning algorithm is the method by which the AI system


conducts its task, generally predicting output values from given input data.
• Machine learning (ML) is a type of artificial intelligence (AI) that allows
software applications to become more accurate in predicting outcomes
without being explicitly programmed to do so. Machine learning
algorithms use historical data as input to predict new output values.
• The two main processes involved with machine learning (ML) algorithms
are classification and regression.
Regression AND Classification

• Regression and Classification algorithms are Supervised Learning


algorithms. Both the algorithms are used for prediction in Machine
learning and work with the labeled datasets. But the difference between
both is how they are used for different machine learning problems.
• The main difference between Regression and Classification algorithms
that Regression algorithms are used to predict the continuous values
such as price, salary, age, etc. and Classification algorithms are used
to predict/Classify the discrete values such as Male or Female, True or
False, Spam or Not Spam, etc.
Cont…
Why Machine Learning?
• According to a recent study, machine learning algorithms are expected to replace
25% of the jobs across the world, in the next 10 years.
• With the rapid growth of big data and availability of programming tools like
Python and R – machine learning is gaining mainstream presence for data scientists.
• Machine learning applications are highly automated and self-modifying which
continue to improve over time with minimal human intervention as they learn with
more data.
Types of Machine Learning Algorithm
Machine Learning algorithms are classified as –
1. Supervised Machine Learning Algorithms
2. Unsupervised Machine Learning Algorithms
3. Reinforcement Machine Learning Algorithms
Supervised Machine Learning Algorithms

Machine learning algorithms that make predictions on given set of samples.


Supervised machine learning algorithm searches for patterns within the
value labels assigned to data points.
Unsupervised Machine Learning Algorithms

• These machine learning algorithm organize the data into group of clusters
to describe its structure and make complex data look simple and organized
for analysis
Reinforcement Machine Learning
Algorithms
• These algorithms choose an action based on each data points and later
learn how good decisions was overtime the algorithm changes strategy to
learn better and achieve the best rewards
Applications of Machine Learning Algorithms in AI

• Natural Language Processing


• Discover how machine learning algorithms revolutionize language translation,
sentiment analysis, and chatbots.
• Computer Vision
• Explore the role of machine learning algorithms in image recognition, object
detection, and facial recognition.
• Fraud Detection
• Uncover how machine learning algorithms identify patterns and anomalies to
detect fraudulent activities.

You might also like