Introduction to MachineLearning
Chapter 1
Learning Objectives :
• Explore the basics of machine learning
• Introduce types of machine learning
• Provide an overview of machine learning tasks
• State the components of the machine learning algorithm
• Explore the machine learning process
• Survey some machine learning applications
8.
Introduction:
• Need forMachine Learning
• Machine Learning Explained
• Machine Learning in Relation to other Fields
• Types of Machine Learning
• Challenges of Machine Learning
• Machine Learning Process
• Machine Learning Applications.
Understanding Data – 1:
• Introduction
• Big Data Analysis Framework
• Descriptive Statistics
• Univariate Data Analysis and Visualization.
9.
1.1 NEED FORMACHINE LEARNING
Business organizations use huge amount of data for their daily activities.
Business organizations have started to use the technology, machine learning.
Machine learning has become so popular because of three reasons:
1. High volume of available data to manage. Facebook, Twitter, and YouTube.
2. Second reason is that the cost of storage has reduced.
3. Third is availability of complex algorithms. Deep learning etc.
11.
• Machine LearningExplained
Machine learning is the field of study that gives the computers ability to learn
without being explicitly programmed.
An expert system like MYCIN was designed for medical diagnosis after converting
the expert knowledge of many doctors into a system.
However, this approach did not progress much as programs lacked real intelligence.
13.
A MODEL CANBE ANY ONE OF THE FOLLOWING –
• MATHEMATICAL EQUATION
• RELATIONAL DIAGRAMS LIKE GRAPHS/TREES
• LOGICAL IF/ELSE RULES
• GROUPINGS CALLED CLUSTERS
What is a Model?
14.
"A computer programis said to learn from experience E, with respect
to task T and some performance measure P, if its performance on T
measured by P improves with experience E."
The important components of this definition are experience E, task T, and
performance measure P.
• DATA SCIENCEIS AN “UMBRELLA TERM” COVERING FROM DATA COLLECTION TO DATA ANALYSIS.
Machine Learning and Data Science
17.
Machine Learning andStatistics
Statistics - A branch of mathematics
- Theoretical foundation for statistical learning
- It can learn from data
- Finds relationships among data
- Requires knowledge of the statistical procedures
- Mathematics intensive
- Require a strong statistical knowledge
Machine learning - Has less assumptions
- Requires less statistical knowledge
- Interact with tools to automate the process of learning
- Latest version of 'old Statistics'
Semi-supervised Learning
• Thereare datasets which have a huge collection of unlabelled data
and some labelled data.
• Semi-supervised algorithms use unlabelled data by assigning a
pseudo-label.
• Then, the labelled and pseudo-labelled dataset can be combined.
30.
Reinforcement Learning
• Reinforcementlearning mimics human beings.
• Reinforcement learning allows the agent to interact with the
environment to get rewards.
• The agent can be robot or any independent program.
• The rewards enable the agent to gain experience.
• The agent aims to maximize the reward.
• The reward can be negative (Punishment).
• When the rewards are more, the behavior gets reinforced and
learning becomes possible.
32.
Challenges of MachineLearning
1. ILL-POSED PROBLEMS – PROBLEMS WHOSE SPECIFICATIONS ARE NOT CLEAR
2. HUGE DATA
3. HUGE COMPUTATION POWER
4. COMPLEXITY OF ALGORITHMS
5. BIAS-VARIANCE