PRESENTATION
GROUP MEMBERS:
MUHAMMAD HARIS (15)
MUHAMMAD HAROON KHAN (16)
MUHAMMAD ISRAR (44)
PAPERTITLE:
Machine Learning Algorithms - A Review
AUTHOR NAME:
Batta Mahesh
PUBLISH YEAR:
2020
PROBLEM
The core problem addressed by machine learning (ML) is
enabling computer systems to perform specific tasks
without explicit programming. This capability is crucial for
numerous daily applications, such as effectively ranking
web pages in search engines and serving diverse purposes
like data mining, image processing, and predictive
analytics. The challenge lies in developing and
understanding these learning algorithms so that once an
algorithm learns how to handle data, it can automate its
work efficiently.
SOLUTION
The paper provides a review of various machine learning
algorithms, categorizing them into supervised, unsupervised,
semi-supervised, and reinforcement learning. It discusses the
principles and pseudo-code for several popular algorithms
within these categories, such as Decision Trees,Naive Bayes,
Support VectorMachines, Principal Component Analysis,
K-Means Clustering, TransductiveSVM, Generative Models,
Self-Training,Boosting, Bagging, and Neural Networks.
Methodology:
Here are all the methodologies (machine learning algorithms and approaches)
discussed in the paper "Machine Learning Algorithms - A Review":
Supervised Learning Algorithms:
Decision Tree
Naive Bayes
Support VectorMachine ( SVM )
Unsupervised Learning Algorithms:
Principal Component Analysis ( PCA )
K-Means Clustering
Semi-Supervised Learning Algorithms:
Generative Models
Self-Training
TransductiveSupport VectorMachine ( TSVM )
Reinforcement Learning:
Multi-TaskLearning:
Ensemble Learning:
Boosting
Bagging
Neural Network:
Supervised Neural Network
Unsupervised Neural Network
Reinforced Neural Network
Instance Based Learning:
K-Nearest Neighbor
Future Work:
The paper mentions a "future prospect of the vast applications
of machine learning algorithms." It also suggests that deep
learning techniques should be considered for handling
huge datasets.
Conclusion:
The paper "Machine Learning Algorithms - A Review" concludes by comprehensively
surveying various machine learning algorithms. It highlights the pervasive nature of
machine learning in daily life, demonstrating its use in common applications such as
online shopping recommendations and social media photo updates. The paper aims to
provide an accessible introduction to the most popular machine learning algorithms,
explaining their fundamental concepts.