Machine Learning

You might also like

Download as zip, pdf, or txt
Download as zip, pdf, or txt
You are on page 1of 7

MACHINE LEARNING

Presented by
Amaleswari
What is ML?
Machine learning (ML) is the study of computer algorithms that can
improve automatically through experience and by the use of data. 

Example:

Image recognition is one of the most common uses of machine


learning. Machine learning can be used for face detection in an
image as well. There is a separate category for each person in a
database of several people.

Machine learning can also be used in prediction systems.


Considering the loan example, to compute the probability of a fault,
the system will need to classify the available data in groups. It is
defined by a set of rules prescribed by the analysts. Once the
classification is done, we can calculate the probability of the fault.
These computations can compute across all the sectors for varied
purposes. Making predictions is one of the best machine learning
applications.
Types of ML
Supervised Learning: Lable the Data

Unsupervised Learning: The machine learning algorithm studies


data to identify patterns. There is no answer key or human operator
to provide instruction. Instead, the machine determines the
correlations and relationships by analyzing available data. 

Reinforcement Learning: focuses on regimented learning processes,


where a machine learning algorithm is provided with a set of
actions, parameters and end values. Teaches the machine trial and
error.
Road Map to ML
1. Pick a programming language & Get Started!

2. Learn Linear Algebra

3. Learn Statistics

4. Learn Core ML Algorithms

5. Learn Python Libraries 

6. Learn Deployment
Thank Y

You might also like