2.0 Machine Learning Introduction
2.0 Machine Learning Introduction
Introduction
DATA SCIENCE
Machine Learning
• Learning is any process by which a system
improves performance from past experiences.
Herbert Simon
~ Herbert Simon
If the system is learning it should start making decisions about selecting routes
as it experiences more routes and time associated.
Now consider any natural image as one presented here. It can have
multiple features, brightness level and color difference through all
pixels it contains.
The way computer sees the data of just 4 x 4 pixel at base level:
x0011FD x0011FF x0011FD x0012FF
x0011FD x0011FF x0011ED x0011FF
x0011BD x0011FF x0011FE x0011FE
x0011ED x0011FF x0011FA x0011AB
Parameter: Parameter or feature is a value that summarizes some aspects of the whole
population.
Inference: Any key knowledge about the data sample or population as a whole from its
attributes and properties
Features?
Color: Red
Type: Fruit
Weight: 100 gm
Price: 140/kg
Availability: Yes
Sweet: Yes
Organic: No
Types of Machine Learning
• Supervised Learning (We provide output labels/tags with input data)
• Regression/Prediction
• Classification
Independent variable
Similar to Regression this technique can be generalized into any problem where
we know there are discrete classes.