0% found this document useful (0 votes)
96 views12 pages

Top 10 Machine Learning Algorithms

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1/ 12

Top 10 Machine

Learning
Algorithms
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

There are no labels associated with data points. These machine learning
algorithms organize the data into a 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 point and later learn
how good the decision was. Over time, the algorithm changes its strategy to
learn better and achieve the best reward.
Top 10 Machine Learning Algorithms
• Naïve Bayes Classifier Algorithm • Logistic Regression
• Artificial Neural Networks
• K Means Clustering Algorithm • Random Forests
• Support Vector Machine Algorithm • Decision Trees
• Apriori Algorithm • Nearest Neighbours
• Linear Regression
https://www.dezyre.com/article/top-10-machine-learning-algorithms/202

Naïve Bayes Classifier Algorithm

• Most popular learning method grouped by similarities, that works on the


popular Bayes Theorem of Probability- to build machine learning models.
• To Know More About Naïve Bayes Classifier Machine Learning Algorithm
- https://www.dezyre.com/article/top-10-machine-learning-algorithms/202
K Means Clustering Algorithm
• K-Means is a non-deterministic and iterative method. The algorithm
operates on a given data set through pre-defined number of clusters, k.
The output of K Means algorithm is k clusters with input data partitioned
among the clusters.
• To Know More About K Means Clustering Machine Learning Algorithm
-
https://www.dezyre.com/article/top-10-machine-learning-algorithms/202
Support Vector Machine Learning Algorithm

• Support Vector Machine is a supervised machine learning algorithm for


classification or regression problems.
• The dataset teaches SVM about the classes so that SVM can classify any
new data.
• To Know More About Support Vector Machine Learning Algorithm –
https://www.dezyre.com/article/top-10-machine-learning-algorithms/202
Apriori Machine Learning Algorithm
• Apriori algorithm is an unsupervised machine learning algorithm that
generates association rules from a given data set.
• To Know More About Apriori Machine Learning Algorithm –
https://www.dezyre.com/article/top-10-machine-learning-algorithms/202

You might also like