Unit 1 Intro
Unit 1 Intro
Syllabus
Introduction
• We have seen Machine Learning as a buzzword for the past few
years, the reason for this might be the high amount of data
production by applications, the increase of computation power
in the past few years and the development of better algorithms.
Introduction
Machine Learning Introduction
• Machine learning (ML) is the study of computer algorithms that
improve automatically through experience and by the use of data
• It is seen as a part of artificial intelligence. Machine learning
algorithms build a model based on sample data, known as "training
data", in order to make predictions or decisions without being
explicitly programmed to do so.
• Machine learning algorithms are used in a wide variety of
applications, such as email filtering and computer vision, where it is
difficult or unfeasible to develop conventional algorithms to perform
the needed tasks.
What is Machine Learning?
• Have you ever shopped online? So while checking for a
product, did you noticed when it recommends for a product
similar to what you are looking for? or did you noticed “the
person bought this product also bought this” combination of
products. How are they doing this recommendation? This is
machine learning.
What is Machine Learning?
• Machine Learning is a subset of artificial intelligence which
focuses mainly on provide learning capability to the machine
from their experience and making predictions based on its
experience.
Why use Machine Learning?
• When building non-learners, we usually follow these steps:
– Make rules
– Write an algorithm
– If the algorithm performs well, we deploy. If not, we go back to step 1
The traditional
Why use Machine Learning?
• However, if the problem is complex, we'll likely endup
with a long list of rules that are hard to maintain and
scale to other similar problems. An ML system would be
much shorter, easier to maintain, and in many cases,
more accurate.