An Overview of Machine Learning
An Overview of Machine Learning
Machine Learning
Outline & Content
Applications
Algorithms
Conclusion
What is machine learning?
What is meant by machine learning
algorithms?
Machine learning is an application of artificial
intelligence (AI) that provides systems the ability to
automatically learn and improve from experience
without being explicitly programmed.
Machine learning focuses on the development of
computer programs that can access data and use it
learn for themselves.
What is machine learning?
Machine learning is programming computers to optimize a
performance criterion using example data or past experience.
-- Ethem Alpaydin
Data
Computer Output
Program
Machine Learning
Data
Computer Program
Output
Learning and Inference model
Training Training
Labels
Training
Images
Image Learned
Training
Features model
Testing
Image Learned
Prediction
Features model
Test Image
Sample Applications
Machine learning is preferred approach to
Speech recognition
Natural language processing
Computer vision
Robot control
Computational biology
Search engines
Algorithms
The success of machine learning system also depends on the
algorithms.
Note:(Training data
includes desired outputs)
Supervised Learning
Supervised learning problems can be further grouped into
regression and classification problems.
Classification: A classification problem is when the
For Example:
A friend invites you to his party where you meet totally strangers.
Now you will classify them using unsupervised learning (no prior
knowledge) and this classification can be on the basis of gender, age
group, dressing, educational qualification or whatever way you would
like.
Algorithms
3) 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 (Rewards from sequence
of actions)