0% found this document useful (0 votes)
8 views

FOAI Minor Degree Syllabus

foai

Uploaded by

22wh1a05d5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

FOAI Minor Degree Syllabus

foai

Uploaded by

22wh1a05d5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Shubham Keshri (PMRF IIT Kanpur)-- Foundations of Artificial Intelligence

knowledge representation using rules | PPT—slide share

B.Tech. Minor (AIML) V Semester

(A19MC1AI01) Foundations of Artificial Intelligence

COURSE OBJECTIVES:

• To review important concepts required for Artificial Intelligence

• To introduce the concept of learning patterns from data and develop a strong

model using machine learning algorithms

• To explain theoretical foundation for understanding state of the art Machine

Learning algorithms like classifications, regressions

• To understand unsupervised learning technique using partitioning and

hierarchical clustering methods

COURSE OUTCOMES: After completion of course, the student should be able to

CO-1: Represent knowledge and facts for solving the real-world problems

CO-2: Build, and Evaluate the model using different Machine Learning techniques

CO-3: Design and implement machine learning solutions to classification, regression

CO-4: Design and implement various unsupervised learning methods to real-world

applications

UNIT – I:

Defining Artificial Intelligence, Defining AI techniques, Using Predicate Logic and

Representing Knowledge as Rules, Representing simple facts in logic, Computable

functions and predicates, Procedural vs Declarative knowledge, Logic

Programming.

UNIT – II:

Preparing a Model: Machine learning activities, basic types of data in machine

learning, exploring structure of data: Exploring and Plotting numerical data,

categorical data and relationship between variables, data quality and remediation,

data pre-processing: Dimensionality reduction and feature subset selection

UNIT – III:

Modelling: Selecting a model: Predictive and Descriptive models, Training a model


(for supervised learning): Holdout method, K-fold cross-validation method.

Model representation and interpretability: Underfitting, Overfitting, Bias – Variance

trade-off.

Evaluation: Evaluating performance of a model: Supervised learning – classification,

regression, Unsupervised learning – clustering, Improving performance of a model

UNIT – IV:

Classification: Introduction, example of supervised learning, classification model,

classification learning steps, classification algorithms: K-Nearest Neighbour (k-NN),

Decision tree.

UNIT – V:

Linear Regression: Model representation for single variable, single variable Cost

Function, Gradient Decent for Linear Regression, Gradient Decent in practice.

Logistic Regression: Classification, Hypothesis Representation, Decision Boundary,

Cost function, Advanced Optimization, Multi-classification (One vs All), Problem of

Overfitting.

UNIT – VI:

Clustering: clustering as a machine learning task, different types of clustering

techniques, partitioning methods, k-medoids, hierarchical clustering. Use-cases

centered around classification and clustering.

TEXT BOOKS:

1. Artificial Intelligence, Cengage Learning, Saroj Kaushik, 1st Edition, 2011

2. Python Machine Learning by Example, Yuxi (Hayden) Liu, Packet Publishing

Limited, 2017

3. Machine Learning, Saikar Dutt, Subramanian Chandramouli, Amit Kumar Das,

Pearson India

REFERENCES:

1. Practical Workbook Artificial Intelligence and Soft Computing for Beginners,

Anindita Das Bhattacharjee, Shroff, X team Publisher

2. Machine Learning, Tom Mitchell, McGraw-Hill, 2017

3. Pattern Recognition and Machine Learning, Christopher M. Bishop, Springer, 2011

4. The Elements of Statistical Learning, T. Hastie, R. Tibshirani, J. Friedman, 2nd Edition,

You might also like