0% found this document useful (0 votes)
2K views2 pages

OCS351- AI ML Fundamentals Syllabus

The document outlines two open elective courses: OCS351 on Artificial Intelligence and Machine Learning Fundamentals, which covers AI principles, search methods, and supervised and unsupervised learning algorithms, and OCS352 on IoT Concepts and Applications, focusing on IoT technologies, architectures, and practical coding using platforms like Arduino and Raspberry Pi. Each course includes objectives, unit breakdowns, practical exercises, outcomes, and recommended textbooks and references. The total periods for each course are specified, along with practical implementations related to the course content.

Uploaded by

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

OCS351- AI ML Fundamentals Syllabus

The document outlines two open elective courses: OCS351 on Artificial Intelligence and Machine Learning Fundamentals, which covers AI principles, search methods, and supervised and unsupervised learning algorithms, and OCS352 on IoT Concepts and Applications, focusing on IoT technologies, architectures, and practical coding using platforms like Arduino and Raspberry Pi. Each course includes objectives, unit breakdowns, practical exercises, outcomes, and recommended textbooks and references. The total periods for each course are specified, along with practical implementations related to the course content.

Uploaded by

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

OPEN ELECTIVE I AND II

OCS351 ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING FUNDAMENTALS


LTPC
202 3
OBJECTIVES:
The main objectives of this course are to:
1. Understand the importance, principles, and search methods of AI
2. Provide knowledge on predicate logic and Prolog.
3. Introduce machine learning fundamentals
4. Study of supervised learning algorithms.
5. Study about unsupervised learning algorithms.

UNIT I INTELLIGENT AGENT AND UNINFORMED SEARCH 6


Introduction - Foundations of AI - History of AI - The state of the art - Risks and Benefits of AI -
Intelligent Agents - Nature of Environment - Structure of Agent - Problem Solving Agents -
Formulating Problems - Uninformed Search - Breadth First Search - Dijkstra's algorithm or uniform-
cost search - Depth First Search - Depth Limited Search

UNIT II PROBLEM SOLVING WITH SEARCH TECHNIQUES 6


Informed Search - Greedy Best First - A* algorithm - Adversarial Game and Search - Game theory
- Optimal decisions in game - Min Max Search algorithm - Alpha-beta pruning - Constraint
Satisfaction Problems (CSP) - Examples - Map Coloring - Job Scheduling - Backtracking Search
for CSP

UNIT III LEARNING 6


Machine Learning: Definitions – Classification - Regression - approaches of machine learning
models - Types of learning - Probability - Basics - Linear Algebra – Hypothesis space and inductive
bias, Evaluation. Training and test sets, cross validation, Concept of over fitting, under fitting, Bias
and Variance - Regression: Linear Regression - Logistic Regression

UNIT IV SUPERVISED LEARNING 6


Neural Network: Introduction, Perceptron Networks – Adaline - Back propagation networks -
Decision Tree: Entropy – Information gain - Gini Impurity - classification algorithm - Rule based
Classification - Naïve Bayesian classification - Support Vector Machines (SVM)

UNIT V UNSUPERVISED LEARNING 6


Unsupervised Learning – Principle Component Analysis - Neural Network: Fixed Weight
Competitive Nets - Kohonen Self-Organizing Feature Maps – Clustering: Definition - Types of
Clustering – Hierarchical clustering algorithms – k-means algorithm
TOTAL : 30 PERIODS
PRACTICAL EXERCISES: 30 PERIODS
Programs for Problem solving with Search
1. Implement breadth first search
2. Implement depth first search
3. Analysis of breadth first and depth first search in terms of time and space
4. Implement and compare Greedy and A* algorithms.
Supervised learning
5. Implement the non-parametric locally weighted regression algorithm in order to fit data points.
Select appropriate data set for your experiment and draw graphs
6. Write a program to demonstrate the working of the decision tree based algorithm.
7. Build an artificial neural network by implementing the back propagation algorithm and test the
same using appropriate data sets.
8. Write a program to implement the naïve Bayesian classifier.

196
Unsupervised learning
9. Implementing neural network using self-organizing maps
10. Implementing k-Means algorithm to cluster a set of data.
11. Implementing hierarchical clustering algorithm.
Note:
● Installation of gnu-prolog, Study of Prolog (gnu-prolog).
● The programs can be implemented in using C++/JAVA/ Python or appropriate tools can be
used by designing good user interface
● Data sets can be taken from standard repositories
(https://archive.ics.uci.edu/ml/datasets.html) or constructed by the students.

OUTCOMES:
CO1: Understand the foundations of AI and the structure of Intelligent Agents
CO2: Use appropriate search algorithms for any AI problem
CO3: Study of learning methods
CO4: Solving problem using Supervised learning
CO5: Solving problem using Unsupervised learning
TOTAL PERIODS: 60
TEXT BOOK
1. S. Russell and P. Norvig, “Artificial Intelligence: A Modern Approach”, Prentice Hall, Fourth
Edition, 2021
2. S.N.Sivanandam and S.N.Deepa, Principles of soft computing-Wiley India.3 rd ed,

REFERENCES
1. Machine Learning. Tom Mitchell. First Edition, McGraw- Hill, 1997.
2. I. Bratko, “Prolog: Programming for Artificial Intelligence‖, Fourth edition, Addison-Wesley
Educational Publishers Inc., 2011.
3. C. Muller & Sarah Alpaydin, Ethem. Introduction to machine learning. MIT press, 2020.

OCS352 IOT CONCEPTS AND APPLICATIONS LTPC


2 023
OBJECTIVES:
• To apprise students with basic knowledge of IoT that paves a platform to understand physical
and logical design of IOT
• To teach a student how to analyse requirements of various communication models and
protocols for cost-effective design of IoT applications on different IoT platforms.
• To introduce the technologies behind Internet of Things(IoT).
• To explain the students how to code for an IoT application using Arduino/Raspberry Pi open
platform.
• To apply the concept of Internet of Things in real world scenario.

UNIT I INTRODUCTION TO INTERNET OF THINGS 5


Evolution of Internet of Things – Enabling Technologies – IoT Architectures: oneM2M, IoT World
Forum (IoTWF) and Alternative IoT Models – Simplified IoT Architecture and Core IoT Functional
Stack – Fog, Edge and Cloud in IoT

UNIT II COMPONENTS IN INTERNET OF THINGS 5


Functional Blocks of an IoT Ecosystem – Sensors, Actuators, and Smart Objects – Control Units -
Communication modules (Bluetooth, Zigbee,Wifi, GPS, GSM Modules)

197

You might also like