Session 1
Session 1
Blooms
CO Taxonomy
Course Outcome (CO) PO/PSO
NO Level
(BTL)
Understand and apply the concepts of intelligent agents and various search algorithms, to
CO1 PSO2,PO1,PO2 3
solve real-world problems.
Analyse satisfaction problems, discover knowledge using logic, and analyse reasoning
CO2 PSO1,PO2,PO3 4
techniques to make informed decisions in uncertain environments.
Apply and analyse various Machine Learning algorithms, Examine CNN and Deep Learning
CO3 PSO2,PO1,PO3 4
techniques
Apply various Data Visualization Techniques, Analyse Data analytics techniques, Discover
CO4 PO5,PSO2,PO3 4
the insights from complex datasets.
CO5 Examine AI for Data science lab in the python environment. PSO1,PO2,PO3 5
Po
Program Outcome
No.
Engineering Knowledge:Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the
PO1
solution of complex engineering problems.
Problem Analysis: Identify, formulate, review research literature, and analyse complex engineering problems reaching substantiated
PO2
conclusions using first principles of mathematics, natural sciences and engineering sciences
Design/Development of Solutions: Design solutions for complex engineering problems and design system components or processes that meet
PO3 the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental
considerations
Conduct Investigations of Complex Problems:Use research-based knowledge and research methods including design of experiments, analysis
PO4 and interpretation of data, and synthesis of the information to provide valid conclusions for complex problems that cannot be solved by
straightforward application of knowledge, theories and techniques applicable to the engineering discipline.
Modern Tool Usage:Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction
PO5
and modelling to complex engineering activities with an understanding of the limitations.
The Engineer and Society:Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues
PO6
and the consequent responsibilities relevant to the professional engineering practice.
Environment and Sustainability:Understand the impact of the professional engineering solutions in societal and environmental contexts, and
PO7
demonstrate the knowledge of, and need for sustainable development
PO8 Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice
Individual and Team Work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary
PO9
settings.
Communication:Communicate effectively on complex engineering activities with the engineering community and with society at large, such
PO10 as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear
instructions
Project Management and Finance: Demonstrate knowledge and understanding of the engineering and management principles and apply these
PO11
to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.
Life-long Learning: Recognize the need for, and have the preparation and ability to engage in independent and lifelong learning in the
PO12
broadest context of technological change.
An ability to solve Electronics engineering problems, using latest hardware and software tools, to obtain appropriate solutions in the domain
PSO1
of embedded systems and Internet of things.
PSO2 Ability to design web applications by applying the knowledge of cyber security.
17 CO3 COI- Applications of CNN in Image Recognition and "T BOOK[1],CH29.6, Chalk,PPT,Talk ALM,End Semester Exam,Home
4 Processing Page no 772-776" Assignment,Lab Weekly
Teaching- exercise,MOOCs Review,SEM-
Book No[CH No]
Sess.No. CO COI Topic Learning EXAM2
EvaluationComponents
[Page No]
Methods
ALM,End Semester Exam,Home
COI- Data Science, Types of data (Structured, "T BOOK [1], CH 5.1- Assignment,Lab Weekly
18 CO4 Chalk,PPT,Talk
2 Unstructured, and Semi-structured) 5.3, Page no120- 133" exercise,MOOCs Review,SEM-
EXAM2
SESSION NUMBER : 1
SESSION NUMBER : 2
SESSION NUMBER : 3
SESSION NUMBER : 4
SESSION NUMBER : 5
SESSION NUMBER : 6
SESSION NUMBER : 7
SESSION NUMBER : 8
SESSION NUMBER : 9
Session Outcome: 1 Apply the concept of Bayesian Networks
SESSION NUMBER : 10
SESSION NUMBER : 11
SESSION NUMBER : 12
Session Outcome: 1 Understand the concept of S algorithm and candidate elimination algorithm
SESSION NUMBER : 13
SESSION NUMBER : 14
SESSION NUMBER : 15
SESSION NUMBER : 16
SESSION NUMBER : 17
Session Outcome: 1 Analyze the concept of image processing and its application
SESSION NUMBER : 18
SESSION NUMBER : 19
SESSION NUMBER : 20
SESSION NUMBER : 21
SESSION NUMBER : 22
SESSION NUMBER : 23
SESSION NUMBER : 24
SESSION NUMBER : 25
SESSION NUMBER : 26
Implement a simple reflex agent for a vacuum cleaner. Description: Students will create a simple reflex agent
1 to clean a grid-based environment. The agent will perceive the status of the current cell and decide whether to CO5
clean, move, or do nothing.
Implement Breadth-First Search (BFS) to solve a maze problem. Description: Students will implement the
2 CO5
BFS algorithm to find the shortest path from the start to the goal position in a grid-based maze.
Implement A* search algorithm to solve the 8-puzzle problem. Description: Students will implement the A*
3 search algorithm to solve the 8-puzzle problem by finding the shortest sequence of moves to reach the goal CO5
state.
4 Implement the Hill Climbing algorithm to solve the Traveling Salesman Problem (TSP). Description: CO5
Tutorial
Session Topics CO-Mapping
no
Students will implement the Hill Climbing algorithm to find an approximately optimal solution to the TSP,
visiting all cities and returning to the starting point.
Constraint Satisfaction Problems Lab Exercise: Implement the backtracking algorithm to solve the N-Queens
problem. Description: Students will implement the backtracking algorithm to find a solution for the N-
5 CO5
Queens problem, where N queens are placed on an NxN chessboard so that no two queens threaten each
other.
Create a knowledge base using first-order logic for a family tree. Description: Students will create a
6 knowledge base using first-order logic to represent facts about a family tree, such as parent, sibling, and CO5
grandparent relationships, and write a function to answer queries about these relationships.
Implement the Bayesian network inference algorithm. Description: Students will implement the Bayesian
7 network inference algorithm to compute the probability of a specific event, given a set of evidence, a CO5
Bayesian network structure, and conditional probability tables.
Implement the k-Nearest Neighbors (kNN) algorithm for classification. Description: Students will implement
8 the kNN algorithm to classify a set of data points based on their features and labels and predict the label for a CO5
new data point.
Implement a simple feedforward neural network with one hidden layer for classification. Description:
9 Students will implement a simple feedforward neural network with one hidden layer to classify a set of data CO5
points based on their features and labels.
Construct a Python Program to Show various Data Visulaization Techniques using Exsisting Well Known
10 CO5
Dataset
Implement a simple CNN to classify images. Description: Students will implement a simple CNN to classify
11 CO5
a set of images based on their labels, using a small image dataset.
12 Construct a CNN Model for Medical Image Classification. Consider Breast Cancer dataset for Classification CO5
Implement the Decision Tree algorithm for classification. Description: Students will implement the Decision
13 CO5
Tree algorithm to classify a set of data points based on their features and labels.
Implement the k-Means clustering algorithm. Description: Students will implement the k-Means clustering
14 CO5
algorithm to group a set of data points into k clusters based on their features.
SESSION NUMBER : 1
SESSION NUMBER : 2
Session Outcome: 1 Implement Breadth-First Search (BFS) to solve a maze problem. Description: Students will implement the BFS algorithm to find
the shortest path from the start to the goal position in a grid-based maze.
SESSION NUMBER : 3
Session Outcome: 1 Implement A* search algorithm Students will implement the A* search algorithm to solve the 8-puzzle problem by finding the
shortest sequence of moves to reach the goal state.
SESSION NUMBER : 4
Session Outcome: 1 Implement the Hill Climbing alStudents will implement the Hill Climbing algorithm to find an approximately optimal solution
to the TSP, visiting all cities and returning to the starting point.
SESSION NUMBER : 5
Session Outcome: 1 Students will implement the backtracking algorithm to find a solution for the N-Queens problem, where N queens are placed on
an NxN chessboard so that no two queens threaten each other.
SESSION NUMBER : 6
Session Outcome: 1 using first-order logic to represent facts about a family tree.
SESSION NUMBER : 7
Session Outcome: 1 Students will implement the Bayesian network inference algorithm to compute the probability of a specific event, given a set of
evidence
SESSION NUMBER : 8
Session Outcome: 1 ImplementStudents will implement the kNN algorithm to classify a set of data points based on their features and labels and
predict the label for a new data point.
Teaching- Active Learning
Time(min) Topic BTL
Learning Methods Methods
--- NOT
10 ATTENDANCE 2 Talk
APPLICABLE ---
Implement the k-Nearest Neighbors (kNN) algorithm for classification. Description:
30 Students will implement the kNN algorithm to classify a set of data points based on 3 PPT Leading question
their features and labels and predict the label for a new data point.
10 Question and Answer 2 PPT Leading question
SESSION NUMBER : 9
Session Outcome: 1 Students will implement a simple feedforward neural network with one hidden layer to classify a set of data points based on
their features and labels.
SESSION NUMBER : 10
Session Outcome: 1 Construct a Python Program to Show various Data Visulaization Techniques using Exsisting Well Known Dataset
SESSION NUMBER : 11
Session Outcome: 1 Implement a simple CNN to classify images. Description: Students will implement a simple CNN to classify a set of images
based on their labels, using a small image dataset.
SESSION NUMBER : 12
Session Outcome: 1 Construct a CNN Model for Medical Image Classification. Consider Breast Cancer dataset for Classification
SESSION NUMBER : 13
Session Outcome: 1 Implement the Decision Tree algorithm for classification. Description: Students will implement the Decision Tree algorithm to
classify a set of data points based on their features and labels.
SESSION NUMBER : 14
Session Outcome: 1 Implement the k-Means clustering algorithm. Description: Students will implement the k-Means clustering algorithm to group a
set of data points into k clusters based on their features.
Assignment
Week Assignment Type Topic Details co
No
Hour 1 2 3 4 5 6 7 8 9
Day Component
- - -
Theory -- -- -- -- -- --
- - -
- - -
Tutorial -- -- -- -- -- --
- - -
Mon
- - -
Lab -- -- -- -- -- --
- - -
- - -
Skilling -- -- -- -- -- --
- - -
V-S21,V- V-S21,V-
S22,V- S22,V-
- - - V-S31,V-S32,V- V-S31,V-S32,V-
S23,V- S23,V-
Theory - - --- --- - S33,V-S34,V- S33,V-S34,V-
S24,V- S24,V-
- - - S35,V-S36 S35,V-S36
S25,V- S25,V-
S26,V-S27 S26,V-S27
- - -
Tue Tutorial - - -- -- --- --- - -- --
- - -
- - -
V-S28,V- V-S28,V-
Lab - - --- --- - -- --
S28,V-S28 S28,V-S28
- - -
- - -
Skilling - - -- -- --- --- - -- --
- - -
- - V-S11,V-S12,V-S13,V- V-S11,V-S12,V-S13,V- -
Theory - - --- --- S14,V-S15,V-S16,V- S14,V-S15,V-S16,V- - --- ---
- - S17,V-S18 S17,V-S18 -
- - -
Tutorial - - --- --- -- -- - --- ---
- - -
Wed
- - -
Lab - - --- --- -- -- - --- ---
- - -
- - -
Skilling - - --- --- -- -- - --- ---
- - -
Thu - - -
Theory - - --- --- --- --- - --- ---
- - -
Tutorial - - --- --- --- --- - --- ---
- - -
- - -
- - -
Lab - - --- --- --- --- - --- ---
- - -
- - -
Skilling - - --- --- --- --- - --- ---
- - -
- - -
Theory - - --- --- --- --- - -- --
- - -
- - -
Tutorial - - --- --- --- --- - -- --
- - -
V-S31,V-S31,V- V-S31,V-S31,V-
S31,V-S32,V- S31,V-S32,V-
Fri S32,V-S32,V- S32,V-S32,V-
- - - S33,V-S33,V- S33,V-S33,V-
Lab - - --- --- --- --- - S33,V-S34,V- S33,V-S34,V-
- - - S34,V-S34,V- S34,V-S34,V-
S35,V-S35,V- S35,V-S35,V-
S35,V-S36,V- S35,V-S36,V-
S36,V-S36 S36,V-S36
- - -
Skilling - - --- --- --- --- - -- --
- - -
- - -
Theory - - --- --- -- -- - --- ---
- - -
- - -
Tutorial - - --- --- -- -- - --- ---
- - -
V-S11,V-S11,V-S11,V- V-S11,V-S11,V-S11,V-
S12,V-S12,V-S12,V- S12,V-S12,V-S12,V-
Sat S13,V-S13,V-S13,V- S13,V-S13,V-S13,V-
- - -
S14,V-S14,V-S14,V- S14,V-S14,V-S14,V-
Lab - - --- --- - --- ---
S15,V-S15,V-S15,V- S15,V-S15,V-S15,V-
- - -
S16,V-S16,V-S16,V- S16,V-S16,V-S16,V-
S17,V-S17,V-S17,V- S17,V-S17,V-S17,V-
S18,V-S18,V-S18 S18,V-S18,V-S18
- - -
Skilling - - --- --- -- -- - --- ---
- - -
- - -
Theory -- -- -- -- -- --
- - -
- - -
Tutorial -- -- -- -- -- --
- - -
Sun
- - -
Lab -- -- -- -- -- --
- - -
- - -
Skilling -- -- -- -- -- --
- - -
REMEDIAL CLASSES:
Supplement course handout, which may perhaps include special lectures and discussions that would be planned, and schedule notified according
SELF-LEARNING:
Content beyond syllabus covered (if any) should be delivered to all students that would be planned, and schedule notified accordingly.
S.no Advanced Topics, Additional Reading, Research papers and any CO ALM References/MOOCS
EVALUATION PLAN:
Evaluation Type Evaluation Component Weightage/Marks Assessment Dates Duration (Hours) CO1 CO2 CO3 CO4 CO5
End Semester Weightage 24 6 6 6 6
End Semester Exam 90
Summative Max Marks 100 25 25 25 25
Evaluation Weightage 16 16
Total= 40 % Lab End Semester Exam 90
Max Marks 50 50
Weightage 5 1.25 1.25 1.25 1.25
MOOCs Review 90
Max Marks 100 25 25 25 25
In Semester Weightage 5 1.25 1.25 1.25 1.25
ALM 90
Formative Max Marks 100 25 25 25 25
Evaluation Weightage 7 7
Total= 22 % Lab Weekly exercise 90
Max Marks 100 100
Weightage 5 1.25 1.25 1.25 1.25
Home Assignment and Textbook 90
Max Marks 100 25 25 25 25
Weightage 15 7.5 7.5
Semester in Exam-I 90
In Semester Max Marks 50 25 25
Summative Weightage 15 7.5 7.5
Semester in Exam-II 90
Evaluation Max Marks 50 25 25
Total= 38 %
Weightage 8 8
Lab In Semester Exam 90
Max Marks 50 50
ATTENDANCE POLICY:
Every student is expected to be responsible for regularity of his/her attendance in class rooms and laboratories, to appear in scheduled tests and
examinations and fulfill all other tasks assigned to him/her in every course
In every course, student has to maintain a minimum of 85% attendance to be eligible for appearing in Semester end examination of the course, for
cases of medical issues and other unavoidable circumstances the students will be condoned if their attendance is between 75% to 85% in every
course, subjected to submission of medical certificates, medical case file and other needful documental proof to the concerned departments
DETENTION POLICY :
In any course, a student has to maintain a minimum of 85% attendance and In-Semester Examinations to be eligible for appearing to the Semester
End Examination, failing to fulfill these conditions will deem such student to have been detained in that course.
PLAGIARISM POLICY :
Supplement course handout, which may perhaps include special lectures and discussions
COURSE TEAM MEMBERS, CHAMBER CONSULTATION HOURS AND CHAMBER VENUE DETAILS:
Supplement course handout, which may perhaps include special lectures and discussions
Delivery Chamber Chamber
Sections of Chamber Consultation Signature of
Name of Faculty Component of Consultation Day Consultation Room
Faculty Timings for each day Course faculty:
Faculty (s) No:
Ramesh Kumar
L 18-MA - - - -
Sunkara
Ramesh Kumar
P 18-A - - - -
Sunkara
Kavitha Modepalli P 11-B - - - -
Mohammed Moulana P 28-B - - - -
17-B,28-
Maganti Syamala P - - - -
C,33-B
12-MA,31-
Arpita Roy L - - - -
MA
Arpita Roy P 12-A,31-A - - - -
36-MA,21-
Karthikeyan C L - - - -
MA
Karthikeyan C P 36-A,21-A - - - -
Srinivas P V V S L 25-MA - - - -
Srinivas P V V S P 25-A - - - -
Arvind Yadav L 22-MA - - - -
Arvind Yadav P 22-A - - - -
Smritilekha Das L 23-MA - - - -
Smritilekha Das P 18-B,23-A - - - -
P Rani P 35-B,13-C - - - -
Bikram Basaba P 14-C,21-B - - - -
Vinod Kumar P 15-C,21-C - - - -
Imran Rasheed L 24-MA - - - -
Imran Rasheed P 24-A - - - -
Akhilesh Dubey P 22-B,35-C - - - -
Swathi Kailasam P 22-C - - - -
Sandeep Sahratia P 23-B - - - -
Yamuna Devi M M P 18-C,23-C - - - -
Faraz Hasan P 12-C - - - -
N B Arunekumar
P 17-C - - - -
Balasubramanian
Vijayalakshmi 32-MA,13-
L - - - -
Ponnuswamy MA
Vijayalakshmi
P 32-A,13-A - - - -
Ponnuswamy
Jagjit Dhatterwal L 11-MA - - - -
Jagjit Dhatterwal P 11-A - - - -
K.R.R Rao P 24-B - - - -
33-MA,14-
Ashwin M L - - - -
MA
Ashwin M P 33-A,14-A - - - -
Bhaskar Marapelli L 28-MA - - - -
Bhaskar Marapelli P 28-A - - - -
Rafeeq Ahmed P 36-C - - - -
Priyadharshini A L 27-MA - - - -
Priyadharshini A P 11-C,27-A - - - -
Pranjit Das P 36-B - - - -
Vikram Dara L 26-MA - - - -
Vikram Dara P 26-A,33-C - - - -
Kapil Aggarwal P 34-B - - - -
34-MA,15-
Dyuti Banerjee L - - - -
MA
Dyuti Banerjee P 15-A,34-A - - - -
AMIT VERMA P 24-C - - - -
35-MA,16-
Joe Veguri L - - - -
MA
Joe Veguri P 35-A,16-A - - - -
Murali Puttagunta P 25-B,32-C - - - -
vuda sreenivasa rao P 32-B,25-C - - - -
Jasmine Vemula L 17-MA - - - -
Jasmine Vemula P 17-A - - - -
13-B,26-
DUPATY MOHAN P - - - -
C,31-C
12-B,26-
Naveen Mukkapati P - - - -
B,31-B
RUDRAMANI
P 27-B,14-B - - - -
BHUTIA
Narasimha Lavudiya P 27-C,15-B - - - -
Gnanadeepthi Bitra P 16-B - - - -
Lakshmi Ramani Burra P 16-C - - - -
PURNA
P 34-C - - - -
KASARANENI
GENERAL INSTRUCTIONS
Students should come prepared for classes and carry the text book(s) or material(s) as prescribed by the Course Faculty to the class.
NOTICES
All notices concerning the course will be displayed on the respective Notice Boards.
(Imran Rasheed)
Signature of Department Prof. Incharge Academics & Vetting Team Member
Department Of ECE
HEAD OF DEPARTMENT: