1.introduction To Machine Learning (ML), OBE
1.introduction To Machine Learning (ML), OBE
LTPC
3104
Prerequisites
• 1. Data Structures
• 2. Knowledge on statistical methods
Course Objectives
• 1. This course explains machine learning techniques such as decision tree learning, Bayesian
learning etc.
• 2. To understand computational learning theory.
• 3. To study the pattern comparison techniques.
Course Outcomes
• 1. Understand the concepts of computational intelligence like machine learning
• 2. Ability to get the skill to apply machine learning techniques to address the real time
problems in different areas
• 3. Understand the Neural Networks and its usage in machine learning application.
UNIT - I
Introduction - Well-posed learning problems, designing a learning system,
Perspectives and issues in machine learning Concept learning and the general to
specific ordering – introduction, a concept learning task, concept learning as
search, find-S: finding a maximally specific hypothesis, version spaces and the
candidate elimination algorithm, remarks on version spaces and candidate
elimination, inductive bias.
Decision Tree Learning – Introduction, decision tree representation, appropriate
problems for decision tree learning, the basic decision tree learning algorithm,
hypothesis space search in decision tree learning, inductive bias in decision tree
learning, issues in decision tree learning.
UNIT - II
Artificial Neural Networks-1– Introduction, neural network representation,
appropriate problems for neural network learning, perceptions, multilayer
networks and the back-propagation algorithm.
Artificial Neural Networks-2- Remarks on the Back-Propagation algorithm, An
illustrative example: face recognition, advanced topics in artificial neural networks.
Evaluation Hypotheses – Motivation, estimation hypothesis accuracy, basics of
sampling theory, a general approach for deriving confidence intervals, difference
in error of two hypotheses, comparing learning algorithms.
UNIT - III
Bayesian learning – Introduction, Bayes theorem, Bayes theorem and
concept learning, Maximum Likelihood and least squared error
hypotheses, maximum likelihood hypotheses for predicting
probabilities, minimum description length principle, Bayes optimal
classifier, Gibs algorithm, Naïve Bayes classifier, an example:
learning to classify text, Bayesian belief networks, the EM
algorithm.
TEXT BOOKS:
1. Machine Learning – Tom M. Mitchell, - MGH
REFERENCES:
1. Machine Learning: An Algorithmic Perspective, Stephen Marshland,
Taylor & Francis
Prerequisites
For Machine Learning Course we recommend that
students meet the following prerequisites:
•Basic programming skills (in Python)
•Algorithm design
•Basics of probability & statistics