0% found this document useful (0 votes)
79 views28 pages

Aiml Sem5 Syllabus Final

The document outlines the scheme of teaching and examination for the B.Tech. program in Artificial Intelligence and Machine Learning at Shri Shankaracharya Technical Campus, detailing the courses, credits, and examination structure for the fifth semester. It includes specific course codes, objectives, outcomes, and topics covered in subjects such as Theory of Computation, Computer Networks, and Data Science & Modeling. Additionally, it provides information on professional electives and practical components associated with the curriculum.

Uploaded by

manglamdubey2011
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)
79 views28 pages

Aiml Sem5 Syllabus Final

The document outlines the scheme of teaching and examination for the B.Tech. program in Artificial Intelligence and Machine Learning at Shri Shankaracharya Technical Campus, detailing the courses, credits, and examination structure for the fifth semester. It includes specific course codes, objectives, outcomes, and topics covered in subjects such as Theory of Computation, Computer Networks, and Data Science & Modeling. Additionally, it provides information on professional electives and practical components associated with the curriculum.

Uploaded by

manglamdubey2011
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/ 28

SHRI SHANKARACHARYA TECHNICAL CAMUS

BHILAI (C.G.)
(An Autonomous Institution)

SCHEME OF TEACHING AND EXAMINATION


B.Tech. (Artificial Intelligence and Machine Learning) (Fifth Semester)
Computer Science & Engineering

Period per Scheme of


Sl. Board of Studies Week Examination Total
Courses Course Code Credit
No. (BOS) Theory/Lab Marks
L T P
ESE CT TA
Computer Science Theory of
1 CS110501 2 1 - 100 20 30 150 3
& Engineering Computation
Computer Science
2 Computer Network CS110502 2 1 - 100 20 30 150 3
& Engineering
Computer Science Data Science &
3 2 1 - 100 20 30 150 3
& Engineering Modeling CS110503
Artificial
Computer Science
4 Intelligence CS110504 2 1 - 100 20 30 150 3
& Engineering
Machine Learning
Computer Science
5 Professional Elective-I 2 1 - 100 20 30 150 3
& Engineering
Computer Science Computer Network
6 CS110591 - 2 25 - 25 50 1
& Engineering Lab
Computer Science Data Science &
7 - 2 25 - 25 50 1
& Engineering Modeling Lab CS110592
Computer Science Artificial
8 CS110593 - 2 25 - 25 50 1
& Engineering Intelligence Lab
Computer Science
9 Minor Project-I CS110594 - 2 25 - 25 50 1
& Engineering
Practical
Computer Science Training/Internship
10 CS110595 - 2 - - 25 25 1
& Engineering (Reports and
Seminar)
Computer Science
11 Constitution of India CS110596 - - - - 25 25 -
& Engineering
Total 13 2 10 600 100 300 1000 20

L-Lecture T- Tutorial P-Practical


CT- Class Test TA- Teachers Assessment ESE- End Semester Exam

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
SHRI SHANKARACHARYA TECHNICAL CAMUS
BHILAI (C.G.)
(An Autonomous Institution)

SCHEME OF TEACHING AND EXAMINATION


B.Tech. (Artificial Intelligence and Machine Learning) (Fifth Semester)
Computer Science & Engineering

Table-I (Professional Elective-I)

Sl. Board of Studies


Courses (Subject) Course Code Credit
No. (BOS)
Computer Science
1 Artificial Neural Network CS110521 3
& Engineering
Computer Science
2 Introduction to Game Theory CS110522 3
& Engineering
Computer Science
3 Management Information System CS110523 3
& Engineering
Computer Science
4 Introduction to Statistical Learning CS110524 3
& Engineering
Computer Science
5 E-Commerece CS110525 3
& Engineering

L-Lecture T- Tutorial P-Practical


CT- Class Test TA- Teachers Assessment ESE- End Semester Exam

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
Theory Of Computation L=2 T=1 P=0 Credits = 3
CS110501
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


Formal languages and automata theory deals with
On successful completion of the course, the student will
the concepts of automata, formal languages,
be able to:
Grammar, computability and decidability. The
reasons to study Formal Languages and Automata
CO1.Design finite automata to accept a set of strings of
Theory are Automata Theory provides a simple,
a language.
elegant view of the complex machine that we call a
computer .More precisely, the objectives are:
CO2.Determine whether the given language is regular
• To give an overview of the theoretical foundations
or not.
of computer science from the perspective of formal
.
languages.
CO3.Design context free grammars to generate strings
• To illustrate finite state machines to solve
of context free language.
problems in computing.
• To explain the hierarchy of problems arising in the
CO4.Design push down automata and the equivalent
computer sciences.
context free grammars and Design Turing
• To familiarize Regular grammars, context frees
machine.
grammar.
• To solve various problems of applying normal
CO5.Distinguish between computability and non-
form techniques, push down automata and
computability, Decidability and un-decidability.
Turing Machines

UNIT – I:The Theory Of Automata CO1


Introduction to automata theory, Examples of automata machine, Finite automata as a language acceptor and
translator, Deterministic finite automata. Non-deterministic finite automata, finite automata with output
(Mealy Machine. Moore machine), Finite automata with Epsilon moves, Minimizing number of states of a
DFA, My hill Nerode theorem, Properties and limitation of FSM, Application of finite automata.
[8Hrs.] εmo
UNIT – II: Regular Expressions CO2
Alphabet, String and Languages, Regular expression, Properties of RegularExpression, Finite automata and
Regular expressions, Arden’s Theorem, Regular Expression to DFA conversion &vice versa. Pumping lemma
for regular sets, Application of pumping lemma, Regular sets and Regular grammar, Closure properties of
regular sets. Decision algorithm for regular sets and regular grammar.
[7Hrs.]

UNIT – III: Grammars CO3


Definition and types of grammar, Chomsky hierarchy of grammar, Relation between types of grammars,
Context free grammar, Left most & right most derivation trees, Ambiguity in grammar, Simplification of
context free grammar, Chomsky Normal From, Greibach Normal From, properties of context free language,
Pumping lemma for context free language, Decision algorithm for context tree language.[7Hrs.]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
UNIT – IV: Push Down Automata And Turing Machine CO4
Basic definitions, Deterministic push down automata and non-deterministic push down automata, Acceptance
of push down automata, Push down automata and context free language, Turing machine model,
Representation of Turing Machine, Construction of Turing Machine for simple problem’s, Universal Turing
machine and other modifications .Church’s Hypothesis, , Halting problem of Turing Machine.
[7Hrs.]

UNIT – V: Computability CO5


Introduction and Basic concepts, Recursive function, Partial recursive function, Initial functions, Composition
of functions, Ackerman’s function, Recursively Enumerable and Recursive languages,
Decidable and decidable problem, Post correspondence problem, Space and time complexity.
[7Hrs.]

Text Books:

S.No. Title Author(s) Publisher

Theory of Computer Science (Automata K.L.P. Mishra and N.


1 PHI
Language & Computation) Chandrasekran

Introduction to Automata theory. John E. Hopcropt &


2 Narosa, Publishing House
Language and Computation Jeffery D. Ullman

Reference Books:

S. No. Title Author(s) Publisher

Introduction to Languages and the Theory


1 John Martin, Tata McGraw Hill.
of Computation

Introduction to Formal Languages Kamala Krithivasan, 2nd Edition, Pearson


2
Automata Theory and Computation Rama R Education.

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
Computer Network L=2 T=1 P=0 Credits = 3
CS110502
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


On completion of this course the student will be able to:
To Provide students with 0an enhanced knowledge
CO1:Describe the basis and structure of an abstract
in Computer Networking.
layered Network protocol model.
CO2: understand the working of network protocols.
 Understanding concept of local area networks, CO3: Students will have deep understanding of various
their topologies, protocols and applications. protocols used at Data Link Layer and will be able to
 Understanding the different protocols, and analyze the advantages and disadvantages of various
network architectures. available protocols for flow and error control.
 To make students understand the basic model CO4:Students will be able to analyze various Ethernet
of data communication and various concepts of standards and will be able to choose an appropriate
networking. standard according to requirement of LAN.
CO5: Students will be able to use various network based
applications.

UNIT – I : Introduction : CO1


History of Computer Network, Examples of Networks: Novell Networks, Arpanet, Internet, Network
Topologies WAN, LAN, MAN, PAN,. Applications, networks architecture requirements, ISO-OSI, TCP/IP,
XNS, IPX/SPX. Physical Layer : Transmission media, switching and encoding, asynchronous
communications; Narrow band, broad band ISDN and ATM. Bandwidth calculation. [8Hrs]

UNIT – II : Data link layer : CO2


Design issues, framing, error detection and correction techniques with numerical, CRC, Elementary Protocol :
stop and wait, Sliding Window, Slip, Data link layer in HDLC, ATM. Multiple Access Protocols, Link Layer
Addressing, ARP, DHCP, Ethernet devices – Hubs, Bridges, and Switches. Medium Access sub layer :
ALOHA, MAC addresses, CSMA, CSMA/CD. IEEE 802.XStandardEthernet,wireless LAN.
[8Hrs]
UNIT – III : Network Layer : CO3
Forwarding and Routing, Network Service Models, Virtual Circuit and Datagram Networks, Router, Routing
Table, Internet Protocol (IP) – IPv4 and IPv6 , ICMP, Link State Routing , Distance Vector Routing,
Hierarchical Routing , RIP, OSPF, BGP, Broadcast and Multicast Routing , MPLS, Mobile IP, IP sec. IPv4 :
Classes, Classless, Subneting, Super netting and its numerical. [8Hrs]

UNIT – IV : Transport Layer : CO4


Transport Layer Services – Multiplexing and Demultiplexing, UDP –Go Back-N and Selective Repeat.
Connection-Oriented Transport: TCP, Segment Structure, RTT estimation, Flow Control, Connection
Management, Congestion Control, TCP Delay Modeling, SSL and TLS. QoS architecture models: IntServ vs
DiffServ. [8Hrs]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
UNIT – V : Presentation Layer protocols : CO5
AFP, ICA, LPP, NCP, NDR, Telnet. Session Layer protocols: PAP, PPTP, RPC, SCP. Application Layer:
Principles of Network Applications , The Web and HTTP, HTTPS, FTP, Electronic Mail, SMTP, IRC, Video
Conferencing, MIME, DNS, Socket Programming with TCP and UDP. Network Security: Principles of
Cryptography, Firewalls, Application Gateway, Attacks and Countermeasures. [8Hrs]

Text Books:

S.No. Title Author(s) Publisher

1 Data Communications and Networking Behrouz A. Forouzan Third Edition TMH

Computer Networking: A Top-Down James F. Kurose and Pearson Education, Third


2
Approach Featuring the Internet Keith W. Ross edition, 2006

Reference Books:

S. No. Title Author(s) Publisher

4th Edition. Pearson


1 Computer Networks Andrew S Tanenbaum
Education/PHI

An Engineering Approach to Computer 2nd Edition, Pearson


2 S.Keshav
Networks Education

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
Data Science And Modeling L=2 T=1 P=0 Credits = 3
CS110503
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes

The objective of the course is aimed to Provide


On successful completion of the course, the student will
knowledge, insight into methods and tools for be able to:
Preparation and Visualization of the data CO1 Basic Concepts of Data Science
generated by modern information systems and CO2 Understanding of reading data and manipulation
also to impart necessary knowledge of the CO3 Understand data cleaning , dimensionality
mathematical foundations needed for data science reduction
and develop programming skills required to build CO4 Understand and analyze data
CO5 Use visualization of data to capture data insight
data science applications.
and build model

UNIT I : Introduction CO1


Introduction to data science, Evolution of Data science, Stages in Data science project, Facets of data, Data
Science Project’s Lifecycle, Web APIs, Open Data sources, Data APIs, Web Scrapping, Relational Databases
access to process/access data [8 Hrs.]

UNIT II : Introduction to Programming CO2


Basic programming in python: list, string, dictionary, array and tuples. Indexing, slicing, iterating and other
basic operations. Data Science Toolkits using Python: Matplotlib, NumPy, Scikit-learn, NLTK Numpy:
creating arrays, arrays manipulation, reshape, dimension, broadcasting, reading and writing array data on
files. Pandas: Series and Data frames. Reading files(.xlsx,.csv,.txt) in data frame. Row and index objects,
function by elements, function by rows and columns, statistical functions, sorting and ranking, correlation
and covariance [7 Hrs.]

UNIT III: Data cleaning and preprocessing CO3


Data Collection strategies: web scrapping tools, handling missing values; Data imputation techniques, data
transformation techniques: Data Smoothing, Attribution Construction, Data Generalization ,Data
Aggregation, Data Discretization, Data Normalization. Data Reduction techniques: Dimensionality reduction,
Numerosity reduction, data cube aggregation, data compression, discretization operation..
[7 Hrs.]

UNIT IV Exploratory data analysis CO4

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Exploratory Analysis: Introduction to statistics used in data science, Central tendencies and distributions,
Variance Descriptive-Mean, Standard Deviation, Skewness and Kurtosis, statistical summary of categorical and
numerical data, data dispersion: range , interquartile range ,variance, standard deviation, coefficient of
variation. data distribution: Continuous and Normal distributions.

Frequency table: two-way table with joint, conditional and marginal probability. Pearson correlation.[7 Hrs.]

UNIT V: Data Visualization and model building CO5


Introduction, Types of data visualization, A Simple Interactive Chart, Set the Properties of the Plot, matplotlib,
Bar chart, scatter chart histogram, pie chart Working with Multiple Figures and Axes, Adding Text, adding a
Grid, adding a Legend, Saving the Charts. Seaborn library: Box and Whiskers plot for numerical and
categorical variables, grouped plotting. Pairwise plot. Overview of Machine learning concepts – Over fitting
and train/test splits, Types of Machine learning – Supervised, Unsupervised, Reinforced learning.
Building a basic model with supervised machine learning algorithm: linear regression, logistic regression,
support vector [7 Hrs.]

Text Books:

S.No. Title Author(s) Publisher

Data Science from Scratch: First Joel Grus O'Reilly Media


1
Principles with Python
Doing Data Science, Straight Talk Cathy O’ Neil and O’Reilly
2
From The Frontline Rachel Schutt
Mining of Massive Datasets Jure Leskovek, Anand Cambridge University Press
3
Rajaraman and Jeffrey Ullman

Reference Books:

S. No. Title Author(s) Publisher

1 Machine Learning Jeeva Jose Khanna Publishers

2 Data Sciences Jain V.K Khanna Publishers

3 Big Data and Hadoop Jain V.K Khanna Publishers

4 Machine Learning Chopra Rajiv Khanna Publishers

5 Practical Statistics for Data Peter Bruce, Andrew O’Reilly


Scientists Bruce, Peter Gedeck

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code Artificial Intelligence Machine
L=2 T=1 P=0 Credits = 3
CS110504 Learning
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes

On successful completion of the course, the student will


be able to:
CO1 : Get deep insight of AI and its problem Solving
techniques.
The objective of this course is to familiarize the
CO2: Represent information or knowledge through
prospective engineers with different kinds of
various representation techniques.
Learning techniques and get acquainted with the
CO3 : Understand various classification and Regression
basics of machine learning methods and model
techniques
validation methods and ways to measure their
CO4 : Understand various clustering methodologies and
accuracy.
its evaluation process
CO5 : Validate, understand and analyze the different
Machine learning curves and performance evaluation
methods
Unit I : Introduction to Artificial Intelligence [CO1]
Introduction: Defining Artificial Intelligence and its applications
Problem Solving techniques: Blind Search: Depth First and Breadth Search, heuristic search: Best first search,
A* search, AO* Search, Constraint satisfaction problem, Min-Max Search, Alpha-Beta Pruning [7 Hrs]

Unit II : Knowledge Representations [CO2]


Logic: Predicate Logic, Resolution in predicate logic, Other ways of knowledge representation: Brief
Introduction of semantic nets, frame, conceptual dependency, Scripts
Planning: Goal Stack and Partial Order Planning . [7 Hrs]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Unit III: Machine Learning and Supervised Learning [CO3]
Machine Learning Introduction: What Is Machine Learning?, How Do We Define Learning?, Applications of
ML, Aspects of developing a Learning system: training data, Concept representation, function approximation,
Machine Learning Techniques: Supervised Learning, Unsupervised Learning and Reinforcement Learning

Supervised Learning : Source of uncertainty, Entropy and Information Gain, K Nearest Neighbor- Challenges
in KNN, Application of KNN, Decision trees – ID3, Classification and Regression Trees, Translating Decision
tress into rules, Rule Based Classification, Over fitting, noisy data and pruning, Linear Regression, Logistic
Regression, Support Vector Machine (SVM) [8 Hrs]

Unit IV : Unsupervised Learning [CO4]


Partition Based Clustering, K – Means, K- Medoids, Hierarchical Clustering, Agglomerative, Divisive,
Distance Measure, DBSCAN, Density Based Clustering, Evaluation of Clustering methods. [7 Hrs]

Unit V: Validations [CO5]


Validation Techniques, Need for Cross Validation, K-fold validation, Validation and Test Dataset, Evaluation
Measures: SSE, MME, R2, Confusion Matrix – Recall, Precision, Accuracy, F-Measure, Learning Curves :
ROC and AUC curve. [7 Hrs]

Text Books:

S. No. Title Author(s) Publisher

Elaine Rich and Kevin


1 Artificial Intelligence Tata McGraw Hill
Knight
Introduction to Machine Learning with Aurelien Geron Oreilly
2
Python
3 Machine Learning for Absolute Oliver Theobald Scatterplot Press
Beginners: A Plain English Introduction
Machine Learning Simplified:
4 A gentle introduction to Supervised Andrew Wolf Leanpub
Learning

Reference Books:

S. No. Title Author(s) Publisher

Introduction to Artificial Intelligence and


1 Dan W.Patterson Prentice Hall of India.
Expert Systems
Hands-On Machine Learning with Scikit-
2
Learn, Keras, and TensorFlow: Concepts, Aurelien Geron O’Reilly Media
Tools, and Techniques to Build
Intelligent Systems (First Edition)
Aston Zhang, Zachary C.
3 Dive into Deep Learning E-Books
Lipton, Mu Li, and

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Alexander J. Smola

Vishal Maini ,Samer


4 Machine Learning for Humans E-Books
Sabri

Subject Code
Computer Network Lab L =0 T=0 P=2 Credits = 1
CS110591
Examination ESE CT TA Total ESE Duration
Scheme 25 - 25 50 3 Hours

Course Objectives Course Outcomes


On completion of this course the student will be able to
To Provide students the basic knowledge of
setup and configure various networking hardware and
Computer Networking, tools used, their purpose
software. They will also be able to identify the basic
and their connectivity based on requirements.
faults and can resolve.

List of Eexperiments
1. Introduction to cables, connectors and topologies.
2. Demonstration of Switch, Hub, Router and their uses and types.
3. Installation of UTP, Co-axial cable, Cross cable, parallel cable.
4. Case Study of Ethernet (10base5,10base2,10 base T)
5. Case Study of various Wireless technologies available.
6. Basic network command and Network configuration commands like ping, netstat, hostname, nslookup,
route, arp, tracert, ipconfig, ARP etc.
7. To enable secured / unsecured file sharing, device sharing over network.
8. Installation and working of Remote Desktop and other third party related software’s.
9. To setup IP and other values avoiding DHCP.
10. Use of Subnet mask to create two or more different logical network in same lab.
11. Installation and working with IIS Server.
12. Basic Configuration of Home Router/Modem
13. Introduction to Server administration.
14. Basic Chat Program in Java using TCP.
15. Basic Chat Program in Java using UDP.

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Text Books:
S.No. Title Authors Edition Publisher
Barrie
1 Networking Bible Wiley
Sosinsky
Network Programmability and
2 Jason Edelman O′Reilly
Automation
Subnetting for Beginners: How
3 Adam Vardy Amazon
to Easily Master Ip
Networking Made Easy: Get
4 James Berstein
Yourself Connected

Subject Code
Data Science And Modeling Lab L=0 T=0 P=2 Credits =1
CS110592
Examination ESE CT TA Total ESE Duration
Scheme 25 - 25 50 3 hours

Course Objectives Course Outcomes

On successful completion of the course, the student will


be able to:
CO1 Basic Concepts of Data Science
CO2 Demonstrate understanding of the mathematical
The objective of this course is to impart necessary foundations needed for data science.
knowledge of the mathematical foundations needed CO3 Collect, explore, clean, manage and manipulate
for data science and develop programming skills data.
required to build data science applications. CO4 Implement models such as k-nearest Neighbors,
Naive Bayes, linear and logistic regression, decision
trees, neural networks and clustering.
CO5 Build data science applications using Python based
toolkits.
List of Experiments
1. Write programs to understand the use of Matplotlib for Simple Interactive Chart, Set the Properties of the
Plot, matplotlib and NumPy.
2. Write programs to understand the use of Numpy’s Structured Arrays, Reading and Writing Array Data on
Files.
3. Write programs to understand the use of Matplotlib for Working with Multiple Figures and Axes, Adding
Text, Adding a Grid, Adding a Legend, Saving the Charts.
4. Write programs to understand the use of Matplotlib for Working with Line Chart, Histogram, Bar Chart,
Pie Charts
5. Write programs to understand the use of Numpy’s Shape Manipulation, Array Manipulation, vectorization.

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
6. Write a program in Python to predict the class of the flower based on available attributes.
7. Write a program in Python to predict if a loan will get approved or not.
8. Write a program in Python to predict the traffic on a new mode of transport.
9. Write a program in Python to predict the class of user.
10. Write a program in Python to indentify the tweets which are hate tweets and which are not.
11. Write a program in Python to predict the age of the actors.
12. Mini project to predict the time taken to solve a problem given the current status of the user

Text Books:
S.No. Title Author(s) Publisher

Python Crash Course: A Hands-On,


1 Project-Based Introduction to Eric Matthes William Pollock
Programming
Data Science from Scratch: First
2 Joel Grus O'Reilly Media
Principles with Python

Reference Books:
S. No. Title Author(s) Publisher

1 Machine Learning Jeeva Jose Khanna Publishers

2 Data Sciences Jain V.K Khanna Publishers

3 Fluent Python Luciano Ramalho O'Reilly Media

4 Machine Learning Chopra Rajiv Khanna Publishers

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code Artificial Intelligence and
L=0 T=0 P=2 Credits =1
CS110593 Machine Learning Lab
Examination ESE CT TA Total ESE Duration
Scheme 25 - 25 50 3 hours

Course Objectives Course Outcomes

On successful completion of the course, the student will


be able to:
CO1 Understand the implementation procedures for the
Implementing the various AI searching algorithms.
machine learning algorithms.
Make use of Data sets in implementing the machine
CO2 Design python programs for various learning
learning algorithms. Implement the machine
algorithms.
learning concepts and algorithms in any suitable
CO3 Apply appropriate data sets to the Machine
language of choice.
Learning algorithms.
CO4 Identify and apply machine Learning algorithms to
solve real world problems.
List of Experiments
1. Implement A* Search algorithm.
2. Implement AO* Search algorithm.
3. For a given set of training data examples stored in a .CSV file, implement and demonstrate the Candidate-
Elimination algorithm to output a description of the set of all hypotheses consistent with the training examples.
4. Write a program to demonstrate the working of the decision tree-based ID3 algorithm. Use an appropriate
data set for building the decision tree and apply this knowledge to classify a new sample.
5. Build an Artificial Neural Network by implementing the Backpropagation algorithm and test the same using
appropriate data sets.
6. Write a program to implement the naïve Bayesian classifier for a sample training data set stored as a .CSV
file. Compute the accuracy of the classifier, considering few test data sets.
7. Apply EM algorithm to cluster a set of data stored in a .CSV file. Use the same data set for clustering using

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
the k-Means algorithm. Compare the results of these two algorithms and comment on the quality of clustering.
You can add Java/Python ML library classes/API in the program.
8. Write a program to implement the k-Nearest Neighbour algorithm to classify the iris data set. Print both
correct and wrong predictions. Java/Python ML library classes can be used for this problem.
9. Implement the non-parametric Locally Weighted Regression algorithm in order to fit data points. Select the
appropriate data set for your experiment and draw graphs.

Text Books:
S. No. Title Author(s) Publisher
1 Python for Data Analysis WesMc Kinney O’Reilly

Reference Books:
S. No. Title Author(s) Publisher

1 Python Data Analytics Fabio Nelli Apress

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
Minor Project-I L=0 T=0 P =2 Credits = 1
CS110594

Evaluation ESE
CT TA - ESE Duration
Scheme
25 - 25 - 3 Hours

Course Objective Course Outcomes


The objectives of this lab are: On successful completion of the course, the student will
be able to:
The objective of this course is to
improve student ‘s ability to
CO1: Identify, discuss and justify the technical aspects of the
analyze, design and solve complex
chosen project with a comprehensive and systematic approach.
engineering problems through
pedagogies (Project Based
Learning) that support them in CO2: Reproduce, improve and refine technical aspects of
developing these skills. The goal engineering projects applying appropriate techniques, resources,
here is not to passively absorb and and modern engineering and IT tools.
reiterate information; but rather to
actively engage with the content, CO3: Work as an individual and as a member or leader in teams
work through it with others, relate to in development of technical projects.
it through an analysis, use modern
tools and effectively solve problems CO4: Follow management principle and value health, safety and
with the corresponding knowledge ethical practices during project.
gained.
CO5: Communicate and report effectively project related
activities and findings.

The Process Followed to Maintain the Quality of Student Projects are: [12 Hrs.]
(a) Allotment of Projects:
(i) Students form their team (max four students) and submit their areas in which they would liketo pursue
their projects.
(ii) Through meeting and deliberations students are allotted guide depending on their preferenceand
maximum number of groups under a faculty is limited to three.
(b) Identification of projects:
Students are asked to formulate problem statement and state objectives of their project inconsultation

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
with the project guide
c) Continuous Monitoring
(i) Progress is continuously monitored by guide and instructions are given how to proceed further
during their project periods as per time table.

(ii) Students submit weekly progress report to the project in-charge after consultation with their project
guide.
(d) Evaluation
(i) In order to evaluate projects two project seminars (assessment) are taken in which student ‘s team
present their project through presentations and demonstrate their work.
(ii) Students are assessed on the basis of their technical skill implementation, use of modern tools,
communication skill, team work, health, safety and ethical practices and relevance of theproject.
(iii) At the end of the semesters a report is submitted by the students and student ‘s projects are finally
evaluated by external examiner in end semester practical examination based

Reference Books:

S. No. Title Authors Publisher


IES Master Publication (1
1 Basics Of Project Management IES Master Team
January 2021)
Jeffrey A. Hoffer,
Pearson Education; Third
2 Modern Systems Analysis and Design Joey F. George,
Edition; 2002.
Joseph S. Valakati

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Professional Elective-I

Subject Code
Artificial Neural Network L=2 T=1 P=0 Credits = 3
CS110521
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


Define what is Neural Network and model a Neuron
and Express both Artificial Intelligence and Neural
On successful completion of the course, the student will
Network . Analyze ANN learning, Error correction
be able to:
learning, Memory-based learning, Hebbian learning,
CO1: Model Neuron and Neural Network, and to
Competitive learning.Implement Simple perception,
analyze ANN learning, and its applications.
Perception learning algorithm, Modified Perception
CO2: Perform learning and training.
learning algorithm, and Adaptive linear combiner,
CO3: Know the working of various neural network
Continuous perception, learning in continuous
model.
perception. Analyze the limitation of Single layer
CO4: Identify application areas of Neural Network.
Perceptron and Develop MLP with 2 hidden layers,
CO5 : Model neural network and fuzzy systems.
Develop Delta learning rule of the output layer and
Multilayer feed forward neural network with
continuous perceptions.

Unit I :Introduction to Artificial Neural Networks [CO1]


Elementary Neurophysiology, Models of a Neuron, Neural Networks viewed as directed graphs, Feedback,
from neurons to ANN, Artificial Intelligence and Neural Networks; Network Architectures, Single-layered
Feed forward Networks, Multi-layered Feed forward Networks, Recurrent Networks, Topologies.
[7 Hrs]

Unit II: Learning and Training [CO2]


Activation and Synaptic Dynamics, Hebbian, Memory based, Competitive, Error-Correction Learning, Credit
Assignment Problem: Supervised and Unsupervised learning, Memory models, Stability and Convergence,

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Recall and Adaptation.
[7 Hrs]

Unit III :A Survey of Neural Network Models [CO3]


Single-layered Perceptron – least mean square algorithm, Multi-layered Perceptrons – Back propagation
Algorithm, XOR – Problem, The generalized Delta rule, BPN Applications, Adalines and Madalines –
Algorithm and applications..
[7 Hrs]

Unit IV: Applications [CO4]


Talking Network and Phonetic typewriter : Speech Generation and Speech recognition, Neocognitron –
Character Recognition and Handwritten Digit recognition, Pattern Recognition Applications. [7 Hrs]

Unit V: Neural Fuzzy Systems [CO5]


Perceptron algorithm – Multilayer perceptrons back propagation nonlinear regression, Multiclass
discrimination, Training procedures, Deep Learning overview and importance over machine Learning [8 Hrs]

Text Books:

S. No. Title Author(s) Publisher

1 Artificial Neural Networks B. Yagna Narayan PHI


Neural Networks Fuzzy Logic & Genetic
2 Rajshekaran & Pai Prentice Hall
Algorithms

Reference Books:

S. No. Title Author(s) Publisher

James A. Freeman and


1 Neural Networks Prentice Hall
David M. Strapetuns,
2 Neural Network & Fuzzy System Bart Kosko PHI.

3 Neural Network Design Hagan Demuth Deale Vikas Publication House

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
Introduction to Game Theory L=2 T=1 P=0 Credits = 3
CS110522
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


Game theory, also known as multi-person decision
theory, analyzes situations in which payoffs to
On successful completion of the course, the student will
players depend on the behavior of other players as
be able to:
well as the player himself/herself. Game theory has
CO1: Distinguish a game situation from a pure
found many applications in various fields, such as
individual’s decision problem
economics, biology, business, law, politics,
CO2: Understand the concepts of players, strategies,
sociology, and computer science. It focuses on
payoffs, rationality, equilibrium.
fundamentals of game theory including basic
CO3: Describe neural network model based games.
concepts and techniques, various ways of describing
CO4:Understand the games and its strategic behaviour.
and solving games, and various applications in
CO5: Understand decision taking techniques.
economics, political sciences, and business.

Unit I :Introduction to Game Theory [CO1]


Elements of Game theory, examples, Strategic Games, 2 Player Strategy Games, payoffs, Minimax, Weak and
Strong Domination, Saddle Points, Nash Equilibrium, Prisoner’s Dilemma, Stag Hunt, Matching pennies, BOS,
Multi NE, Cooperative and Competitive Games, Strict and Non Strict NE, Best response functions for NE.
[7 Hrs]

Unit II: Type of Games [CO2]


Combinatorial games, Winning and losing positions, Subtraction Game, 3-Pile and K-Pile Games, Proof of
Correctness, Variations of K-Pile Games, Graph Games, Construction, Proof of finiteness, SG theorem for sum
of games. [7 Hrs]

Unit III :A Survey of Neural Network Models [CO3]


Cournot’s Oligopoly, Bertrand’s Oligopoly, Electoral Competition, Median Voter Theorem, Auctions, role of
knowledge, Decision making and Utility Theory. [7 Hrs]

Unit IV: Games & Strategic Behaviour


[CO4]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Mixed Strategy Equilibrium, Extensive Games with Perfect Information, Stackelberg’s model of Duopoly,
Buying Votes. [7 Hrs]

Unit V: Decision Making [CO5]


Committee Decision making, Repeated Games, Prisoner’s Dilemma, Supermodular Game and Potential Games.
[8 Hrs]

Text Books:

S. No. Title Author(s) Publisher

A. Dixit, S. Skeath and D. W.W. Norton & Company:


1 Games of Strategy, 3rd edition, 2009
Reiley, New York.

A. Dixit, S. Skeath and D. W.W. Norton & Company:


2 Games of Strategy,4th edition, 2015
Reiley, New York.

An Introduction to Game Theory Oxford University Press.


3 Martin Osborne

Reference Books:

S. No. Title Author(s) Publisher

1 Game Theory Thomas Ferguson World Scientific

2 Introduction to Game Theory Stef Tijs Hindustan Book Agency.


Synthesis Lectures On
3 Game Theory for Wireless Engineers Allan MacKenzie
Communications.

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code Management Information
L=2 T=1 P=0 Credits = 3
CS110523 Systems
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


On successful completion of the course, the student will
To describe the role of information technology and be able to:
decision support systems in business and record the CO1 : Relate the basic concepts and technologies used
current issues with those of the firm to solve in the field of management information systems
business problems.To introduce the fundamental CO2 : Compare the processes of developing and
principles of computer-based information systems implementing information systems.
analysis and design and develop an understanding of CO3 : Outline the role of the various support systems
the principles and techniques used.To enable used in an organization.
students understand the various knowledge CO4 : Apply the understanding for designing a
representation methods and different expert system Management Information System.
structures as strategic weapons to counter the threats CO5 : Apply the understanding of how business uses
to business and make business more competitive. various information systems to gain competitive
advantage.

Unit I :Introduction to Information Technology [CO1]


Introduction to Information Technology (IT), Advantages /Disadvantages of IT, Difference from Computer
science (CS), Brief introduction to Database management systems (DBMS) and various data models
(Relational, Hierarchical, Network). Concept of 2-Ties and 3- Tier architecture, System analysis and design
(software development life cycle) [7 Hrs]
.
Unit II: Management Information Systems [CO2]
Management Information systems (MIS), classification of MIS, need of MIS, Transaction processing system
(TPS), office automation system (OAS), Executive support system (ESS) [7 Hrs]

Unit III : Decision Support System [CO3]


Decision support system (DSS), Expert system (ES), Functional applications of TPS, OAS, MIS, DSS, ESS
and ES in the organization. [7 Hrs]

Unit IV: Designing MIS [CO4]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Designing MIS with software solutions (Case study for a Banking enterprise), characteristics and functions
of MIS and DSS, component of MIS and DSS, capability of DSS, classification of DSS; Simon’s Model for
decision making. [7 Hrs]

Unit V: Business using Information Systems [CO5]


How Business use Information Systems; Strategic Information Systems for Competitive Advantage;
Achieving Operational Excellence and Customer Intimacy; Contemporary Issues in Information Systems.
[8 Hrs]
Text Books:

S. No. Title Author(s) Publisher

Information Technology for Management,


1 Turban, Mclean,
Transforming Organizations in the Digital Wiley
Wetherbe
Economy
Management Information Systems:
2 Gordon, B.Davis and
Conceptual Foundations, Structure and Tata McGraw-Hill
Margrethe H.Olson
Development
Cases in Management Information
3
Systems Mohapatra PHI

Reference Books:

S. No. Title Author(s) Publisher

1
Management information Systems, Laudon & Laudon Pearson Education
Management Information Systems:
2 Managing Information Technology in the
O' Brien, James Tata McGraw Hill
Internet worked Enterprise

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code Introduction to Statistical
L=2 T=1 P=0 Credits = 3
CS110524 Learning
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes


On successful completion of the course, the student will
be able to:
CO1: Describe and discuss the key terminology,
concepts tools and techniques used in statistical analysis
To develop the students ability to deal with
CO2: Critically evaluate the underlying assumptions of
numerical and quantitative issues in business. To
analysis tools
enable the use of statistical, graphical and algebraic
CO3: Understand and critically discuss the issues
techniques wherever relevant. To have a proper
surrounding sampling and significance
understanding of Statistical applications in various
CO4: Solve a range of problems using the Data
applicable areas.
Analysis techniques.
CO5: Discuss critically the uses and limitations of
statistical analysis.

Unit I :Data Definitions and Analysis Techniques [CO1]


Elements, Variables, and Data categorization, Levels of Measurement, Data management and indexing,
Introduction to statistical learning and R-Programming
[7 Hrs]

Unit II: Descriptive Statistics [CO2]


Measures of central tendency, Measures of location of dispersions, Practice and analysis with R.
[7 Hrs]
Unit III : Basic Analysis Techniques [CO3]
Basic analysis techniques, Statistical hypothesis generation and testing, Chi-Square test,t-Test,Analysis of
variance, Correlation analysis, Maximum likelihood test, Practice and analysis with R.
[7 Hrs]

Unit IV: Data Analyssis Ttechniques


[CO4]
Regression analysis, Classification techniques, Clustering, Association rules analysis, Practice and analysis
with R. [7 Hrs]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Unit V: Case studies and projects [CO5]
Understanding business scenarios,Feature engineering and visualization, Scalable and parallel computing
with Hadoop and Map-Reduce, Sensitivity Analysis
[8 Hrs]

Text Books:

S. No. Title Author(s) Publisher

1
Business Statistics Ken Black Tata Macgraw Hill
2
Business Statistics V. K. Kapoor S. Chand
3
Business Statistics R. S. Bharadwaj Excel Book

Reference Books:

S. No. Title Author(s) Publisher

1
Introduction to Statistics C.B. Gupta Ram Prasad and Sons
2 S. P. Gupta & M. P.
Business Statistics Sultan Chand And Sons
Gupta

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
Subject Code
E-Commerce L=2 T=1 P=0 Credits = 3
CS110525
ESE CT TA Total ESE Duration
Examination
100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be conducted=02 Minimum Assignments=02

Course Objectives Course Outcomes

On successful completion of the course, the student will


be able to:
CO1: Understand the Concept of E-Commerce in
This course provides an introduction to information
current scenario.
systems for business and management. It is designed
CO2: Understand the concept of network infra.
to familiarize students with organizational and
CO3: Understand the various types of payment systems.
managerial foundations of network, the technical
CO4 : Understand the information distribution.
foundation for understanding information systems.
CO5 : Understand the mobile wireless computing
basics.

Unit I :Introduction [CO1]


What is E-Commerce, Forces behind E-Commerce, E-Commerce Industry Framework, and Brief History of E-
Commerce. Inter Organizational E-Commerce, Intra Organizational E-Commerce, and Consumer to Business
Electronic Commerce, Architectural framework
[7 Hrs]

Unit II: Network Infrastructure [CO2]


LAN, Ethernet(IEEE standard 802.3) LAN , WAN , Internet, TCP/IP Reference Model, Domain Name Server ,
Internet Industry Structure, [7 Hrs]

Unit III : Payment Systems [CO3]


Electronic payment systems, types of electronic payment systems, digital token-based electronic payment
systems, smart cards & electronic payment systems, credit card based electronic payment systems, risk and
electronic payment systems, designing electronic payment systems.
[7 Hrs]

Unit IV: Information Distribution and Messaging [CO4]

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
FTP,E-Mail,WWW server,HTTP, Web service implementation, Information publishing , Web Browsers,
HTML, Common Gateway Interface [7 Hrs]

Unit V: Mobile & wireless computing [CO5]


Mobile & wireless computing fundamentals, mobile computing framework, wireless delivery technology
and switching methods, mobile information access devices, mobile data internet working standards, cellular
data communication protocols, mobile computing applications, personal communication service. Systems.
[8 Hrs]

Text Books:

S. No. Title Author(s) Publisher

1 Dr. Ravi Kalakota &


Frontiers of E-commerce Addision wesicy
Marcia Robinson
2
Electronic Commerce Bharat Bhasker TMH

Reference Books:

S. No. Title Author(s) Publisher

1 E-Commerce
K.K. Bajaj TMH

July 2022 1.00


Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release
July 2022 1.00
Applicable for AY 2022-23
Date of Onwards
Chairman (AC) Chairman (BoS) Version
Release

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy