Jawaharlal Nehru Technological University Anantapur (Established by Govt. of A.P., ACT No.30 of 2008) Ananthapuramu - 515 002 (A.P) India
Jawaharlal Nehru Technological University Anantapur (Established by Govt. of A.P., ACT No.30 of 2008) Ananthapuramu - 515 002 (A.P) India
(Effective for the students admitted into I B.Tech from the Academic B.Tech 2023-24 onwards)
COURSE STRUCTURE
&
SYLLABUS
CSE (AI & ML) R23 Regulation
Open Elective – I
S.No. Course Code Course Name Offered by the Dept.
1 23A01505a Green Buildings
CIVIL
2 23A01505b Construction Technology and Management
3 23A02505 Electrical Safety Practices and Standards EEE
4 23A03505 Sustainable Energy Technologies ME
5 23A04505 Electronic Circuits ECE
6 23A05506c Quantum Technologies And Applications CSE & Allied
7 23A54501 Mathematics for Machine Learning and AI Mathematics
8 23A56501 Materials Characterization Techniques Physics
9 23A51501 Chemistry of Energy Systems Chemistry
10 23A52502a English for Competitive Examinations
Humanities
11 23A52502b Entrepreneurship and New Venture Creation
Note:
1. A student is permitted to register for Honours or a Minor in IV semester after the results of III Semester are
declared and students may be allowed to take maximum two subjects per semester pertaining to their Minor from V
Semester onwards.
2. A student shall not be permitted to take courses as Open Electives/Minor/Honours with content substantially
equivalent to the courses pursued in the student's primary major.
3. A student is permitted to select a Minor program only if the institution is already offering a Major degree
program in that discipline.
CSE (AI & ML) R23 Regulation
Open Elective – II
Open Elective – IV
Contact Hours
S. Course Credit
Course Name Per Week
No Code s
L T P
1 23A31H01 Advanced Machine Learning & AI Systems 3 0 0 3
2 23A31H02 Deep Learning & Neural Networks Architectures 3 0 0 3
3 23A31H03 Reinforcement Learning & Decision Making 3 0 0 3
4 23A31H04 AI for Robotics & Automation 3 0 0 3
5 23A31H05 AI Ethics, Fairness & Explainability 3 0 0 3
6 23A31H06 AI & Machine Learning Lab 0 0 3 1.5
7 23A31H07 Robotics & Autonomous Systems Lab 0 0 3 1.5
CSE (AI & ML) R23 Regulation
L T P C
NATURAL LANGUAGE PROCESSING
23A31501
(Professional Core) 3 0 0 3
COURSE OBJECTIVES:
COURSE OUTCOMES:
Neural Network Basics for NLP, Recurrent Neural Networks (RNNs) and Limitations, LSTM and
GRU Networks, Sequence Labeling: POS Tagging, NER using Bi-LSTM, Text Classification using
CNNs and RNNs, Model Evaluation and Hyperparameter Tuning.
Machine Translation: Rule-based vs Neural MT, Chatbots and Conversational AI, Information
Retrieval and Question Answering, Speech-to-Text and Text-to-Speech Overview, Multilingual NLP
and Low-Resource Languages, Bias, Fairness, and Ethics in NLP.
TEXTBOOKS:
1. Daniel Jurafsky and James H. Martin, Speech and Language Processing, Pearson Education.
2. Steven Bird, Ewan Klein, Edward Loper, Natural Language Processing with Python, O‘Reilly
Media.
3. Yoav Goldberg, Neural Network Methods in NLP, Morgan & Claypool.
REFERENCE BOOKS:
L T P C
SYSTEM SOFTWARE PROGRAMMING
23A31502
(Professional Core) 3 0 0 3
Course Objectives:
Course Outcomes:
1. Explain the architecture and functions of system software like assemblers, loaders,
linkers, and macro processors. (BTL 2 – Understand)
2. Apply scanning and parsing techniques for programming language processing. (BTL 3
– Apply)
3. Develop and analyze assembly-level programs and understand compilation
techniques. (BTL 4 – Analyze)
4. Implement Unix/Linux system programming tasks such as process creation, pipes,
signals, and thread management. (BTL 4 – Analyze)
5. Demonstrate hands-on experience in shell scripting, debugging, and low-level system
tools. (BTL 3 – Apply)
Macro instruction and features, Nested macros and macro expansion, Macro processing in
two-pass assemblers, Design of macro processors, Loaders: absolute, relocating, and linking,
Dynamic loading and linking, bootstrap loader
Language grammars and ambiguity, Lexical analysis – regular expressions, token generation,
Syntax analysis – parsing techniques (top-down, bottom-up), Semantic analysis and
CSE (AI & ML) R23 Regulation
intermediate code generation, Code optimization techniques – constant folding, dead code
elimination
Symbol resolution and relocation, Linking (static vs dynamic), relocation records, Debugging
techniques and breakpoints, Unix/Linux shell environment, Shell commands, variables,
redirection, pipes, control statements, Shell script functions and script-based automation
Introduction to system-level programming in C, File I/O system calls (open, read, write,
close), Process creation using fork(), exec(), wait(), Inter-process communication (pipes,
FIFO), Signal handling and POSIX threads (pthread_create, pthread_join), Case studies:
background processes, daemon creation, mini shell
Textbooks:
Reference Books:
L T P C
COMPUTER VISION AND IMAGE PROCESSING
23A31503
(Professional Core) 3 0 0 3
Course Objectives:
Course Outcomes:
1. Understand image formation, representation, and apply basic image processing and frequency
domain techniques for image enhancement and restoration.
2. Apply edge detection, segmentation, morphological, and texture analysis techniques for
extracting features from images.
3. Analyze 3D vision and motion using techniques like stereo vision, optical flow, and camera
calibration for scene understanding and depth estimation.
4. Evaluate object recognition approaches and machine learning models including traditional
and deep learning techniques used in computer vision.
5. Implement advanced computer vision applications such as image compression, face
recognition, and medical image analysis using case studies.
Overview of Computer Vision and Image Processing: Definitions and scope, Historical development
and applications, Image Formation and Representation: Image acquisition methods, Sampling and
quantization, Color spaces and models, Fundamentals of Image Processing: Point operations
(brightness and contrast adjustments), Histogram processing, Spatial filtering techniques Fourier
Transform and Frequency Domain Processing: Discrete Fourier Transform (DFT), Filtering in the
frequency domain, Image restoration concept.
Edge Detection and Feature Extraction: Gradient operators (Sobel, Prewitt), Canny edge detector,
Corner and interest point detection, Image Segmentation:Thresholding methods, Region-based
segmentation, Clustering techniques (K-means, Mean-Shift), Morphological Image Processing:
Erosion and dilation, Opening and closing operations, Applications in shape analysis, Texture
Analysis, Statistical methods (co-occurrence matrices), Transform-based methods (Gabor filters),
Applications in pattern recognition.
CSE (AI & ML) R23 Regulation
Stereo Vision: Epipolar geometry, Disparity mapping, Depth estimation techniques, Structure from
Motion (SfM): Feature tracking across frames, 3D reconstruction from motion, Applications in scene
understanding, Optical Flow and Motion Analysis: Lucas-Kanade method, Horn-Schunck method,
Motion segmentation, Camera Calibration and 3D Reconstruction: Intrinsic and extrinsic parameters,
Calibration techniques, 3D point cloud generation
Feature Descriptors and Matching: Scale-Invariant Feature Transform (SIFT), Speeded-Up Robust
Features (SURF), Feature matching algorithms, Object Detection and Recognition: Template
matching, Deformable part models, Convolutional Neural Networks (CNNs), Introduction to Machine
Learning for Vision: Supervised and unsupervised learning, Support Vector Machines (SVMs),
Decision trees and random forests, Deep Learning Architectures: Autoencoders, Recurrent Neural
Networks (RNNs), Generative Adversarial Networks (GANs)
Image Compression: Lossy and lossless compression techniques, Standards (e.g., JPEG, PNG),
Morphological Image Processing: Dilation, erosion, opening, and closing operations., Applications in
shape analysis, Case Studies: Face recognition systems., Automated visual inspection, Medical image
analysis.
Reference Books
1. Forsyth, D. A., & Ponce, J. (2002). Computer Vision: A Modern Approach. Prentice Hall.
2. Shapiro, L. G., & Stockman, G. C. (2001). Computer Vision. Prentice Hall.
Textbooks:
1. Gonzalez, R. C., & Woods, R. E. (2008). Digital Image Processing (3rd ed.). Pearson
Prentice Hall.Stony Brook University
2. Szeliski, R. (2010). Computer Vision: Algorithms and Applications. Springer.
Textbooks:
Reference Books:
L T P C
DATA VISUALIZATION
23A30503a
(Professional Elective-I) 3 0 0 3
Course Objectives:
Course Outcomes:
CO1: Interpret different types of data and recognize the appropriate visualization methods.
(Understand, Analyze)
CO2: Design effective and interactive data visualizations using various tools. (Apply, Create)
CO3: Apply visual encoding and perceptual principles in presenting complex data. (Apply,
Evaluate)
CO4: Analyze and visualize real-world data sets using Python libraries and dashboards.
(Analyze, Evaluate)
CO5: Create visual stories and dashboards for effective communication of insights. (Create,
Apply)
Introduction to Data Visualization, Importance and Scope of Data Visualization, Data Types and
Sources, Visual Perception: Pre-attentive Processing, Gestalt Principles, Data-Ink Ratio, Data
Density, Lie Factor, Visualization Process and Design Principles, Tools Overview: Tableau, Power
BI, Python Libraries
Charts for Categorical Data: Bar Charts, Pie Charts, Column Charts, Charts for Quantitative Data:
Histograms, Line Charts, Boxplots, Scatter Plots, Bubble Charts, Heatmaps, Choosing the Right Chart
Type, Best Practices in Labeling, Coloring, and Scaling.
Visualizing Multivariate Data: Parallel Coordinates, Radar Charts, Time-Series Visualization: Time
Plots, Animation over Time, Geographic Data Visualization: Maps, Choropleths, Hierarchical Data:
Treemaps, Sunburst Charts, Network and Graph Visualization.
CSE (AI & ML) R23 Regulation
Introduction to Matplotlib, Seaborn, and Plotly, Creating Static and Interactive Charts, Pandas
Visualization Capabilities, Dashboards with Dash, Streamlit, Power BI, Case Studies: Real-world
Dataset Visualization.
Textbooks:
Reference Books:
1. Alberto Cairo, The Truthful Art: Data, Charts, and Maps for Communication, New Riders,
2016.
2. Cole Nussbaumer Knaflic, Storytelling with Data: A Data Visualization Guide for Business
Professionals, Wiley, 2015.
3. Claus O. Wilke, Fundamentals of Data Visualization, O'Reilly, 2019.
4. Rohan Chopra, Hands-On Data Visualization with Bokeh, Packt Publishing, 2019.
L T P C
SOFT COMPUTING
23A05504b
(Professional Elective-I) 3 0 0 3
Course Objectives:
Understand the concepts of soft computing techniques and how they differ from traditional AI
techniques.
Introduce the fundamentals of fuzzy logic and fuzzy systems.
Familiarize with artificial neural networks and their architectures.
Learn genetic algorithms and their role in optimization.
Explore hybrid systems integrating fuzzy logic, neural networks, and genetic algorithms.
Course Outcomes:
Hopfield Networks and Associative Memories, Radial Basis Function Networks, Self-Organizing
Maps (SOM), Recurrent Neural Networks (RNNs) – Basic Concepts, Convolutional Neural Networks
(CNNs) – Overview and Applications, Practical Use Cases in Image and Pattern Recognition,
CSE (AI & ML) R23 Regulation
Hybrid Systems: Neuro-Fuzzy Systems, Fuzzy-GA, GA-ANN, ANFIS: Architecture and Learning,
Case Studies on Hybrid Systems, Introduction to Deep Learning in Soft Computing, Real-World
Applications: Forecasting, Control Systems, Medical Diagnosis, Image Processing.
Textbooks:
Reference Books:
L T P C
EXPLORATORY DATA ANALYSIS WITH PYTHON
23A30503c
(Professional Elective-I) 3 0 0 3
Course Objectives:
To introduce the principles and practices of Exploratory Data Analysis (EDA) using Python.
To teach techniques for data cleaning, preprocessing, transformation, and visualization.
To apply statistical techniques and visual methods to discover patterns and relationships.
To gain experience using popular Python libraries such as NumPy, Pandas, Matplotlib, and
Seaborn.
To prepare datasets for further machine learning and predictive modeling.
Course Outcomes: After completion of the course, students will be able to:
Understand and apply key concepts of EDA and data preprocessing. (Cognitive Level:
Understand, Apply)
Perform exploratory analysis using Python libraries and interpret results. (Cognitive Level:
Apply, Analyze)
Handle missing data, outliers, and categorical features effectively. (Cognitive Level: Apply)
Create meaningful visualizations to support data-driven insights. (Cognitive Level: Analyze,
Evaluate)
Use EDA as a foundation for data science workflows. (Cognitive Level: Apply, Create)
Textbooks:
1. Jake VanderPlas, Python Data Science Handbook: Essential Tools for Working with Data,
O'Reilly, 2016.
2. Wes McKinney, Python for Data Analysis, 2nd Edition, O'Reilly, 2018.
Reference Books:
L T P C
COMPUTATIONAL INTELLIGENCE
23A31504
(Professional Elective-I) 3 0 0 3
Course Objectives:
Course Outcomes: After completion of the course, students will be able to:
Describe and differentiate neural networks, fuzzy logic, and evolutionary computation.
(Understand)
Apply neural and fuzzy systems for real-time decision-making. (Apply)
Analyze complex problems using soft computing tools. (Analyze)
Develop hybrid intelligent systems. (Create)
Evaluate and compare the performance of CI-based systems. (Evaluate)
Definition and Scope of Computational Intelligence (CI), Components of CI: Neural Networks, Fuzzy
Logic, Evolutionary Computation, Biological Neuron vs. Artificial Neuron, McCulloch-Pitts Model,
Perceptron, Adaline and Madaline, Multilayer Feedforward Networks, Backpropagation Algorithm,
Applications of ANN in Pattern Recognition and Classification.
Basics of Evolutionary Algorithms (EA), Genetic Algorithms (GA): Operators, Encoding, Fitness
Function, Selection, Crossover and Mutation, Convergence Criteria, Genetic Programming (GP),
Differential Evolution (DE), Applications of GA and GP
Engineering and Finance, Intelligent Agents and Decision-Making Systems, Real-time Applications
and Emerging Trends in CI.
Textbooks:
1. S. Rajasekaran and G. A. Vijayalakshmi Pai, Neural Networks, Fuzzy Logic, and Genetic
Algorithms: Synthesis and Applications, PHI Learning.
2. Timothy J. Ross, Fuzzy Logic with Engineering Applications, Wiley India.
Reference Books:
L T P C
COMPUTER VISION & MACHINE LEARNING LAB
23A33501
(Professional Core) 0 0 3 1.5
Course Objectives:
To impart practical knowledge of computer vision concepts using OpenCV and image
processing libraries.
To implement core machine learning algorithms and evaluate model performance.
To work with real-world datasets for classification, regression, and image processing tasks.
To train, test, and validate models using Python, TensorFlow, and Scikit-learn.
To understand the integration of ML models in vision applications.
Course Outcomes:
After successful completion of this lab, students will be able to:
Apply computer vision techniques to solve real-time image processing problems. (Apply -
L3)
Train and evaluate machine learning models for classification and regression tasks. (Analyze -
L4)
Design and test feature extraction techniques from images. (Create - L6)
Use OpenCV, Scikit-learn, TensorFlow/PyTorch for practical implementations. (Apply - L3)
Integrate vision-based features with ML algorithms for end-to-end solutions. (Evaluate - L5)
Textbooks:
Reference Books:
1. https://opencv.org
2. https://www.tensorflow.org/tutorials
3. https://www.kaggle.com/learn/intro-to-machine-learning
4. https://www.pyimagesearch.com
5. NPTEL Course on Deep Learning
CSE (AI & ML) R23 Regulation
L T P C
AI & SYSTEM PROGRAMMING LAB
23A31506
(Professional Core) 0 0 3 1.5
Course Objectives:
Course Outcomes:
L T P C
FULL STACK DEVELOPMENT-II
23A05506
(Skill Enhancement course) 0 1 2 2
Make use of Modern- day JavaScript with ES6 standards for designing Dynamic web pages
Building robust & responsive User Interfaces using popular JavaScript library ‗React.js‘.
Building robust backend APIs using ‗Express. js‘
Establishing the connection between frontend (React) User interfaces and backend APIs
(Express) with Data Bases(My SQL)
Familiarize students with GitHub for remote repository hosting and collaborative
development.
Course Outcomes:
Introduction to DOM (Document Object Model), Ecma Script (ES6) standards and features
like Arrow functions, Spread operator, Rest operator, Type coercion, Type hoisting, String
literals, Array and Object Destructuring.
Basics of React. js like React Components, JSX, Conditional rendering
Differences between Real DOM and Virtual DOM.
Important React.js concepts like React hooks, Props, React forms, Fetch API, Iterative
rendering using JavaScript map() function.
JavaScript runtime environment node. js and its uses, Express. js and Routing, Micro-Services
architecture and MVC architecture, database connectivity using (My SQL)
Introduction to My SQL, setting up MySQL and configuring, Databases, My SQL queries,
subqueries, creating My SQL driver for database connectivity to Express. js server.
Introduction to Git and GitHub and upload project& team collaboration
Sample Experiments:
2. Basics of React. js
a. Write a React program to implement a counter button using react class components
b. Write a React program to implement a counter button using react functional
components
c. Write a React program to handle the button click events in functional component
d. Write a React program to conditionally render a component in the browser
e. Write a React program to display text using String literals
3. Important concepts of React. js
a. Write a React program to implement a counter button using React use State hook
b. Write a React program to fetch the data from an API using React use Effect hook
c. Write a React program with two react components sharing data using Props.
d. Write a React program to implement the forms in react
e. Write a React program to implement the iterative rendering using map() function.
4. Introduction to Git and GitHub
a. Setup
o Install Git on local machine.
o Configure Git (user name, email).
o Create GitHub account and generate a personal access token.
b. Basic Git Workflow
o Create a local repository using git init
o Create and add files → git add .
o Commit files → git commit -m "Initial commit"
o Connect to GitHub remote → git remote add origin <repo_url>
o Push to GitHub → git push -u origin main
c. Branching and Collaboration
o Create a branch → git checkout -b feature1
o Merge branch to main → git merge feature1
o Resolve merge conflicts (guided)
b. Write a My SQL queries to create table, and insert the data, update the data in the
table
c. Write a My SQL queries to implement the subqueries in the My SQL command line
client
d. Write a My SQL program to create the script files in the My SQL workbench
e. Write a My SQL program to create a database directory in Project and initialize a
database. sql file to integrate the database into API
Textbooks:
1. Web Design with HTML, CSS, JavaScript and JQuery Set Book by Jon
Duckett Professional JavaScript for Web Developers Book by Nicholas C.
Zakas
2. John Dean, Web Programming with HTML5, CSS and JavaScript, Jones & Bartlett
Learning, 2019.
3. Pro MERN Stack: Full Stack Web App Development with Mongo, Express, React, and
Node, Vasan Subramanian, 2nd edition, APress, O‘Reilly.
4. Learning PHP, MySQL, JavaScript, CSS & HTML5: A Step-by-Step Guide
to Creating Dynamic Websites by Robin Nixon
5. AZAT MARDAN, Full Stack Java Script: Learn Back bone. js, Node.jsand
Mongo DB.2015
Reference Books:
1. https://ict.iitk.ac.in/product/full-stack-developer-html5-css3-js-bootstrap-php-4/
2. https://www.w3schools.com/html
3. https://www.w3schools.com/css
4. https://www.w3schools.com/js/
5. https://www.w3schools.com/nodejs
6. https://www.w3schools.com/typescript
7. https://docs.github.com/
8. https://education.github.com/git-cheat-sheet-education.pdf
CSE (AI & ML) R23 Regulation
The aim of tinkering lab for engineering students is to provide a hands-on learning
environment where students can explore, experiment, and innovate by building and testing
prototypes. These labs are designed to demonstrate practical skills that complement
theoretical knowledge.
Course objectives: The objectives of the course are to
1 Encourage Innovation and Creativity
2 Provide Hands-on Learning and Impart Skill Development
3 Foster Collaboration and Teamwork
4 Enable Interdisciplinary Learning, Prepare for Industry and
Entrepreneurship
5 Impart Problem-Solving mind-set
These labs bridge the gap between academia and industry, providing students with the
practical experience. Some students may also develop entrepreneurial skills, potentially
leading to start-ups or innovation-driven careers. Tinkering labs aim to cultivate the next
generation of engineers by giving them the tools, space, and mind-set to experiment,
innovate, and solve real-world challenges.
List of experiments:
1) Make your own parallel and series circuits using breadboard for any application of
your choice.
2) Design and 3D print a Walking Robot
3) Design and 3D Print a Rocket.
4) Temperature & Humidity Monitoring System (DHT11 + LCD)
5) Water Level Detection and Alert System
6) Automatic Plant Watering System
7) Bluetooth-Based Door Lock System
8) Smart Dustbin Using Ultrasonic Sensor
9) Fire Detection and Alarm System
10) RFID-Based Attendance System
11) Voice-Controlled Devices via Google Assistant
12) Heart Rate Monitoring Using Pulse Sensor
13) Soil Moisture-Based Irrigation
14) Smart Helmet for Accident Detection
15) Milk Adulteration Detection System
16) Water Purification via Activated Carbon
17) Solar Dehydrator for Food Drying
18) Temperature-Controlled Chemical Reactor
19) Ethanol Mini-Plant Using Biomass
20) Smart Fluid Flow Control (Solenoid + pH Sensor)
21) Portable Water Quality Tester
22) AI Crop Disease Detection
23) AI-based Smart Irrigation
24) ECG Signal Acquisition and Plotting
25) AI-Powered Traffic Flow Prediction
26) Smart Grid Simulation with Load Monitoring
CSE (AI & ML) R23 Regulation
Note: The students can also design and implement their own ideas, apart from the list
of experiments mentioned above.
Note: A minimum of 8 to 10 experiments must be completed by the students.
CSE (AI & ML) R23 Regulation
L T P C
CLOUD COMPUTING FOR AI
23A30604b
(Professional Core) 3 0 0 3
Course Objectives:
To introduce the concepts, models, and services of cloud computing and its role in AI.
To explore the architecture and deployment of AI applications on cloud platforms.
To equip students with skills in using cloud-based tools and services for AI/ML workloads.
To understand data storage, processing, and security in cloud for AI tasks.
To apply cloud computing principles to real-world AI-based solutions.
Course Outcomes:
Basics of Cloud Computing: Characteristics, Models, and Services, Cloud Service Models: IaaS,
PaaS, SaaS, Deployment Models: Public, Private, Hybrid, Community, AI and Cloud Convergence:
Benefits and Challenges, Use Cases of AI in Cloud: NLP, Vision, Analytics, Overview of Cloud
Providers for AI: AWS, Azure, GCP.
Cloud Storage Services: S3, Blob, BigQuery, Virtualization and Elastic Computing, Distributed
Computing with Hadoop and Spark, Data Ingestion and Processing Pipelines, Data Lakes and
Warehousing in the Cloud, Cost Optimization for Storage and Compute Resources.
ML Services on AWS (SageMaker), Azure ML, GCP Vertex AI, Training and Deploying Models on
Cloud, AutoML and Custom ML Model Workflows, GPUs/TPUs for Model Training, Experiment
Tracking and Model Evaluation, Integration of Notebooks (Jupyter, Colab) with Cloud Storage.
Containers and Docker for AI Applications, Kubernetes and Cloud-native AI Workflows, Serverless
Computing: AWS Lambda, Azure Functions, CI/CD Pipelines for AI Models in Cloud, Scaling AI
Applications using Load Balancers and Auto-Scaling. Monitoring and Logging in Cloud for AI
Workflows.
CSE (AI & ML) R23 Regulation
Security and Privacy in Cloud-based AI, Identity and Access Management (IAM) in Cloud, Cost
Management and Billing for AI Services, Ethical Issues and Fairness in Cloud AI, Case Study: AI in
Healthcare Cloud Solutions, Case Study: Real-Time Analytics in Financial Cloud Services.
Textbooks:
Reference Books:
1. Kai Hwang, Geoffrey C. Fox, Jack G. Dongarra, Distributed and Cloud Computing, Morgan
Kaufmann.
2. Tomasz Kajdanowicz et al., Practical Cloud AI, Springer.
3. Mark Wilkins, AI and Machine Learning for Coders in Cloud, Packt Publishing.
L T P C
BIG DATA ANALYTICS & AI APPLICATIONS
23A31601
(Professional Core) 3 0 0 3
Course Objectives:
To introduce the fundamentals of big data and its role in AI-driven applications.
To explore big data tools and technologies such as Hadoop, Spark, and NoSQL databases.
To enable students to build scalable AI pipelines for data analytics.
To apply AI/ML algorithms for real-time and batch processing environments.
To demonstrate use cases of big data in domains like healthcare, finance, and IoT using AI.
Course Outcomes:
Definition and Characteristics of Big Data – Volume, Velocity, Variety, Veracity, Value, Types of
Analytics: Descriptive, Diagnostic, Predictive, Prescriptive, Big Data Challenges and Opportunities,
Hadoop Ecosystem Overview: HDFS, MapReduce, YARN, NoSQL Databases: Key-Value,
Columnar, Document, Graph Models, Data Lake vs. Data Warehouse.
Apache Spark Architecture and RDDs, Spark SQL, DataFrames, and Datasets, Spark Streaming for
Real-Time Analytics, Kafka for Data Ingestion and Message Queues, Hive, Pig, and Impala for Big
Data Querying, Comparative Analysis of Hadoop vs. Spark.
Introduction to MLlib and Scikit-learn, Data Preprocessing for Big Data ML Pipelines, Supervised
Learning: Classification and Regression on Large Datasets, Unsupervised Learning: Clustering and
Dimensionality Reduction, Model Evaluation and Validation Techniques, Distributed Training and
Optimization Techniques.
CSE (AI & ML) R23 Regulation
Textbooks:
1. Big Data: Principles and Paradigms by Rajkumar Buyya, Rodrigo N. Calheiros, Amir Vahid
Dastjerdi – Wiley
2. Learning Spark: Lightning-Fast Big Data Analysis by Jules S. Damji et al. – O'Reilly
3. Data Science and Big Data Analytics by EMC Education Services – Wiley
Reference Books:
L T P C
FULL STACK AI DEVELOPMENT
23A31602T
(Professional Core) 3 0 0 3
Course Objectives:
To equip students with knowledge and skills for building end-to-end AI-powered web
applications.
To provide hands-on experience in integrating machine learning models with frontend and
backend technologies.
To teach model deployment, version control, and MLOps best practices.
To expose students to full stack frameworks and cloud-based deployment platforms.
To prepare students for real-world AI applications in production settings.
Course Outcomes:
Understand and apply full stack development principles in the context of AI solutions.
Build and serve machine learning models via RESTful APIs.
Design frontend interfaces for interaction with AI models.
Deploy AI applications using modern DevOps tools and cloud platforms.
Manage datasets, model versioning, and workflows in production-grade systems.
Overview of Full Stack Development in AI Context, Layers: Frontend, Backend, ML Layer, and
Deployment Layer, Tools and Technology Stack (React, Node.js, Flask, Django, FastAPI,
TensorFlow, PyTorch, MongoDB, PostgreSQL), Understanding Model Lifecycle and ML Ops
Introduction to Flask / FastAPI for model serving, RESTful API design and documentation
(Swagger/OpenAPI), Connecting AI/ML models to APIs, Authentication, request handling, and
session management, Error handling and response structuring
Overview of frontend frameworks (React/Angular/Vue), Creating dynamic forms and dashboards for
AI input/output, Data visualization using Chart.js, D3.js, Connecting frontend to API endpoints,
Responsive design for AI application UX
Basics of CI/CD pipelines for AI models, Using Docker for containerization, Deployment on cloud
platforms (Heroku, AWS, GCP), Introduction to MLflow, DVC, and model versioning, Logging,
monitoring, and performance metrics
CSE (AI & ML) R23 Regulation
Full Stack AI Project Planning & Implementation, Use cases: Chatbot, Recommendation System,
Image Classification App, NLP Web App, Industry-oriented workflows and best practices, Ethical
considerations and data governance in AI applications
Textbooks:
1. "Full Stack Deep Learning" by Hamel Husain et al. (online version available at
fullstackdeeplearning.com)
2. "Building Machine Learning Powered Applications" by Emmanuel Ameisen, O'Reilly.
3. "Flask Web Development" by Miguel Grinberg.
Reference Books:
Online Resources:
L T P C
GRAPH NEURAL NETWORKS
23A31603a
(Professional Elective-II) 3 0 0 3
Course Objectives:
To introduce the fundamentals of graph theory and graph-structured data.
To explore the concepts of neural networks extended to non-Euclidean domains.
To understand architectures and algorithms behind various types of GNNs.
To apply GNN models in real-world applications such as recommendation, social networks,
and bioinformatics.
To enable students to build and evaluate GNN models using frameworks like PyTorch
Geometric and DGL.
Course Outcomes:
Upon completion of the course, students will be able to:
Understand the basics of graph structures and their significance in machine learning.
Learn and implement different types of GNN architectures.
Apply GNNs to real-world structured data problems.
Use modern libraries and tools to train and evaluate GNNs.
Analyze the effectiveness and limitations of GNNs in different domains.
Research Trends and Architectures (e.g., Heterogeneous GNNs, Graph Transformers), Challenges and
Future Directions in GNNs.
Textbooks:
1. Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, Philip S. Yu, A
Comprehensive Survey on Graph Neural Networks, IEEE Transactions on Neural Networks
and Learning Systems, 2021.
2. Yao Ma, Jiliang Tang, Deep Learning on Graphs, Cambridge University Press, 2021.
3. William L. Hamilton, Graph Representation Learning, Morgan & Claypool Publishers, 2020.
Reference Books:
1. Barrett, Jure Leskovec, Mining of Massive Datasets, Cambridge University Press.
2. Thomas Kipf, GCN and related papers and tutorials (arXiv).
3. Petar Veličković, Graph Attention Networks (original paper and slides).
4. Michael Bronstein et al., Geometric Deep Learning: Grids, Groups, Graphs, Geodesics, and
Gauges (arXiv preprint).
Online Learning Resources:
1. https://pytorch-geometric.readthedocs.io/ – PyTorch Geometric Docs
2. https://cs.stanford.edu/people/jure/ – Stanford GNN Projects
3. https://www.coursera.org/learn/graph-neural-networks – Coursera GNN Course by Stanford
CSE (AI & ML) R23 Regulation
L T P C
RECOMMENDER SYSTEMS
23A32602
(Professional Elective-II) 3 0 0 3
Course Objectives:
To provide students with basic concepts and its application in various domain
To make the students understand different techniques that a data scientist needs to know for
analysing big data
To design and build a complete machine learning solution in many application domains.
Course Outcomes: After completion of the course, students will be able to
Aware of various issues related to Personalization and Recommendations.
Design and implement a set of well-known Recommender System approaches used in E commerce
and Tourism industry.
Develop new Recommender Systems for a number of domains especially, Education, Health-care.
Textbooks:
1. Charu C. Aggarwal, ―Recommender Systems‖, Springer,2016.
Reference Books:
1. Francesco Ricci, LiorRokach, ―Recommender Systems Handbook‖, 2nd ed., Springer, 2015 Edition
Online Learning Resources:
1. Recommendation System -Understanding The Basic Concepts (analyticsvidhya.com)
2. Recommender Systems | Coursera
CSE (AI & ML) R23 Regulation
L T P C
PREDICTIVE ANALYTICS
23A30603b
(Professional Elective-II) 3 0 0 3
Course Objectives:
To introduce the fundamental concepts and techniques of predictive analytics.
To apply statistical models and machine learning algorithms for prediction.
To interpret model performance using evaluation metrics.
To explore feature engineering, model tuning, and cross-validation.
To implement predictive solutions for real-world business and research problems.
Course Outcomes:
Upon successful completion of the course, students will be able to:
Understand the principles and importance of predictive analytics.
Apply regression and classification models for predictive tasks.
Perform data preprocessing, feature selection, and transformation.
Evaluate and validate models using standard metrics.
Design predictive solutions to solve domain-specific challenges.
Textbooks:
1. Dean Abbott, Applied Predictive Analytics: Principles and Techniques for the Professional
Data Analyst, Wiley, 2014.
2. John D. Kelleher, Brendan Tierney, Data Science: Predictive Analytics and Data Mining,
MIT Press, 2018.
CSE (AI & ML) R23 Regulation
Reference Books:
1. Galit Shmueli et al., Data Mining for Business Analytics: Concepts, Techniques, and
Applications in R, Wiley, 2017.
2. Eric Siegel, Predictive Analytics: The Power to Predict Who Will Click, Buy, Lie, or Die, Wiley,
2016.
3. Trevor Hastie, Robert Tibshirani, Jerome Friedman, The Elements of Statistical Learning,
Springer, 2009.
Online Learning Resources:
1. https://www.coursera.org/specializations/predictive-analytics – Coursera Specialization
2. https://www.edx.org/course/data-science-and-machine-learning-capstone – edX Predictive
Analytics Courses
3. https://www.kaggle.com/learn/intro-to-machine-learning – Kaggle Tutorials
CSE (AI & ML) R23 Regulation
L T P C
BLOCKCHAIN FOR AI
23A31603b
(Professional Elective-II) 3 0 0 3
Course Objectives:
Course Outcomes:
Smart Contracts: Definition, Features, Use Cases, Ethereum and Solidity Basics, Consensus
Algorithms: PoW, PoS, DPoS, PBFT, Gas, Transactions, and Events in Ethereum, Hyperledger
Fabric: Architecture and Chaincode, Deployment and Testing of Smart Contracts.
Motivation for Integrating Blockchain with AI, Decentralized AI Models and Federated Learning,
Secure Model Sharing and Provenance, Blockchain for Data Integrity in AI Systems, AI for
Blockchain (e.g., optimizing consensus), Case Study: Decentralized AI Marketplace.
Textbooks:
Reference Books:
L T P C
INTRODUCTION TO QUANTUM COMPUTING
23A32603
(Professional Elective-III) 3 0 0 3
Course Objectives:
Course Outcomes:
Classical vs Quantum Computation, Complex Numbers, Vectors, and Matrices, Hilbert Spaces and
Dirac Notation, Quantum States and Qubits, Superposition and Measurement, Tensor Products and
Multi-Qubit Systems.
Quantum Logic Gates: Pauli, Hadamard, Phase, Controlled Gates and CNOT, Unitary Operations and
Reversibility, Quantum Circuit Representation, Quantum Teleportation, Simulation of Quantum
Circuits.
Quantum Parallelism and Interference, Deutsch and Deutsch-Jozsa Algorithms, Grover‘s Search
Algorithm, Shor‘s Factoring Algorithm, Quantum Fourier Transform, Complexity Classes: BQP, P,
NP, and QMA.
Introduction to Qiskit and IBM Quantum Experience, Writing Quantum Circuits in Qiskit, Measuring
Qubits and Results, Classical-Quantum Hybrid Programs, Noisy Intermediate-Scale Quantum (NISQ)
Systems, Limitations and Current State of Quantum Hardware.
CSE (AI & ML) R23 Regulation
Quantum Machine Learning: Basics and Models, Quantum Cryptography and Quantum Key
Distribution, Quantum Algorithms in AI and Optimization, Quantum Advantage and Supremacy,
Ethical and Societal Impact of Quantum Technologies, Future Trends and Research Directions.
Textbooks:
Reference Books:
L T P C
23A30603c AI FOR FINANCE
(Professional Elective-III) 3 0 0 3
Course Objectives:
To introduce the role of Artificial Intelligence (AI) in financial applications and decision-
making.
To understand financial data types, sources, and processing methods.
To apply machine learning and deep learning models in various finance sectors.
To analyze risk, fraud detection, credit scoring, and portfolio management using AI.
To evaluate ethical and regulatory challenges in AI-enabled finance.
Course Outcomes:
Textbooks:
Reference Books:
L T P C
23A30604c SOCIAL NETWORK ANALYSIS
(Professional Elective-III) 3 0 0 3
Course Objectives:
To introduce the fundamentals and key concepts of social network theory and graph theory.
To analyze the structure and properties of large-scale social networks.
To apply centrality, influence, and community detection measures.
To model information diffusion and network dynamics.
To implement real-world social network analysis using tools and datasets.
Course Outcomes:
Textbooks:
1. Wasserman, S., & Faust, K., Social Network Analysis: Methods and Applications,
Cambridge University Press, 1994.
2. Easley, D., & Kleinberg, J., Networks, Crowds, and Markets: Reasoning About a Highly
Connected World, Cambridge University Press, 2010.
3. Newman, M., Networks: An Introduction, Oxford University Press, 2010.
Reference Books:
1. Borgatti, S. P., Everett, M. G., & Johnson, J. C., Analyzing Social Networks, SAGE
Publications, 2018.
2. Barabási, A.-L., Linked: How Everything Is Connected to Everything Else, Basic Books,
2014.
3. Hansen, D., Shneiderman, B., & Smith, M. A., Analyzing Social Media Networks with
NodeXL, Elsevier, 2020.
L T P C
CYBERSECURITY & AI-DRIVEN THREAT DETECTION
23A31604
(Professional Elective-III) 3 0 0 3
Course Objectives:
Course Outcomes:
Textbooks:
1. Stallings, W., Network Security Essentials: Applications and Standards, Pearson Education.
2. Shon Harris & Fernando Maymi, CISSP All-in-One Exam Guide, McGraw Hill.
3. Emmanuel Tsukerman, Machine Learning for Cybersecurity Cookbook, Packt Publishing.
4. Clarence Chio & David Freeman, Machine Learning and Security, O‘Reilly Media.
Reference Books:
1. John Paul Mueller, Luca Massaron, Machine Learning for Dummies, Wiley.
2. Mark Stamp, Information Security: Principles and Practice, Wiley.
3. Bruce Schneier, Secrets and Lies: Digital Security in a Networked World, Wiley.
4. Shai Shalev-Shwartz and Shai Ben-David, Understanding Machine Learning, Cambridge
University Press.
L T P C
BIG DATA & CLOUD COMPUTING LAB
23A31605
(Professional Core) 0 0 3 1.5
Course Objectives:
To provide hands-on experience in working with big data tools and cloud computing
environments.
To equip students with practical skills in data ingestion, transformation, analysis, and
visualization using Hadoop and Spark ecosystems.
To enable deployment and management of cloud services using AWS, Azure, or GCP.
To expose students to cloud-native storage, computing, and container orchestration
techniques.
To integrate big data workflows with cloud infrastructure for scalable, distributed data
processing.
Course Outcomes:
Students will be able to implement big data pipelines and cloud-based solutions using tools
like Hadoop, Spark, and cloud platforms such as AWS, Azure, or GCP.
Students gain proficiency in managing distributed data processing, scalable storage, cloud
service provisioning, and deploying applications using containers and orchestration platforms.
Students will understand the synergy between big data technologies and cloud computing to
solve real-world problems efficiently.
Reference Books:
1. Vignesh Prajapati, Big Data Analytics with R and Hadoop, Packt Publishing.
2. Benjamin Bengfort, Data Analytics with Hadoop, O‘Reilly.
3. Srinivasan &J.Shrinivasan, Cloud Computing – A Hands-on Approach, Wiley India.
Online Courses:
Course Objectives:
Course Outcomes:
Text Books:
L T P C
23A52501 SOFTSKILLS
0 1 2 2
Course Objectives:
CO2
Describe methods for building professional image L1, L2
CO3 Apply critical thinking skills in problem solving L3
CO4 Analyse the needs of an individual and team for well-being L4
CO5 Assess the situation and take necessary decisions L5
CO6 Create a productive work place atmosphere using social and work-life skills L6
ensuring personal and emotional well-being
SYLLABUS
Soft Skills - Introduction, Need - Mastering Techniques of Soft Skills – Communication Skills -
Significance, process, types - Barriers of communication - Improving techniques
Activities:
Intrapersonal Skills- Narration about self- strengths and weaknesses- clarity of thought – self-
expression – articulating with felicity
(The facilitator can guide the participants before the activity citing examples from the lives of the great,
anecdotes and literary sources)
Interpersonal Skills- Group Discussion – Debate – Team Tasks - Book and film Reviews by groups -
Group leader presenting views (non- controversial and secular) on contemporary issues or on a given
topic.
Verbal Communication- Oral Presentations- Extempore- brief addresses and speeches- convincing-
negotiating- agreeing and disagreeing with professional grace.
Activities:
Gathering information and statistics on a topic - sequencing – assorting – reasoning – critiquing issues –
placing the problem – finding the root cause - seeking viable solution – judging with rationale –
evaluating the views of others - Case Study, Story Analysis
Activities:
Placing a problem which involves conflict of interests, choice and views – formulating the problem –
exploring solutions by proper reasoning – Discussion on important professional, career and
organizational decisions and initiate debate on the appropriateness of the decision.
Managing Emotions – Thinking before Reacting – Empathy for Others – Self-awareness – Self-
Regulation – Stress factors – Controlling Stress – Tips
Activities:
Providing situations for the participants to express emotions such as happiness, enthusiasm, gratitude,
sympathy, and confidence, compassion in the form of written or oral presentations.
Providing opportunities for the participants to narrate certain crisis and stress –ridden situations caused
by failure, anger, jealousy, resentment and frustration in the form of written and oral presentation,
Organizing Debates
Activities
Providing situations to take part in the Role Plays where the students will learn about bad and good
manners and etiquette - Group Activities to showcase gender sensitivity, dining etiquette etc. -
Conducting mock job interviews - Case Study - Business Etiquette Games
CSE (AI & ML) R23 Regulation
NOTE-:
1.The facilitator can guide the participants before the activity citing examples from the lives of the
great, anecdotes, epics, scriptures, autobiographies and literary sources which bear true relevance to the
prescribed skill.
2. Case studies may be given wherever feasible for example for Decision Making- The decision of King
Lear.
Prescribed Books:
1. Mitra Barun K, Personality Development and Soft Skills, Oxford University Press, Pap/Cdr
edition 2012
2. Dr Shikha Kapoor, Personality Development and Soft Skills: Preparing for Tomorrow, KI
2018,esuoHgnihsilbuPlanoitanretnI
Reference Books
1. Sharma, Prashant, Soft Skills: Personality Development for Life Success, BPB Publications
2018.
2. Alex K,Soft SkillsS.Chand& Co, 2012 (Revised edition)
3. Gajendra Singh Chauhan& Sangeetha Sharma,Soft Skills: An Integrated Approach to Maximise
PersonalityPublished by Wiley, 2013
4. Pillai, Sabina & Fernandez Agna, Soft Skills and Employability Skills, Cambridge University
Press, 2018
5. Dr. Rajiv Kumar Jain, Dr. Usha Jain,Life Skills(Paperback English)Publisher : Vayu Education
of India, 2014
Online Learning Resources:
1. https://youtu.be/DUlsNJtg2L8?list=PLLy_2iUCG87CQhELCytvXh0E_y-
bOO1_q
2. https://youtu.be/xBaLgJZ0t6A?list=PLzf4HHlsQFwJZel_j2PUy0pwjVUgj7Kl
J
3. https://youtu.be/-Y-R9hDl7lU
4. https://youtu.be/gkLsn4ddmTs
5. https://youtu.be/2bf9K2rRWwo
6. https://youtu.be/FchfE3c2jzc
7. https://www.businesstrainingworks.com/training-resource/five-free-business-
etiquette-training-games/
8. https://onlinecourses.nptel.ac.in/noc24_hs15/preview
9. https://onlinecourses.nptel.ac.in/noc21_hs76/preview
CSE (AI & ML) R23 Regulation
Course Objectives:·
1. To enable the students to practice the basic skills of research paper writing
2. To make the students understand the importance of IP and to educate them on the basic
concepts of Intellectual Property Rights.
4. To help them in knowing the significance of real life practice and procedure of Patents.
5. To enable them learn the procedure of obtaining Patents, Copyrights, & Trade Marks
Course Outcomes: On successful completion of this course, the students will be able to:
COURSE OUTCOMES: At the end of the course, students will be able to Blooms Level
CO1 Identify key secondary literature related to their proposed technical paperL1, L2
writing
CO2 Explain various principles and styles in technical writing L1, L2
CO6 Develop skill of making search of various forms of IPR by using modern L3, L6
tools and techniques.
UNIT – I:
Principles of Technical Writing: styles in technical writing; clarity, precision, coherence andlogical
sequence in writing-avoiding ambiguity- repetition, and vague language -highlighting your findings-
discussing your limitations -hedging and criticizing -plagiarism and paraphrasing .
UNIT – II:
UNUNIT – III:
conferences- proof reading –plagiarism style; seminar & conference paper writing;
UNIT – IV: Introduction to Intellectual property: Introduction, types of intellectual property, International organizations,
agencies and treaties, importance of intellectual property rights
Trade Marks: Purpose and function of trademarks, acquisition of trade mark rights, protectable matter, selecting and
evaluating trade mark, trade mark registration processes.
UNIT – V:
Law of copy rights: Fundamentals of copy right law, originality of material, rights of reproduction, rights
to perform the work publicly, copy right ownership issues, copy right registration, notice of copy right,
international copy right law
Law of patents: Foundation of patent law, patent searching process, ownership rights and transfer.Patent
law, intellectual property audits.
Textbooks:
Reference Books:
1. R.Myneni, Law of Intellectual Property, 9th Ed, Asia law House, 2019.
2. Prabuddha Ganguli,Intellectual Property Rights Tata Mcgraw Hill, 2001
3. P.Naryan,Intellectual Property Law, 3rd Ed ,Eastern Law House, 2007.
4. Adrian Wallwork. English for Writing Research PapersSecond Edition. Springer Cham
Heidelberg New York ,2016
5. Dan Jones, Sam Dragga, Technical Writing Style
Online Resources
1. https://theconceptwriters.com.pk/principles-of-technical-writing/
2. https://www.ewh.ieee.org/soc/emcs/acstrial/newsletters/summer10/TechPaperWriting.h
tml
3. https://www.ewh.ieee.org/soc/emcs/acstrial/newsletters/summer10/TechPaperWriting.h
tml
4. https://www.manuscriptedit.com/scholar-hangout/process-publishing-research-paper-
journal/
5. https://www.icsi.edu/media/website/IntellectualPropertyRightLaws&Practice.pdf
6. https://lawbhoomi.com/intellectual-property-rights-notes/
7. https://www.extension.purdue.edu/extmedia/ec/ec-723.pdf
CSE (AI & ML) R23 Regulation
IV B.Tech I Semester
L T P C
GENERATIVE AI
23A30701
(Professional Core) 3 0 0 3
Course Objectives
Introduce the fundamentals of Generative AI, including its principles, architecture, and
evolution.
Provide a deep understanding of Large Language Models (LLMs) and their application in
natural language generation tasks.
Develop practical knowledge of Prompt Engineering, including prompt tuning, prompt
design, and performance evaluation.
Explore applications of Generative AI across various domains including code generation, art
synthesis, content generation, and interactive systems.
Equip students with ethical, social, and safety considerations when designing and deploying
generative AI applications.
Course Outcomes
Definition and significance of Prompt Engineering, Types of prompts: Zero-shot, One-shot, Few-shot,
Techniques for effective prompt design, Prompt templates and chaining, Prompt tuning and
parameter-efficient tuning, Evaluating prompt performance, Use of APIs for testing prompts
(OpenAI, Cohere, Anthropic), Best practices and prompt libraries.
(Hugging Face, LangChain), Performance metrics for LLMs, Case studies of model adaptation and
deployment.
Textbooks
Reference Books
Online Courses
IV B.Tech I Semester
Management Course- II L T P C
BUSINESS ETHICS AND
23A52701a
2 0 0 2
CORPORATE GOVERNANCE
UNIT-I: Ethics
Introduction – Meaning – Nature, Scope, significance, Loyalty, and ethical behavior.. Value systems -
Business Ethics - Types, Characteristics, Factors, Contradictions and Ethical Practices in Management
-Corporate Social Responsibility – Issues of Management – Crisis Management.
Text books.
1. Murthy CSV: Business Ethics and Corporate Governance, HPH July 2017
2. Bholananth Dutta, S.K. Podder – Corporation Governance, VBH. June 2010
Reference books
1. Dr. K. Nirmala, KarunakaraReaddy. Business Ethics and Corporate Governance, HPH
2. H.R.Machiraju: Corporate Governance, HPH, 2013
3. K. Venkataramana, Corporate Governance, SHBP.
4. N.M.Khandelwal. Indian Ethos and Values for Managers
COURSE OUTCOMES: At the end of the course, students will be able to BTL
CO1 Understand the Ethics and different types of Ethics. L2
CO2 Understand business ethics and ethical practices in management L2
CO3 Understand the role of ethics in management L2
CO4 Apply the knowledge of professional ethics & technical ethics L3
CO5 Analyze corporate law, ethics, codes & principles L4
CO6 Evaluate corporate governance & corporate scams L5
BTL = Bloom‘s Taxonomy Level
ONLINE RESOURCES:
CSE (AI & ML) R23 Regulation
1. https://onlinecourses.nptel.ac.in/noc21_mg46/
2. https://archive.nptel.ac.in/courses/110/105/110105138/
3. https://onlinecourses.nptel.ac.in/noc21_mg54/
4. https://onlinecourses.nptel.ac.in/noc22_mg54/
5. https://archive.nptel.ac.in/courses/109/106/109106117/
CSE (AI & ML) R23 Regulation
Subject Code L T P C
E-Business
23A52701b 2 0 0 2
Unit-IV:E-Security
Security risks and challenges in electronic commerce - Cyber threats - Phishing, hacking, identity
theft, and malware - Digital Signatures & Certificates - Security protocols over public networks
(HTTP, SSL, TLS) -Firewalls in securing e-business platforms.
Learning Outcomes: -After completion of this unit student will
Understand E-Security
Contrast and compare security protocols and public network
Evaluate on Digital signature
Unit-V:E-Marketing:
Introduction – Online Marketing – Advantages of Online Marketing – Internet Advertisement –
Advertisement Methods – Conducting Online Market Research– – E-marketing planning: Online
branding, social media marketing, and email marketing - E-business strategies: Digital advertising,
content marketing, and analytics – E-Customer Relationship Management (eCRM) E-supply chain
management (e-SCM)
Learning Outcomes: -After completion of this unit student will
Text Books:
References:
COURSE OUTCOMES: At the end of the course student will be able to BTL
CO1 Remember E-Business & its nature, scope and functions. L1
CO2 Understand E-market-Models which are practicing by the organizations L2
CO3 Apply the concepts of E-Commerce in the present globalized world. L3
CO4 Analyze the various E-payment systems & importance of net banking. L4
CO5 Evaluate market research strategies & E-advertisements. L5
CO6 Understand importance of E-security & control L2
BTL = Bloom‘s Taxonomy Level
CSE (AI & ML) R23 Regulation
Online Resources:
https://www.slideshare.net/fatimahAlkreem/e-businessppt-67935771
https://www.slideshare.net/VikramNani/e-commerce-business-models
https://www.slideshare.net/RiteshGoyal/electronic-payment-system
https://www.slideshare.net/WelingkarDLP/electronic-security
https://www.slideshare.net/Ankitha2404/emarketing-ppt
CSE (AI & ML) R23 Regulation
IV B.Tech I Semester
L T P C
23A52701c MANAGEMENT SCIENCE
2 0 0 2
Management - Concept and meaning - Nature-Functions - Management as a Science and Art and
both. Schools of Management Thought - Taylor‘s Scientific Theory-Henry Fayol‘s principles - Elton
Mayo‘s Human relations - Organizational Designs - Line organization - Line & Staff Organization -
Functional Organization - Matrix Organization - Project Organization - Committee form of
Organization - Social responsibilities of Management.
LEARNING OUTCOMES: At the end of the Unit, the students will be able to
Principles and Types of Plant Layout - Methods of Production (Job, batch and Mass Production),
Work Study - Statistical Quality Control- Material Management - Objectives - Inventory-Functions
- Types, Inventory Techniques - EOQ-ABC Analysis - Marketing Management - Concept -
Meaning - Nature-Functions of Marketing - Marketing Mix - Channels of Distribution -
Advertisement and Sales Promotion - Marketing Strategies based on Product Life Cycle.
LEARNING OUTCOMES: At the end of the Unit, the students will be able to
HRM - Definition and Meaning – Nature - Managerial and Operative functions - Job Analysis -
Human Resource Planning(HRP) - Employee Recruitment-Sources of Recruitment - Employee
Selection - Process - Employee Training and Development - methods - Performance Appraisal
CSE (AI & ML) R23 Regulation
Concept - Methods of Performance Appraisal – Placement - Employee Induction - Wage and Salary
Administration
LEARNING OUTCOMES: At the end if the Unit, the students will be able to
LEARNING OUTCOMES: At the end of the Unit, the students will be able to
Customer Relations Management(CRM) - Total Quality Management (TQM) - Six Sigma Concept -
Supply Chain Management(SCM) - Enterprise Resource Planning (ERP) - Performance Management
– employee engagement and retention - Business Process Re-engineering and Bench Marking -
Knowledge Management – change management –sustainability and corporate social responsibility.
LEARNING OUTCOMES At the end if the Unit, the students will be able to
Text Books:
1. Frederick S. Hillier, Mark S. Hillier. Introduction to Management Science,
October 26, 2023
2. A.R Aryasri, Management Science, TMH, 2019
References:
COURSE OUTCOMES: At the end of the course, students will be able to BTL
CO1 Remember the concepts & principles of management and designs of L1
organization in a practical world
CO2 Understand the knowledge of Work-study principles & Quality Control L2
techniques in industry
CO3 Apply the process of Recruitment & Selection in organization. L3
CO4 Analyze the concepts of HRM & different training methods. L4
CO5 Evaluate PERT/CPM Techniques for projects of an enterprise and estimate time L5
& cost of project & to analyze the business through SWOT.
CO6 Create awareness on contemporary issues in modern management & L3
technology.
ONLINE RESOUECES:
1. https://www.slideshare.net/slideshow/introduction-to-management-and-organization-
231308043/231308043
2. https://nptel.ac.in/courses/112107238
3. https://archive.nptel.ac.in/courses/110/104/110104068/
4. https://archive.nptel.ac.in/courses/110/105/110105069/
5. https://onlinecourses.nptel.ac.in/noc24_mg112/
CSE (AI & ML) R23 Regulation
IV B.Tech I Semester
L T P C
23A31702a EXPLAINABLE AI &MODEL INTERPRETABILITY
(Professional Elective-IV) 3 0 0 3
Course Objectives:
Course Outcomes:
Textbooks:
Reference Books:
1. Marco Tulio Ribeiro et al., ―Why Should I Trust You?‖ (LIME) – Research Paper
2. Scott Lundberg et al., ―A Unified Approach to Interpreting Model Predictions‖ (SHAP) –
NIPS
3. A. Barredo Arrieta et al., ―Explainable Artificial Intelligence (XAI): Concepts, Taxonomies,
Opportunities and Challenges‖, Information Fusion Journal.
4. Zachary C. Lipton, ―The Mythos of Model Interpretability‖ – Communications of the ACM
IV B.Tech I Semester
L T P C
23A31701c AI IN CYBERSECURITY
(Professional Elective-IV) 3 0 0 3
Course Objectives:
Course Outcomes:
Textbooks:
1. Clarence Chio & David Freeman, ―Machine Learning and Security‖, O‘Reilly Media.
2. Xiaofeng Chen et al., ―Artificial Intelligence and Big Data Analytics for Cybersecurity‖,
Springer.
3. Mark Stamp, ―Information Security: Principles and Practice‖, Wiley.
Reference Books:
1. Sumeet Dua & Xian Du, ―Data Mining and Machine Learning in Cybersecurity‖, CRC Press.
2. Shai Shalev-Shwartz & Shai Ben-David, ―Understanding Machine Learning‖, Cambridge
University Press.
3. Zhiwei Lin & Yang Xiang, ―Cyber Security Intelligence and Analytics‖, Springer.
4. Bhavani Thuraisingham, ―Data Mining for Malware Detection‖, CRC Press.
IV B.Tech I Semester
L T P C
23A31702d AI-DRIVEN SOFTWARE ENGINEERING & DEVOPS
(Professional Elective-IV) 3 0 0 3
Course Objectives:
1. To introduce the principles and practices of AI-driven software engineering and DevOps.
2. To explore how AI techniques can automate and optimize software development workflows.
3. To study intelligent tools for code generation, testing, monitoring, and deployment.
4. To equip students with skills in AI-powered CI/CD pipelines and operations.
5. To foster an understanding of ethical implications and reliability in intelligent software
systems.
Course Outcomes:
Textbooks:
1. Tim Menzies, Diomidis Spinellis, and Thomas Zimmermann, ―Perspectives on Data Science
for Software Engineering‖, Morgan Kaufmann.
2. André van der Hoek, Reid Holmes, ―Software Engineering for Machine Learning‖, Springer.
3. Len Bass, Ingo Weber, Liming Zhu, ―DevOps: A Software Architect's Perspective‖, Addison-
Wesley.
Reference Books:
1. Carlos Eduardo Parnin et al., ―AI for Software Engineering: Foundations, Advances, and
Trends‖, Springer.
2. Luciano Baresi et al., ―Machine Learning Techniques for Software Quality Evaluation‖,
Springer.
3. Gene Kim, Jez Humble, and Nicole Forsgren, ―Accelerate: The Science of Lean Software and
DevOps‖, IT Revolution.
IV B.Tech I Semester
L T P C
AI for ROBOTICS
23A31702b
(Professional Elective-IV) 3 0 0 3
Course Objectives:
Course Outcomes:
1. Understand and compare different generative architectures like GANs, VAEs, Transformers.
2. Build, fine-tune, and evaluate generative models for text, vision, and multimodal data.
3. Design secure and scalable workflows for model deployment (on cloud and edge).
4. Integrate monitoring, optimization, and feedback for deployed AI services.
5. Address ethical, interpretability, and regulatory aspects of model deployment.
Textbooks:
1. Ian Goodfellow, Yoshua Bengio, and Aaron Courville, ―Deep Learning‖, MIT Press.
2. Aurélien Géron, ―Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow‖,
O'Reilly Media.
3. O‘Reilly, ―Generative Deep Learning‖ by David Foster.
Reference Books:
IV B.Tech I Semester
L T P C
ML OPS & AI MODEL DEPLOYMENT
23A31703b
(Professional Elective-V) 3 0 0 3
Course Objective:
To understand the principles and best practices of operationalizing machine learning models
in production environments.
To explore the life cycle of AI model development, deployment, monitoring, and maintenance
using modern MLOps frameworks.
To develop skills in CI/CD for ML, reproducibility, model versioning, and containerization
using Docker and Kubernetes.
To deploy machine learning models using cloud-native services and track their performance
using real-time metrics.
To address scalability, reliability, and ethical considerations in ML model deployment.
Course Outcomes:
After successful completion of this course, students will be able to:
1. Illustrate the lifecycle and pipeline components of MLOps and implement basic version
control and orchestration for ML workflows.
2. Package ML models using appropriate tools and deploy them using Docker and Kubernetes
environments with effective resource management.
3. Develop and deploy machine learning models as APIs using FastAPI/Flask and configure for
real-time or batch inference scenarios.
4. Monitor and log ML systems using modern tools and detect data/model drift with strategies
for continuous evaluation and feedback.
5. Implement end-to-end MLOps solutions using cloud platforms and CI/CD tools, and analyze
deployment challenges in real-world use cases.
Definition and need of MLOps, ML system lifecycle and pipeline components, DevOps vs. MLOps:
key differences, CI/CD for ML projects, Data versioning and model lineage, Introduction to DVC,
Git, and MLFlow, Workflow orchestration using Apache Airflow, Automated testing in ML pipelines
Packaging ML models using Pickle, Joblib, ONNX, Python virtual environments, Conda, Pipenv,
Introduction to Docker for ML workloads, Building Dockerfiles for ML apps, Using Kubernetes for
orchestration, Security, logging, and resource management, Docker Compose and Helm charts for
deployment, Hands-on: Containerize and deploy a scikit-learn model
RESTful API design for ML models, Model deployment using FastAPI and Flask, TensorFlow
Serving, TorchServe basics, Introduction to gRPC for ML deployment, Asynchronous inference and
batch vs real-time serving, Load testing and benchmarking, Authentication and authorization in model
APIs, Deploying models on edge devices
CSE (AI & ML) R23 Regulation
Importance of monitoring and alerting in MLOps, Data drift and model drift detection, Logging
prediction results and metadata, Prometheus, Grafana, and ELK Stack, A/B testing and canary
deployments, Shadow deployments and rollback strategies, Feedback loops for continuous learning,
Integration with external monitoring tools.
ML deployment on AWS SageMaker, Azure ML, Google AI Platform, CI/CD using GitHub Actions,
Jenkins, and GitLab CI, AutoML and model registry, Real-world case study: End-to-end MLOps
pipeline, Challenges and limitations in enterprise ML deployment, Responsible AI in production
systems, Future trends in MLOps, Capstone Project Planning
Text Books:
1. Introducing MLOps: How to Scale Machine Learning Projects with DevOps Tools – Mark
Treveil, Alok Shukla, O'Reilly Media.
2. Machine Learning Engineering – Andriy Burkov, TrueShelf Publishing.
3. Designing Machine Learning Systems – Chip Huyen, O‘Reilly Media.
Reference Books:
Online Courses:
IV B.Tech I Semester
L T P C
DATA WRANGLING
23A30703a
(Professional Elective-V) 3 0 0 3
Course Objectives:
Course Outcomes:
Wrangling Functions, Automating Workflows with Functions and Pipelines, Data Lineage and
Documentation, Case Study: End-to-End Data Wrangling Pipeline.
Textbooks:
Reference Books:
IV B.Tech I Semester
L T P C
HEALTHCARE AI
23A31703c
(Professional Elective-V) 3 0 0 3
Course Objectives
Introduce fundamental concepts and scalable algorithms used in mining massive datasets.
Enable understanding of key techniques like clustering, classification, frequent itemset
mining, and graph analysis on large-scale data.
Familiarize students with distributed computing frameworks such as Hadoop and Spark.
Provide practical insights into web and social network mining.
Equip students with the ability to analyze massive datasets using real-world tools and
platforms.
Course Outcomes
Market Basket Model, A-Priori Algorithm – Scalable Variants, Handling Large Datasets in Frequent
Pattern Mining, Park-Chen-Yu Algorithm, SON Algorithm, Multistage and Multihash Algorithms,
PCY Algorithm and its Enhancements, Association Rules – Concepts and Evaluation, Finding
Frequent Itemsets in Streaming Data
Hierarchical and Partitional Clustering, K-Means Clustering and its Scalability, BFR and CURE
Clustering Algorithms, Decision Trees and Rule-Based Classification, Naïve Bayes Classifier for
Large Datasets, Logistic Regression and SVM for Massive Data, Parallel Clustering Techniques,
Evaluation of Clustering Results
CSE (AI & ML) R23 Regulation
Web Graph Structure and Crawling, PageRank and its Variants, Hubs and Authorities (HITS
Algorithm), Link Spam Detection, Community Detection in Large Graphs, Mining Social Network
Graphs, Recommendation Systems – User-Based and Item-Based Collaborative Filtering, Content-
Based Filtering
Introduction to Apache Spark and RDDs, Spark MLlib for Data Mining, Streaming and Real-Time
Data Analysis, Mining on Cloud Platforms (AWS, GCP, Azure), Case Study: E-commerce, Finance,
and Healthcare, Scaling Algorithms to Petabyte-Level Data, Big Data Ethics and Governance,
Research Trends in Mining Massive Data Sets
Textbooks
1. "Mining of Massive Datasets" by Jure Leskovec, Anand Rajaraman, and Jeffrey Ullman
2. "Data Mining: Concepts and Techniques" by Jiawei Han, Micheline Kamber, and Jian Pei
3. "Big Data: Principles and Best Practices of Scalable Real-Time Data Systems" by Nathan
Marz and James Warren
Reference Books
Online Courses
IV B.Tech I Semester
L T P C
AI FOR SMART CITIES & IOT SYSTEMS
23A31703a
(Professional Elective-V) 3 0 0 3
Course Objective:
To introduce students to the integration of Artificial Intelligence and Internet of Things (IoT)
technologies for developing smart city solutions.
To understand the design, development, and deployment of intelligent systems to enhance
urban infrastructure, transport, healthcare, energy, and governance.
To explore edge and cloud computing techniques to optimize real-time AI-based decisions for
IoT applications.
To enable students to apply data analytics, computer vision, NLP, and automation to solve
real-world urban challenges.
To foster innovation using ethical AI frameworks in the context of sustainability, privacy, and
smart governance.
Course Outcomes:
Understand the architecture and components of smart cities powered by AI and IoT.
Analyze and design AI-driven solutions for transportation, energy, healthcare, waste
management, and smart governance.
Deploy IoT systems that integrate sensors, edge devices, and AI models.
Utilize AI algorithms (machine learning, NLP, and computer vision) for real-time smart city
use cases.
Evaluate and implement data-driven smart systems ensuring privacy, efficiency, and
sustainability.
Leverage cloud platforms and edge computing for scalable AIoT applications in urban
environments.
Unit III: AI and IoT for Smart Energy, Waste, and Water Management
AI for Smart Grids and Energy Consumption Prediction, Load Balancing and Demand Forecasting
using ML, Waste Segregation and Collection Automation using CV, Water Quality Monitoring
Systems using IoT Sensors, Leak Detection and Anomaly Detection Models, Smart Metering and
Energy Theft Detection, Sustainability and Carbon Monitoring AI Models
CSE (AI & ML) R23 Regulation
Text Books:
1. Pethuru Raj & Anupama C. Raman, The Internet of Things: Enabling Technologies,
Platforms, and Use Cases, CRC Press.
2. Janaka Ekanayake, Smart Grid: Technology and Applications, Wiley.
3. Rajkumar Buyya, Fog and Edge Computing: Principles and Paradigms, Wiley.
4. Adrian McEwen, Hakim Cassimally, Designing the Internet of Things, Wiley.
Reference Books:
Online Courses:
IV B.Tech I Sem
PROMPT ENGINEERING L T P C
23A05703
Skill Enhancement Course 0 1 2 2
Course Objective:
This course delves into prompt engineering principles, strategies, and best practices, a crucial aspect
in shaping AI models' behaviour and performance. Understanding Prompt Engineering is a
comprehensive course designed to equip learners with the knowledge and skills to effectively generate
and utilize prompts in natural language processing (NLP) and machine learning (ML) applications.
This course delves into prompt engineering principles, strategies, and best practices, a crucial aspect
in shaping AI models' behaviour and performance.
Text books:
Reference Books:
https://www.udemy.com/course/understanding-prompt-
engineering/?couponCode=NVDINCTA35TRT
CSE (AI & ML) R23 Regulation
23A52702 0 0 2 0
Course Objectives:
To enable students to understand the gender related issues, vulnerability of women and
men
To familiarize them about constitutional safeguard for gender equality
To expose the students to debates on the politics and economics of work
To help students reflect critically on gender violence
To make them understand that gender identities and gender relations are part of culture
as they shape the way daily life is lived in the family as well as wider community and
the workplace.
CO3 Use the knowledge in understanding how gender discrimination works in our L3
society and how to counter it.
CO4 Analyzethe gendered division of labour and its relation to politics and L4
economics.
CO5 Appraise how gender-role beliefs and sharing behaviour are associated with L5
more well-being in all culture and gender groups
CO6 Develop students‘ sensibility with regard to issues of gender in L3
contemporary India
Unit-1UNDERSTANDING GENDER
Unit-4GENDER-BASED VIOLENCE
The Concept of Violence- Types of Gender-based Violence-Gender-based Violence from a
Human Rights Perspective-Sexual Harassment - Domestic Violence - Different forms of
violence against women - Causes of violence, impact of violence against women -
Consequences of gender-based violence
Prescribed Books
Reference Books
1. Wtatt, Robin and Massood, Nazia, Broken Mirrors: The dowry Problems in
India,London : Sage Publications, 2011
2. Datt, R. and Kornberg, J.(eds), Women in Developing Countries, Assessing Strategies
for Empowerment, London: Lynne Rienner Publishers, 2002
3. Brush, Lisa D., Gender and Governance, New Delhi, Rawat Publication, 2007
4. Singh, Direeti, Women and Politics World Wide, New Delhi, Axis Publications, 2010
5. Raj Pal Singh, Anupama Sihag, Gender Sensitization: Issues and
Challenges (English, Hardcover), Raj Publications, 2019
Online Resources:
1. Understanding Gender
chrome-
extension://kdpelmjpfafjppnhbloffcjpeomlnpah/https://www.arvindguptatoys.com/arvindgupt
a/kamla-gender1.pdf
https://onlinecourses.swayam2.ac.in/nou24_hs53/preview
https://www.plannedparenthood.org/learn/gender-identity/sex-gender-identity/what-are-
gender-roles-and-stereotypes
https://www.verywellmind.com/understanding-gender-roles-and-their-effect-on-our-
relationships-7499408
https://onlinecourses.swayam2.ac.in/cec23_hs29/preview
https://www.economicsobservatory.com/what-explains-the-gender-division-of-labour-and-
how-can-it-be-redressed
https://onlinecourses.nptel.ac.in/noc23_mg67/preview
4. GENDER-BASED VIOLENCE
https://eige.europa.eu/gender-based-violence/what-is-gender-based-
violence?language_content_entity=en
https://www.worldbank.org/en/topic/socialsustainability/brief/violence-against-women-and-
girls
https://onlinecourses.swayam2.ac.in/nou25_ge38/preview
https://sociology.iresearchnet.com/sociology-of-culture/gender-and-culture/
https://archive.nptel.ac.in/courses/109/106/109106136/
OPEN ELECTIVES
CSE (AI & ML) R23 Regulation
Course Objectives :
CO - PO Articulation Matrix
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10
11 12
CO -1 3 - - - - 2 3 - - - - - 3 3
CO -2 - 3 - - 2 - 3 - - - - 2 3 3
CSE (AI & ML) R23 Regulation
CO -3 - - 3 3 3 - 3 - - - - - 3 3
CO -4 - - 3 3 3 - 3 - - - - - 3 3
CO -5 - - - - - 3 3 3 2 - - - - 3
UNIT – I
UNIT – II
Green Building Concepts and Practices– Indian Green Building Council, Green Building
Movement in India, Benefits Experienced in Green Buildings, Launch of Green Building
Rating Systems, Residential Sector, Market Transformation; Green Building Opportunities
and Benefits: Opportunities of Green Buildings, Green Building Features, Material and
Resources, Water Efficiency, Optimum Energy Efficiency, Typical Energy-Saving
Approaches in Buildings, LEED India Rating System, and Energy Efficiency.
UNIT – III
Green Building Design– Introduction, Reduction in Energy Demand, Onsite Sources and
Sinks, Maximizing System Efficiency, Steps to Reduce Energy Demand and Use Onsite
Sources and Sinks, Use of Renewable Energy Sources, Eco-Friendly Captive Power
Generation for Factories, Building Requirements.
UNIT – IV
Air Conditioning– Introduction, CII Godrej Green Business Centre, Design Philosophy,
Design Interventions, Energy Modeling, HVAC System Design, Chiller Selection, Pump
Selection, Selection of Cooling towers, Selection of Air Handling Units, Pre-Cooling of
Fresh Air, Interior Lighting Systems, Key Features of The Building, Eco-Friendly Captive
Power Generation for Factories, Building Requirements.
UNIT – V
and Occupational Health– Air Conditioning, Indoor Air Quality, Sick Building Syndrome,
tobacco Smoke.
TEXT BOOKS:
REFRENCE BOOKS:
https://archive.nptel.ac.in/courses/105/102/105102195/
CSE (AI & ML) R23 Regulation
Course Objectives:
The objectives of this course are to make the student :
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10 11 12
CO -1 3 - - - - 2 - 2 2 - - - 3 3
CO -2 - 3 - - 2 - - - - - - 2 3 3
CO -3 - - 3 3 3 - - - - 2 - - 3 3
CO -4 - - 3 3 3 - - 2 - - - - 3 3
CO -5 - - - - - 3 3 3 2 - - - - 3
UNIT – I
UNIT – II
UNIT – III
UNIT – IV
UNIT – V
TEXT BOOKS:
1. Construction Project Management, SK. Sears, GA. Sears, RH. Clough, John Wiley
and Sons, 6th Edition, 2016.
2. Construction Project Scheduling and Control by Saleh Mubarak, 4th Edition, 2019
3. Pandey, I.M (2021) Financial Management 12th edition. Pearson India Education
Services Pvt. Ltd.
REFRENCE BOOKS:
1. Brien, J.O. andPlotnick, F.L., CPMin Construction Management, Mcgraw Hill, 2010.
CSE (AI & ML) R23 Regulation
2. Punmia, B.C., andKhandelwal, K.K., Project Planning and control with PERT and
CPM, Laxmi Publications, 2002.
3. Construction Methods and Management: Pearson New International Edition 8 th
Edition Stephens Nunnally.
4. Rhoden, M and Cato B, Construction Management andOrganisational Behaviour,
Wiley-Blackwell, 2016.
Online Learning Resources:
https://archive.nptel.ac.in/courses/105/104/105104161/
https://archive.nptel.ac.in/courses/105/103/105103093/
CSE (AI & ML) R23 Regulation
III B.TechISemester
L T P C
3 0 0 3
23AA0505 ELECTRICAL SAFETY PRACTICES AND STANDARDS
(Open Elective-I)
Course Outcomes:
CO1: Understanding the Fundamentals of Electrical Safety -L2
CO2: Identifying and Applying Safety Components -L3
CO3: Analyzing Grounding Practices and Electrical Bonding
CO4: Applying Safety Practices in Electrical Installations and Environments- L4
CO5:Evaluating Electrical Safety Standards and Regulatory Compliance -L5
UNIT I IntroductionToElectricalSafety:
Fundamentals ofElectricalsafety-ElectricShock-physiologicaleffects of electric current-
Safetyrequirements–Hazardsofelectricity-Arc-Blast-Causesforelectricalfailure.
UNIT IVSafetyPractices:
Generalfirstaid-Safetyinhandlinghandheldelectricalappliancestools-
Electricalsafetyintrain stations-
swimmingpools,externallightinginstallations,medicallocations-Casestudies.
TEXTBOOKS:
1. MassimoA.G.Mitolo,―ElectricalSafetyofLow-VoltageSystems‖,McGrawHill,USA,2009.
2. MohamedEl-Sharkawi,―ElectricSafety-PracticeandStandards‖,CRCPress,USA,2014
REFERENCES:
1. KennethG.Mastrullo, RayA.Jones,―TheElectricalSafetyProgramBook‖,Jones
andBartlettPublishers,London, 2nd Edition, 2011.
2. PalmerHickman,―ElectricalSafety-
RelatedWorkPractices‖,Jones&BartlettPublishers,London,2009.
3. FordhamCooper,W.,―ElectricalSafetyEngineering‖,ButterworthandCompany,London,1986.
4. JohnCadick,MaryCapelli-
Schellpfeffer,DennisK.Neitzel,―ElectricalSafetyHandbook,McGraw-
Hill,NewYork,USA, 4th edition, 2012.
CSE (AI & ML) R23 Regulation
COURSE OUTCOMES On successful completion of this course the student will be able to
CO1 Illustrate the importance of solar radiation and solar PV modules. L1, L2
CO2 Discuss the storage methods in PV systems L2,L3
CO3 Explain the solar energy storage for different applications L2,L3
CO4 Understand the principles of wind energy, and bio-mass energy. L2, L3
L1, L2,L3,
CO5 Attain knowledge in geothermal energy, ocean energy and fuel cells.
L4
UNIT – 1
SOLAR RADIATION: Role and potential of new and renewable sources, the solar energy option,
Environmental impact of solar power, structure of the sun, the solar constant, sun-earth relationships,
coordinate systems and coordinates of the sun, extraterrestrial and terrestrial solar radiation, solar
radiation on titled surface, instruments for measuring solar radiation and sun shine, solar radiation
data, numerical problems.
PV Module Circuit Design, Module Structure, Packing Density, Interconnections, Mismatch and
Temperature Effects, Electrical and Mechanical Insulation, Lifetime of PV Modules, Degradation and
Failure, PV Module Parameters, Efficiency of PV Module, Solar PV Systems-Design of Off Grid
Solar Power Plant. Installation and Maintenance.
UNIT – 2
STORAGE IN PV SYSTEMS:
Battery Operation, Types of Batteries, Battery Parameters, Application and Selection of Batteries for
Solar PV System, Battery Maintenance and Measurements, Battery Installation for PV System.
UNIT – 3
SOLAR ENERGY STORAGE AND APPLICATIONS: Different methods, sensible, latent heat
and stratified storage, solar ponds, solar applications- solar heating/cooling technique, solar
distillation and drying, solar cookers, central power tower concept and solar chimney.
UNIT – 4
WIND ENERGY: Sources and potentials, horizontal and vertical axis windmills, performance
characteristics, betz criteria, types of winds, wind data measurement.
UNIT – 5
OCEAN ENERGY: Ocean Thermal Energy; Open Cycle & Closed Cycle OTEC Plants,
Environmental Impacts, Challenges
FUEL CELLS: Introduction, Applications, Classification, Different Types of Fuel Cells Such as
Phosphoric Acid Fuel Cell, Alkaline Fuel Cell, PEM Fuel Cell, MC Fuel Cell.
Text Books:
1. Solar Energy – Principles of Thermal Collection and Storage/Sukhatme S.P. and J.K.Nayak/TMH
2. Non-Conventional Energy Resources- Khan B.H/ Tata McGraw Hill, New Delhi, 2006
References:
1. Principles of Solar Engineering - D.Yogi Goswami, Frank Krieth& John F Kreider / Taylor
&Francis
https://nptel.ac.in/courses/112106318
https://youtube.com/playlist?list=PLyqSpQzTE6M-ZgdjYukayF6QevPv7WE-r&si=-mwIa2X-
SuSiNy13
https://youtube.com/playlist?list=PLyqSpQzTE6M-ZgdjYukayF6QevPv7WE-
r&si=Apfjx6oDfz1Rb_N3
https://youtu.be/zx04Kl8y4dE?si=VmOvp_OgqisILTAF
CSE (AI & ML) R23 Regulation
UNIT-I
Semiconductor Diode and Applications: Introduction, PN junction diode – structure, operation and
VI characteristics, Half-wave, Full-wave and Bridge Rectifiers with and without Filters, Positive and
Negative Clipping and Clamping circuits (Qualitative treatment only).
Special Diodes: Zener and Avalanche Breakdowns, VI Characteristics of Zener diode, Zener diode as
voltage regulator, Construction, operation and VI characteristics of Tunnel Diode, LED, Varactor
Diode, Photo Diode .
UNIT-II
Bipolar Junction Transistor (BJT): Principle of Operation, Common Emitter, Common Base and
Common Collector Configurations, Transistor as a switch and Amplifier, Transistor Biasing and
Stabilization - Operating point, DC & AC load lines, Biasing - Fixed Bias, Self Bias, Bias Stability,
Bias Compensation using Diodes.
UNIT-III
UNIT-IV
UNIT-V
Op-amp: Classification of IC‘S, basic information of Op-amp, ideal and practical Op-amp, 741 op-
amp and its features, modes of operation-inverting, non-inverting, differential.
TEXT BOOKS:
1. Electronics Devices and Circuits, J.Millman and Christos. C. Halkias, 3rd edition, Tata McGraw
Hill, 2006.
2. Electronics Devices and Circuits Theory, David A. Bell, 5th Edition, Oxford University press.
2008.
REFERENCE BOOKS:
1. Electronics Devices and Circuits Theory, R.L.Boylestad, LousisNashelsky and K.Lal Kishore,
12th edition, 2006, Pearson, 2006.
2. Electronic Devices and Circuits, N.Salivahanan, and N.Suresh Kumar, 3rd Edition, TMH, 2012
3. Microelectronic Circuits, S.Sedra and K.C.Smith, 5th Edition, Oxford University Press.
CSE (AI & ML) R23 Regulation
JAVA PROGRAMMING L T P C
23A05505a
(Open Elective-I) 3 0 0 3
Course Objectives: The main objective of the course is to Identify Java language components and
how they work together in applications
Unit – I: Object Oriented Programming: Basic concepts, Principles, Program Structure in Java:
Introduction, Writing Simple Java Programs, Elements or Tokens in Java Programs, Java Statements,
Command Line Arguments, User Input to Programs, Escape Sequences Comments, Programming
Style. Data Types, Variables, and Operators :Introduction, Data Types in Java, Declaration of
Variables, Data Types, Type Casting, Scope of Variable Identifier, Literal Constants, Symbolic
Constants, Formatted Output with printf() Method, Static Variables and Methods, Attribute Final,
Introduction to Operators, Precedence and Associativity of Operators, Assignment Operator ( = ),
Basic Arithmetic Operators, Increment (++) and Decrement (- -) Operators, Ternary Operator,
Relational Operators, Boolean Logical Operators, Bitwise Logical Operators.
Control Statements: Introduction, if Expression, Nested if Expressions, if–else Expressions, Ternary
Operator?:, Switch Statement, Iteration Statements, while Expression, do–while Loop, for Loop,
Nested for Loop, For–Each for Loop, Break Statement, Continue Statement.
Unit II:Classes and Objects: Introduction, Class Declaration and Modifiers, Class Members,
Declaration of Class Objects, Assigning One Object to Another, Access Control for Class Members,
Accessing Private Members of Class, Constructor Methods for Class, Overloaded Constructor
Methods, Nested Classes, Final Class and Methods, Passing Arguments by Value and by Reference,
Keyword this.
CSE (AI & ML) R23 Regulation
Unit III: Arrays:Introduction, Declaration and Initialization of Arrays, Storage of Array in Computer
Memory, Accessing Elements of Arrays, Operations on Array Elements, Assigning Array to Another
Array, Dynamic Change of Array Size, Sorting of Arrays, Search for Values in Arrays, Class Arrays,
Two-dimensional Arrays, Arrays of Varying Lengths, Three-dimensional Arrays, Arrays as Vectors.
Inheritance: Introduction, Process of Inheritance, Types of Inheritances, Universal Super
ClassObject Class, Inhibiting Inheritance of Class Using Final, Access Control and Inheritance,
Multilevel Inheritance, Application of Keyword Super, Constructor Method and Inheritance, Method
Overriding, Dynamic Method Dispatch, Abstract Classes, Interfaces and Inheritance.
Interfaces: Introduction, Declaration of Interface, Implementation of Interface, Multiple Interfaces,
Nested Interfaces, Inheritance of Interfaces, Default Methods in Interfaces, Static Methods in
Interface, Functional Interfaces, Annotations.
Unit IV: Packages and Java Library: Introduction, Defining Package, Importing Packages and
Classes into Programs, Path and Class Path, Access Control, Packages in Java SE, Java.lang Package
and its Classes, Class Object, Enumeration, class Math, Wrapper Classes, Auto-boxing and
Autounboxing, Java util Classes and Interfaces, Formatter Class, Random Class, Time Package, Class
Instant (java.time.Instant), Formatting for Date/Time in Java, Temporal Adjusters Class, Temporal
Adjusters Class.
Exception Handling: Introduction, Hierarchy of Standard Exception Classes, Keywords throws and
throw, try, catch, and finally Blocks, Multiple Catch Clauses, Class Throwable, Unchecked
Exceptions, Checked Exceptions.
Java I/O and File: Java I/O API, standard I/O streams, types, Byte streams, Character streams,
Scanner class, Files in Java(Text Book 2)
Unit V: String Handling in Java: Introduction, Interface Char Sequence, Class String, Methods for
Extracting Characters from Strings,Comparison, Modifying, Searching; Class String Buffer.
Multithreaded Programming: Introduction, Need for Multiple Threads Multithreaded Programming
for Multi-core Processor, Thread Class, Main Thread Creation of New Threads, Thread States, Thread
Priority-Synchronization, Deadlock and Race Situations, Inter thread Communication - Suspending,
Resuming, and Stopping of Threads. Java Database Connectivity: Introduction, JDBC Architecture,
Installing MySQL and MySQL Connector/J, JDBC Environment Setup, Establishing JDBC Database
Connections, ResultSet Interface
Java FX GUI: Java FX Scene Builder, Java FX App Window Structure, displaying text and image,
event handling, laying out nodes in scene graph, mouse events (Text Book 3)
Learning Resources:
Textbooks:
1. JAVA one step ahead, Anitha Seth, B.L.Juneja, Oxford.
2. Joy with JAVA, Fundamentals of Object Oriented Programming, DebasisSamanta,
MonalisaSarma, Cambridge, 2023.
3. JAVA 9 for Programmers, Paul Deitel, Harvey Deitel, 4th Edition, Pearson.
Reference Books:
1. The complete Reference Java, 11thedition, Herbert Schildt,TMH
CSE (AI & ML) R23 Regulation
1. https://nptel.ac.in/courses/106/105/106105191/
2. https://infyspringboard.onwingspan.com/web/en/app/toc/lex_auth_012880464547618
816347 _shared/overview
CSE (AI & ML) R23 Regulation
Course Objectives:
● To learn the distinction between optimal reasoning Vs. human like reasoning.
● To understand the concepts of state space representation, exhaustive search, heuristic
● search together with the time and space complexities.
Course Outcomes:
● Learn the distinction between optimal reasoning Vs human like reasoning and formulate an
efficient problem space for a problem expressed in natural language. Also select a search
algorithm for a problem and estimate its time and space complexities.
● Apply AI techniques to solve problems of game playing, theorem proving, and machine
learning.
● Learn different knowledge representation techniques.
● Understand the concepts of state space representation, exhaustive search, heuristic search
together with the time and space complexities.
● Comprehend the applications of Probabilistic Reasoning and Bayesian Networks.
● Analyze Supervised Learning Vs. Learning Decision Trees
UNIT - I
Introduction to AI - Intelligent Agents, Problem-Solving Agents,
Searching for Solutions - Breadth-first search, Depth-first search, Hill-climbing search, Simulated
annealing search, Local Search in Continuous Spaces.
UNIT-II
Games - Optimal Decisions in Games, Alpha–Beta Pruning, Defining Constraint Satisfaction
Problems, Constraint Propagation, Backtracking Search for CSPs, Knowledge-Based Agents, Logic-
Propositional Logic, Propositional Theorem Proving: Inference and proofs, Proof by resolution, Horn
clauses and definite clauses.
UNIT-III
First-Order Logic - Syntax and Semantics of First-Order Logic, Using First Order Logic,
Knowledge Engineering in First-Order Logic. Inference in First-Order Logic: Propositional vs. First-
Order Inference, Unification, Forward Chaining, Backward Chaining, Resolution.
UNIT-IV
Planning - Definition of Classical Planning, Algorithms for Planning with State Space Search,
Planning Graphs, other Classical Planning Approaches, Analysis of Planning approaches.
Hierarchical Planning.
UNIT-V
ProbabilisticReasoning:
Acting under Uncertainty, Basic Probability Notation Bayes‘ Rule and Its Use, Probabilistic
Reasoning, Representing Knowledge in an Uncertain Domain, The Semantics of Bayesian Networks,
Efficient Representation of Conditional Distributions, Approximate Inference in Bayesian Networks,
Relational and First- Order Probability.
TEXT BOOK:
1. Artificial Intelligence: A Modern Approach, Third Edition, Stuart Russell and Peter Norvig,
Pearson Education.
REFERENCE BOOKS:
3 0 0 3
23A54501 MATHEMATICS FOR MACHINE
LEARNING AND AI
(Open Elective 1)
Course Objectives:
Course Outcomes:
After successful completion of this course, the students should be able to:
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1 - - - - - - 1
CO2 3 3 2 3 2 - - - - - - 2
CO3 3 3 3 3 2 1 - - - - - 2
CO4 3 3 2 2 1 - - - - - - 1
CO5 3 3 3 3 2 - - - - - - 2
• 3 = Strong Mapping, 2 = Moderate Mapping, 1 = Slight Mapping, - = No Mapping
Review of Vector spaces, basis, linear independence, Vector and matrix norms, Matrix
factorization techniques, Eigenvalues, eigenvectors, diagonalization, Singular Value Decomposition
(SVD) and Principal Component Analysis (PCA).
CSE (AI & ML) R23 Regulation
Vector calculus: Gradient, divergence, curl. Fourier Transform & Laplace Transform in ML
applications.
Graph representations: Adjacency matrices, Laplacian matrices. Bayesian Networks & Probabilistic
Graphical Models. Introduction to Graph Neural Networks (GNNs).
Textbooks:
1. Mathematics for Machine Learning by Marc Peter Deisenroth, A. Aldo Faisal, Cheng Soon
Ong, Cambridge University Press, 2020.
2. Pattern Recognition and Machine Learningby Christopher Bishop, Springer.
Reference Books:
1. Gilbert Strang, Linear Algebra and Its Applications, Cengage Learning, 2016.
2. Jonathan Gross, Jay Yellen, Graph Theory and Its Applications, CRC Press, 2018.
Web References:
• MIT– Mathematics for Machine Learning https://ocw.mit.edu
• Stanford CS229 – Machine Learning Course https://cs229.stanford.edu/
COURSE OBJECTIVES
1 To provide exposure to different characterization techniques.
2 To explain the basic principles and analysis of different spectroscopic techniques.
3 To elucidate the working of Scanning electron microscope - Principle, limitations and applications.
To illustrate the working of the Transmission electron microscope (TEM) - SAED patterns and its
4
applications.
5 To educate the uses of advanced electric and magnetic instruments for characterization.
Construction and Working principle, Resolving power and Magnification, Bright and dark
fields, Diffraction and image formation, Specimen preparation, Selected Area Diffraction,
Applications of Transmission Electron Microscopy, Difference between SEM and TEM,
Advantage and Limitations of Transmission Electron Microscopy
Textbooks:
1. Material Characterization: Introduction to Microscopic and Spectroscopic Methods –
Yang Leng – John Wiley & Sons (Asia) Pvt. Ltd. 2013.
2. Microstructural Characterization of Materials - David Brandon, Wayne D Kalpan,
John Wiley & Sons Ltd., 2008
Reference Books:
1. Fundamentals of Molecular Spectroscopy – IV Ed. – Colin Neville BanwellandElaine
M. McCash, Tata McGraw-Hill, 2008.
2. Elements of X-ray diffraction – Bernard Dennis Cullity& Stuart R Stocks, Prentice
Hall , 2001 – Science.
3. Practical Guide to Materials Characterization: Techniques and Applications - Khalid
Sultan – Wiley – 2021.
4. Materials Characterization Techniques -Sam Zhang, Lin Li, Ashok Kumar -CRC
Press - 2008
1. https://nptel.ac.in/courses/115/103/115103030/
2. https://nptel.ac.in/content/syllabus_pdf/113106034.pdf
3. https://nptel.ac.in/noc/courses/noc19/SEM1/noc19-mm08/
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1
CO2 3 3 2 1 1
CO3 3 3 2 1 1
CO4 3 2 1 1 -
CO5 3 3 1 1 -
COURSE OBJECTIVES
To make the student understand basic electrochemical principles such as standard electrode
1
potentials, emf and applications of electrochemical principles in the design of batteries.
To understand the basic concepts of processing and limitations of Fuel cells & their
2
applications.
To impart knowledge to the students about fundamental concepts of photo chemical cells,
3
reactions and applications
Necessarily of harnessing alternate energy resources such as solar energy and its basic
4
concepts.
To impart knowledge to the students about fundamental concepts of hydrogen storage in
5
different materials and liquification method.
COURSE OUTCOMES
Solve the problems based on electrode potential, Describe the Galvanic Cell
CO1 Differentiate between Lead acid and Lithium ion batteries, Illustrate the
electrical double layer
Describe the working Principle of Fuel cell, Explain the efficiency of the fuel cell
CO2
Discuss about the Basic design of fuel cells, Classify the fuel cell
Differentiate between Photo and Photo electrochemical Conversions,
CO3 Illustrate the photochemical cells, Identify the applications of photochemical reactions,
Interpret advantages of photoelectron catalytic conversion.
Apply the photo voltaic technology, Demonstrate about solar energy and prospects
CO4
Illustrate the Solar cells, Discuss about concentrated solar power
Differentiate Chemical and Physical methods of hydrogen storage, Discuss the metal
organic frame work, Illustrate the carbon and metal oxide porous structures
CO5
Describe the liquification methods.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1
CO2
CO3
CO4
CO5
UNIT-2: Fuel Cells: Fuel cell- Introduction, Basic design of fuel cell, working principle,
Classification of fuel cells, Polymer electrolyte membrane (PEM) fuel cells, Solid-oxide fuel
cells (SOFC), Fuel cell efficiency and applications.
CSE (AI & ML) R23 Regulation
Text books
Course Objectives:
Nouns-classification-errors-Pronouns-types-errors-Adjectives-types-errors-Articles-definite-indefinite-
Degrees of Comparison-Adverbs-types- errors-Conjunctions-usage-
Punctuation- Spelling rules- Word order-Sub Skills of Writing- Paragraph meaning-salient features-
types - Note-making, Note-taking, summarizing-precise writing- Paraphrasing-Expansion of proverbs-
Essay writing-types
Textbooks:
1. Wren & Martin, English for Competitive Examinations, S.Chand & Co, 2021
2. Objective English for Competitive Examination, Tata McGraw Hill, New Delhi, 2014.
Reference Books:
1. Hari Mohan Prasad, Objective English for Competitive Examination, Tata McGraw Hill, New
Delhi, 2014.
2. Philip Sunil Solomon, English for Success in Competitive Exams, Oxford 2016
3. Shalini Verma , Word Power Made Handy, S Chand Publications
4. Neira, Anjana Dev & Co. Creative Writing: A Beginner's Manual. Pearson Education India,
2008.
5. Abhishek Jain,Vocabulary Learning Techniques Vol.I&II,RR Global Publishers 2013.
6. Michel Swan, Practical English Usage,Oxford,2006.
Online Resources
1. https://www.grammar.cl/english/parts-of-speech.htm
2. https://academicguides.waldenu.edu/writingcenter/grammar/partsofspeech
3. https://learnenglish.britishcouncil.org/grammar/english-grammar-reference/active-passive-
voice
4. https://languagetool.org/insights/post/verb-tenses/
5. https://www.britishcouncil.in/blog/best-free-english-learning-resources-british-council
6. https://www.careerride.com/post/social-essays-for-competitive-exams-586.aspx
CSE (AI & ML) R23 Regulation
Meaning and concept, attributes and mindset of entrepreneurial and intrapreneurial leadership, role
models in each and their role in economic development. An understanding of how to build
entrepreneurial mindset, skill sets, attributes and networks while on campus.
Core Teaching Tool: Simulation, Game, Industry Case Studies (Personalized for students –
16industries to choose from), Venture Activity
LEARNING OUTCOMES
Core Teaching Tool: Several types of activities including Class, game, Gen AI, ‗Get out of the
Building‘ and Venture Activity.
CSE (AI & ML) R23 Regulation
LEARNING OUTCOMES
Unit III: Solution design, Prototyping & Opportunity Assessment and Sizing
Core Teaching Tool: Venture Activity, no-code Innovation tools, Class activity
LEARNING OUTCOMES
Analyze jobs-to-be-done
Evaluate customer needs to create a strong value proposition
Design and draw prototyping and MVP
Business planning: components of Business plan- Sales plan, People plan and financial plan.
Financial Planning: Types of costs, preparing a financial plan for profitability using financial
template, understanding basics of Unit economics and analysing financial performance.
Introduction to Marketing and Sales, Selecting the Right Channel, creating digital presence, building
customer acquisition strategy.
Choosing a form of business organization specific to your venture, identifying sources of funds:
Debt& Equity, Map the Start-up Life-cycle to Funding Options.
Core Teaching Tool: Founder Case Studies – Sama and Securely Share; Class activity and
discussions; Venture Activities.
LEARNING OUTCOMES
Understand and identify potential and aspiration for scale vis-a-vis your venture idea.
Persuasive Storytelling and its key components. Build an Investor ready pitch deck.
Core Teaching Tool: Expert talks; Cases; Class activity and discussions; Venture Activities.
LEARNING OUTCOMES
TEXT BOOKS
4. Namita Thapar (2022) The Dolphin and the Shark: Stories on Entrepreneurship, Penguin
Books Limited
5. Saras D. Sarasvathy, (2008) Effectuation: Elements of Entrepreneurial Expertise, Elgar
Publishing Ltd.
E-RESOURCES
Learning resource- Ignite 5.0 Course Wadhwani platform (Includes 200+ components of
custom created modular content + 500+ components of the most relevant curated content)
COURSE OUTCOMES: At the end of the course, students will be able to BTL
CO1 Develop an entrepreneurial mindset and appreciate the concept of L3
entrepreneurship
I B.Tech.II Semester
Course Objectives:
The objectives of this course are to make the student :
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10 11 12
CO -1 3 - - - - 2 - 2 2 - - - 3 3
CO -2 - 3 - - 2 - - - - - - 2 3 -
CO -3 3 - - 3 - - 3 - - 2 - - - 3
CO -4 - - 3 - 3 - - 2 - - - - 3 -
CO -5 - - - 3 - 3 3 3 2 - - - - 3
UNIT – I
(Earthquake and Cyclone) of The World and India, Regulations for Disaster Risk Reduction,
Post-Disaster Recovery and Rehabilitation (Socioeconomic Consequences).
UNIT – II
Cyclones and Their Impact– Climate Change and Its Impact On Tropical Cyclones, Nature of
Cyclonic Wind, Velocities and Pressure, Cyclone Effects, Storm Surges, Floods, and
Landslides. Behavior of Structuresin Past Cyclones and Windstorms, Case Studies. Cyclonic
Retrofitting, Strengthening of Structures, and Adaptive Sustainable Reconstruction. Life-Line
Structures Such as Temporary Cyclone Shelters.
UNIT – III
UNIT – IV
Seismology and Earthquake Effects– Causes of Earthquakes, Plate Tectonics, Faults, Seismic
Waves; Magnitude, Intensity, Epicenter, Energy Release, and Ground Motions. Earthquake
Effects– On Ground, Soil Rupture, Liquefaction, Landslides. Performance of Ground and
Buildings in Past Earthquakes– Behavior of Various Types of Buildings and Structures,
Collapse Patterns; Behavior of Non-Structural Elements Such as Services, Fixtures, and
Mountings – Case Studies. Seismic Retrofitting– Weakness in Existing Buildings, Aging,
Concepts in Repair, Restoration, and Seismic Strengthening.
UNIT – V
Planning and Design Considerations for Seismic Safety– General Planning and Design
Considerations; Building forms, Horizontal and Vertical Eccentricities, Mass and Stiffness
Distribution, Soft Storey Effects, Etc.; Seismic Effects Related to Building Configuration.
Plan and Vertical Irregularities, Redundancy, and Setbacks. Construction Details– Various
Types of Foundations, Soil Stabilization, Retaining Walls, Plinth Fill, Flooring, Walls,
Openings, Roofs, Terraces, Parapets, Boundary Walls, Underground and Overhead Tanks,
Staircases, and Isolation of Structures. Innovative Construction Materials and Techniques.
CSE (AI & ML) R23 Regulation
TEXT BOOKS:
https://nptel.ac.in/courses/124107010
https://onlinecourses.swayam2.ac.in/cec19_hs20/preview
CSE (AI & ML) R23 Regulation
Course Objectives:
The objectives of this course are to make the student :
CO – PO Articulation Matrix
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10 11 12
CO -1 3 - - - - 2 3 2 - - - - 3 3
CO -2 - 3 - - 2 - 3 - - - - 2 3 3
CO -3 - - 3 3 3 - 2 - - 2 - - 3 3
CO -4 - - 3 3 3 - 3 2 - - - - 3 3
CO -5 - - - - - 3 3 3 - - - - - 3
UNIT – I
INTRODUCTION
UNIT – II
Construction Materials and Indoor Air Quality - No/Low Cement Concrete - Recycled and
Manufactured Aggregate - Role of QC and Durability - Life Cycle and Sustainability.
UNIT – III
ENERGY CALCULATIONS
UNIT – IV
GREEN BUILDINGS
Control of Energy Use in Building - ECBC Code, Codes in Neighboring Tropical Countries
- OTTV Concepts and Calculations – Features of LEED and TERI – GRIHA Ratings - Role
of Insulation and Thermal Properties of Construction Materials - Influence of Moisture
Content and Modeling - Performance Ratings of Green Buildings - Zero Energy Building
UNIT – V
ENVIRONMENTAL EFFECTS
Non-Renewable Sources of Energy and Environmental Impact– Energy Norm, Coal, Oil,
Natural Gas - Nuclear Energy - Global Temperature, Green House Effects, Global Warming -
Acid Rain: Causes, Effects and Control Methods - Regional Impacts of Temperature Change.
TEXT BOOKS:
1. Charles J Kibert, Sustainable Construction: Green Building Design & Delivery, 4th
Edition , Wiley Publishers 2016.
2. Steve Goodhew, Sustainable Construction Process, Wiley Blackwell,UK, 2016.
REFRENCE BOOKS:
1. Craig A. Langston & Grace K.C. Ding, Sustainable Practicesin the Built
Environment, Butterworth Heinemann Publishers, 2011.
2. William P Spence, Construction Materials, Methods & Techniques (3e), Yesdee
Publication Pvt. Ltd, 2012.
https://archive.nptel.ac.in/courses/105/105/105105157/
CSE (AI & ML) R23 Regulation
L T P C
3 0 0 3
23A02605 RENEWABLE ENERGY SOURCES
(Open Elective-II)
Course Outcomes (CO): At the end of the course the student will be able to:
Fuel cell: Principle of working of various types of fuel cells and their working, performance and
limitations.
Text books:
1.G. D. Rai, ―Non-Conventional Energy Sources‖, 4th Edition, Khanna Publishers, 2000.
2.Chetan Singh Solanki ―Solar Photovoltaics fundamentals, technologies and applications‖ 2nd
Edition PHI Learning Private Limited. 2012.
Reference Books:
1.Stephen Peake, ―Renewable Energy Power for a Sustainable Future‖, Oxford International Edition,
2018.
2.S. P. Sukhatme, ―Solar Energy‖,3rd Edition, Tata Mc Graw Hill Education Pvt. Ltd, 2008.
3.B H Khan , ― Non-Conventional Energy Resources‖, 2nd Edition, Tata Mc Graw Hill Education Pvt
Ltd, 2011.
5.G. N. Tiwari and M.K.Ghosal, ―Renewable Energy Resource: Basic Principles and Applications‖,
Narosa Publishing House, 2004.
COURSE OUTCOMES On successful completion of this course the student will be able to
1Understand and analyze the structure and functions of automated manufacturing systems, and
L2,L4,L5
evaluate hardware components for efficient production.
2Analyze and design automated flow lines with or without buffer storage, perform quantitative L4,L5,L6
evaluations, apply assembly line balancing techniques.
3Classify robot configurations, select suitable actuators and sensors, analyze and apply
L2,L3,L4
automation and robotics principles to optimize production efficiency and flexibility.
Apply kinematic and dynamic modeling using D-H notation and select appropriate hardware
4 and control strategies for real-world industrial scenario to analyze and design automated L3,L4,L5
and robotic systems.
5Design, program, and implement robotic systems, understand and apply robotics technology L1,L3,L6
to manufacturing tasks.
UNIT-I
Introduction to Automation:
Introduction to Automation, Need, Types, Basic elements of an automated system,
Manufacturing Industries, Types of production, Functions in manufacturing, Organization
and information processing in manufacturing, Automation strategies and levels of
automation, Hardware components for automation and process control, mechanical feeders,
hoppers, orienters, high speed automatic insertion devices.
UNIT–II
Automated flow lines:
Automated flow lines, Part transfer methods and mechanisms, types of Flow lines, flow line
with/without buffer storage, Quantitative analysis of flow lines. Assembly line balancing:
Assembly process and systems assembly line, line balancing methods, ways of improving
line balance, flexible assembly lines.
CSE (AI & ML) R23 Regulation
UNIT-III
Introduction to Industrial Robotics:
Introduction to Industrial Robotics,Classification of Robot Configurations, functional line
diagram, degrees of freedom. Components common types of arms, joints grippers, factors to
be considered in the design of grippers.
Robot actuators and Feedback components: Actuators, Pneumatic, Hydraulic actuators,
Electric & Stepper motors, comparison. Position sensors - potentiometers, resolvers, encoders
- velocity sensors, Tactile sensors, Proximity sensors.
UNIT-IV
Manipulator Kinematics:
Manipulator Kinematics, Homogenous transformations as applicable to rotation and
transition - D-H notation, Forward inverse kinematics.
Manipulator Dynamics: Differential transformations, Jacobians, Lagrange - Euler and
Newton – Euler formations. Trajectory Planning: Trajectory Planning and avoidance of
obstacles path planning, skew motion, joint integrated motion - straight line motion.
UNIT-V
Robot Programming:
Robot Programming, Methods of programming - requirements and features of programming
languages, software packages. Problems with programming languages.
Robot Application in Manufacturing: Material Transfer - Material handling, loading and
unloading - Process - spot and continuous arc welding & spray painting - Assembly and
Inspection.
Text Books:
1. Automation,ProductionsystemsandCIM,M.P.Groover/PearsonEdu.
2. IndustrialRobotics -M.P.Groover,TMH.
3.
References:
1. Robotics,FuKS, McGrawHill,4thedition,2010.
2. AnIntroductiontoRobotTechnology,P.CoiffetandM.Chaironze,KogamPageLtd.
1983 London.
3. RoboticEngineering,RichardD.Klafter,PrenticeHall
4. Robotics,FundamentalConceptsandanalysis–AshitaveGhosal,OxfordPress,1/e,2006
5. RoboticsandControl, MittalRK&NagrathIJ,TMH.
OnlineLearningResources:
https://www.youtube.com/watch?v=yxZm9WQJUA0&list=PLRLB5WCqU54UJG45UnazSYmnmhl-
gt76o
https://www.youtube.com/watch?v=6f3bvIhSWyM&list=PLRLB5WCqU54X5Vy4DwjfSODT3
ZJgwEjyE
CSE (AI & ML) R23 Regulation
1. To Learn Boolean algebra, logic simplification techniques, and combinational circuit design.
2. To analyze combinational circuits like adders, subtractors, and code converters.
3. To explore combinational logic circuits and their applications in digital design.
4. To understand sequential logic circuits, including latches, flip-flops, counters, and shift
registers.
5. To gain knowledge about programmable logic devices and digital IC‘s.
Course Outcomes:
At the end of this course, the students will be able to
1. Learn Boolean algebra, logic simplification techniques, and combinational circuit design.
2. Analyze combinational circuits like adders, subtractors, and code converters.
3. Explore combinational logic circuits and their applications in digital design.
4. Understand sequential logic circuits, including latches, flip-flops, counters, and shift registers.
5. Gain knowledge about programmable logic devices and digital IC‘s.
UNIT-I
Logic Simplification and Combinational Logic Design: Review of Boolean Algebra and De
Morgan‘s Theorem, SOP & POS forms, Canonical forms, Introduction to Logic Gates, Ex-OR, Ex-
NOR operations, Minimization of Switching Functions: Karnaugh map method, Logic function
realization: AND-OR, OR-AND and NAND/NOR realizations.
UNIT-II
Introduction to Combinational Design 1: Binary Adders, Subtractors and BCD adder, Code
converters - Binary to Gray, Gray to Binary, BCD to excess3, BCD to Seven Segment display.
UNIT-III
Combinational Logic Design 2: Decoders, Encoders, Priority Encoder, Multiplexers,
Demultiplexers, Comparators, Implementations of Logic Functions using Decoders and Multiplexers.
UNIT-IV
Sequential Logic Design: Latches, Flip-flops, S-R, D, T, JK and Master-Slave JK FF, Edge triggered
FF, set up and hold times, Ripple counters, Shift registers.
UNIT-V
Programmable Logic Devices:ROM, Programmable Logic Devices (PLA and PAL).
Digital IC’s:Decoder (74x138), Priority Encoder (74x148), multiplexer (74x151) and de-multiplexer
(74x155), comparator (74x85).
TEXT BOOKS:
1. Digital Design, M.Morris Mano & Michel D. Ciletti, 5th Edition, Pearson Education, 1999.
2. Switching theory and Finite Automata Theory, ZviKohavi and NirahK.Jha, 2nd Edition, Tata
McGraw Hill, 2005.
REFERENCE BOOKS:
OPERATING SYSTEMS L T P C
23A32501T
(Open Elective-II) 3 0 0 3
• Understand the basic concepts and principles of operating systems, including process
management, memory management, file systems, and Protection
• Make use of process scheduling algorithms and synchronization techniques to achieve better
performance of a computer system.
• Illustrate different conditions for deadlock and their possible solutions.
CO1: Describe the basics of the operating systems, mechanisms of OS to handle processes, threads,
and their communication. (L1)
CO2: Understand the basic concepts and principles of operating systems, including process
management, memory management, file systems, and Protection. (L2)
CO3: Make use of process scheduling algorithms and synchronization techniques to achieve better
performance of a computer system. (L3)
CO4: Illustrate different conditions for deadlock and their possible solutions. (L2) Analyze the
memory management and its allocation policies. (L4)
CO5: Able to design and implement file systems, focusing on file access methods, directory structure,
free space management, and also explore various protection mechanisms,
write, Page replacement, Frame allocation, Thrashing, Memory-mapped files, Kernel memory
allocation, Examples.
Textbooks:
1. Silberschatz A, Galvin P B, and Gagne G, Operating System Concepts, 9th edition, Wiley, 2016.
2. Tanenbaum A S, Modern Operating Systems, 3rd edition, Pearson Education, 2008. (Topics: Inter-
process Communication and File systems.)
Reference Books:
1. Tanenbaum A S, Woodhull A S, Operating Systems Design and Implementation, 3rd edition, PHI,
2006.
2. Dhamdhere D M, Operating Systems A Concept Based Approach, 3rd edition, Tata McGraw Hill,
2012.
3. Stallings W, Operating Systems -Internals and Design Principles, 6th edition, Pearson Education,
2009
4. Nutt G, Operating Systems, 3rd edition, Pearson Education, 2004
MACHINE LEARNING L T P C
23A31401T
(Open Elective-II) 3 0 0 3
UNIT-III: Models Based on Decision Trees: Decision Trees for Classification, Impurity
Measures, Properties, Regression Based on Decision Trees, Bias–Variance Trade-off,
Random Forests for Classification and Regression.
The Bayes Classifier: Introduction to the Bayes Classifier, Bayes‘ Rule and Inference, The
Bayes Classifier and its Optimality, Multi-Class Classification | Class Conditional
Independence and Naive Bayes Classifier (NBC)
Textbooks:
1.―Machine Learning Theory and Practice‖, M N Murthy, V S Ananthanarayana, Universities
Press (India), 2024
Reference Books:
1.―Machine Learning‖, Tom M. Mitchell, McGraw-Hill Publication, 2017
2.―Machine Learning in Action‖,Peter Harrington, DreamTech
3.―Introduction to Data Mining‖, Pang-Ning Tan, Michel Stenbach, Vipin Kumar, 7th
Edition, 2019.
CSE (AI & ML) R23 Regulation
3 0 0 3
23A54601a OPTIMIZATION TECHNIQUES
(Open Elective -II)
Course Outcomes:
After successful completion of this course, the students should be able to:
Blooms
COs Statements
level
Understand the meaning, purpose, tools of Operations Research and linear programming in
CO1 L2, L3
solving practical problems in industry.
CO2 Interpret the transportation models' solutions and infer solutions to the real-world problems. L3, L5
Develop mathematical skills to analyze and solve nonlinear programming models arising from a
CO3 L3
wide range of applications.
Apply the concept of non-linear programming for solving the problems involving non-linear
CO4 L2, L3
constraints and objectives
Apply the concept of unconstrained geometric programming for solving the problems involving
CO5 L3,L5
non-linear constraints and objectives.
method of feasible directions: direction finding problem, determination of step length, Termination
criteria.
TEXT BOOK:
1. Singiresu S Rao., Engineering Optimization: Theory and Practices, New Age Int. (P) Ltd.
Publishers, New Delhi.
2. J. C. Panth, Introduction to Optimization Techniques, (7-e) Jain Brothers, New Delhi.
REFERENCES:
1. Harvey M. Wagner, Principles of Operation Research, Printice-Hall of India Pvt. Ltd. New
Delhi.
2. Peressimi A.L., Sullivan F.E., Vhl, J. J. Mathematics of Non-linear Programming, Springer –
Verlag.
Web Reference:
https://onlinecourses.nptel.ac.in/noc24_ee122/preview
https://archive.nptel.ac.in/courses/111/105/111105039/
https://onlinecourses.nptel.ac.in/noc21_ce60/preview
CSE (AI & ML) R23 Regulation
Course Objectives:
To provide students with essential linear algebra foundations including vector spaces, inner
products, and operators for quantum mechanical applications.
To develop understanding of the transition from finite-dimensional systems to infinite-
dimensional function spaces and Hilbert space concepts.
To establish quantum mechanical formalism including measurement theory, uncertainty relations,
and time evolution principles.
To enable students to apply quantum mechanical principles to solve problems in simple quantum
systems and understand statistical interpretation.
To introduce advanced concepts in composite systems, measurement processes, and modern
perspectives in quantum mechanics.
Course Outcomes:
After successful completion of this course, the students should be able to:
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1 - - - - - - 2
CO2 3 3 2 3 2 - - - - - - 2
CO3 3 3 3 3 2 - - - - - - 2
CO4 3 3 3 3 2 - - - - - - 2
CO5 3 3 3 3 2 1 - - - - - 3
• 3 = Strong Mapping, 2 = Moderate Mapping, 1 = Slight Mapping, - = No Mapping
Vector spaces definition and examples (R², R³, function spaces), Inner products (dot product,
orthogonality, normalization), Linear operators (matrices, eigenvalues, eigenvectors), Finite-
dimensional examples (2×2 matrices, spin-1/2 systems), Dirac notation introduction (|ψ⟩, ⟨φ|, ⟨φ|ψ⟩),
Change of basis (transformations, unitary matrices).
Function spaces (L² space, square-integrable functions), Inner products for functions (∫ψ*φ dx),
Orthogonal function sets (Fourier series, basis functions), Introduction to Hilbert space concept
(complete inner product spaces), Position and momentum representations (wave functions), Operators
on functions (d/dx, multiplication by x).
Simple applications (infinite square well, harmonic oscillator), Statistical interpretation (ensembles,
pure vs mixed states), Measurement process (von Neumann measurement scheme).
Composite systems (tensor products basic introduction), Reversibility and irreversibility (unitary
evolution vs measurement), Thermodynamic connections (equilibrium states, entropy), Modern
perspectives (decoherence, measurement problem conceptual).
Textbooks:
Web Resources
1. https://eclass.uoa.gr/modules/document/file.php/CHEM248/Griffiths%20-
%20Introduction%20to%20Quantum%20Mechanics%203rd%20ed%202018.pdf
2. https://fisica.net/mecanica-quantica/Shankar%20-
%20Principles%20of%20quantum%20mechanics.pdf
CSE (AI & ML) R23 Regulation
Course Objectives
1 To make the students to understand the concept of crystal growth, defects in crystals and thin films.
2 To provide insight into various semiconducting materials and their properties.
3 To develop a strong foundation in semiconductor physics and device engineering.
4 To elucidate excitonic and luminescent processes in solid-state materials.
5 To understand the principles, technologies, and applications of modern display systems.
Syllabus:
UNIT II Semiconductors 9H
Introduction, charge carriers in semiconductors, effective mass, Diffusion and drift, Diffusion and
recombination, Diffusion length. The Fermi level & Fermi-Dirac distribution, Electron and Hole in
quantum well, Change of electron-hole concentration- Qualitative analysis, Temperature dependency
of carrier concentration, Conductivity and mobility, Effects of temperature and doping on mobility,
High field effects.
Textbooks:
1. Principles of Electronic Materials and Devices-S.O. Kasap, McGraw-Hill Education (India) Pvt.
Ltd.,4thedition, 2021.
2. Semiconductor physics & devices: basic principles, 4th Edition, McGraw-Hill, 2012.
Reference Books:
1. Solid State Electronic Devices -B.G. Streetman and S. Banerjee, PHI Learning,6th edition
2. Electronic Materials Science- Eugene A. Irene, Wiley, 2005
3. Electronic Components and Materials, Grover and Jamwal, DhanpatRai and Co., New Delhi.,
2012.
4. An Introduction to Electronic Materials for Engineers-Wei Gao, Zhengwei Li, Nigel Sammes,
World Scientific Publishing Co. Pvt. Ltd. 2nd Edition,2011
https://onlinecourses.nptel.ac.in/noc20_ph24/preview
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1
CO2 3 3 2 1 1
CO3 3 3 2 1 1
CO4 3 2 1 1 -
CO5 3 3 1 1 -
1-Slightly, 2-Moderately,3-Substantially.
CSE (AI & ML) R23 Regulation
Course Outcomes
Classify the polymers, Explain polymerization mechanism, Differentiate addition,
CO1
condensation polymerizations, Describe measurement of molecular weight of polymer
CO2 Describe the physical and chemical properties of natural polymers and Modified cellulosics.
Differentiate Bulk, solution, Suspension and emulsion polymerization, Describe fibers and
CO3
elastomers, Identify the thermosetting and thermo polymers.
Identify types of polymer networks, Describe methods involve in hydrogel preparation,
CO4
Explain applications of hydrogels in drug delivery,
CO5 Explain classification and mechanism of conducting and degradable polymers.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1
CO2
CO3
CO4
CO5
Basic concepts: monomers, repeating units, degree of polymerization, linear, branched and network
polymers, classification of polymers, Polymerization: addition, condensation, copolymerization and
coordination polymerization. Average molecular weight concepts: number, weight and viscosity
average molecular weights, polydispersity and molecular weight distribution. Measurement of
molecular weight: End group, viscosity, light scattering, osmotic and ultracentrifugation methods,
analysis and testing of polymers.
Natural Polymers: Chemical & Physical structure, properties, source, important chemical
modifications, applications of polymers such as cellulose, lignin, starch, rosin, shellac, latexes,
vegetable oils and gums, proteins.
CSE (AI & ML) R23 Regulation
Modified cellulosics: Cellulose esters and ethers such as Ethyl cellulose, CMC, HPMC, cellulose
acetals, Liquid crystalline polymers; specialty plastics- PES, PAES, PEEK, PEA.
Addition and condensation polymerization processes– Bulk, Solution, Suspension and Emulsion
polymerization. Preparation and significance, classification of polymers based on physical properties.
Thermoplastics, Thermosetting plastics, Fibers and elastomers, General Applications. Preparation of
Polymers based on different types of monomers, Olefin polymers(PE,PVC), Butadiene
polymers(BUNA-S,BUNA-N), nylons, Urea-formaldehyde, phenol – formaldehyde, Melamine Epoxy
and Ion exchange resins.
Text Books:
OPEN ELECTIVE - II
Course Objectives:
Art of condensation- summarizing and paraphrasing - Abstract Writing, writing Project Proposal, writing
application for internship, Technical/Research/Journal Paper Writing – Conference Paper writing -
Editing, Proof Reading - Plagiarism
Compare and Contrast – Argumentative Essay – Exploratory Essay – Features and Analysis of Sample
Essays – Writing Book Report, Summarizing, Book/film Review- SoP
Textbooks:
1. Critical Thinking, Academic Writing and Presentation Skills: MG University Edition Paperback –
1 January 2010 Pearson Education; First edition (1 January 2010)
2. Pease, Allan & Barbara. The Definitive Book of Body LanguageRHUS Publishers, 2016
Reference Books:
1. Alice Savage, Masoud Shafiei Effective Academic Writing,2Ed.,2014 .sserPytisrevinUdrofxO
2. Shalini Verma, Body Language, S Chand Publications 2011.
3. Sanjay Kumar and Pushpalata,Communication Skills 2E 2015, Oxford.
4. Sharon Gerson, Steven Gerson,Technical Communication Process and Product, Pearson, New
Delhi, 2014
5. Elbow, Peter. Writing with Power. OUP USA, 1998
1. https://youtu.be/NNhTIT81nH8
2. phttps://www.youtube.com/watch?v=478ccrWKY-A
3. https://www.youtube.com/watch?v=nzGo5ZC1gMw
4. https://www.youtube.com/watch?v=Qve0ZBmJMh4
5. https://courses.lumenlearning.com/publicspeakingprinciples/chapter/chapter-12-nonverbal-
aspects-of-delivery/
6. https://onlinecourses.nptel.ac.in/noc21_hs76/preview
7. https://archive.nptel.ac.in/courses/109/107/109107172/#
8. https://archive.nptel.ac.in/courses/109/104/109104107/
CSE (AI & ML) R23 Regulation
IV B.Tech – I Semester
Course Objectives:
The objectives of this course are to make the student :
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10
11 12
CO -1 3 - - - 2 - - - - - - - 3 3
CO -2 3 3 - - 2 - - - - - - 2 3 3
CO -3 3 - 3 2 3 - - - - - - - 3 3
CO -4 - - 3 3 3 - 2 - - - - - 3 3
CO -5 - - - - - 3 3 2 - - - - - 3
CSE (AI & ML) R23 Regulation
UNIT – I
UNIT – II
UNIT – III
Building Components: Lintels, Arches, Walls, Vaults – Stair Cases – Types of Floors, Types
of Roofs – Flat, Curved, Trussed; Foundations – Types; Damp Proof Course; Joinery – Doors
– Windows – Materials – Types.
UNIT – IV
Mortars, MasonryandFinishing‘s Mortars: Lime and Cement Mortars Brick Masonry – Types
– Bonds; Stone Masonry – Types; Composite Masonry – Brick-Stone Composite; Concrete,
Reinforced Brick. Finishers: Plastering, Pointing, Painting, Claddings – Types – Tiles –
ACP.form Work: Types: Requirements – Standards – Scaffolding – Design; Shoring,
Underpinning.
UNIT – V
TEXT BOOKS:
2015.
REFRENCE BOOKS:
1. Building Construction by B. C. Punmia, Ashok Kumar Jain andArun Kumar Jain - Laxmi
Publications (P) ltd., New Delh
2. P. C. Varghese, Building Materials, Prentice Hall of India, 2015.
3. N.Subramanian ,‖Building Materials Testing and Sustainability‖, Oxford Higher
Education, 2019.
4. R. Chudley, Construction Technology, Longman Publishing Group, 1973.
5. S. K. Duggal, Building Materials, Oxford & IBH Publishing Co. Ltd., New Delhi, 2019
https://archive.nptel.ac.in/courses/105/102/105102088/
CSE (AI & ML) R23 Regulation
IV B.Tech – I Semester
Course Objectives:
The objectives of this course are to make the student to:
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10
11 12
CO -1 3 2 2 2 2 3 - - - - - 1 2 2
CO -2 3 3 3 2 2 3 - - - - - 1 3 2
CO -3 3 3 3 2 2 3 3 - - - - 1 3 3
CO -4 3 3 3 3 2 3 3 - - - - 1 3 3
CO -5 2 2 2 2 2 3 3 3 - - - 1 2 2
CSE (AI & ML) R23 Regulation
UNIT – I
UNIT – IV
Environmental Audit
Introduction - Environmental Audit & Environmental Legislation Objectives of
Environmental Audit, Types of Environmental Audit, Audit Protocol, Stages of
Environmental Audit, Onsite Activities, Evaluation of Audit Data and Preparation of Audit
Report
UNIT – V
REFRENCE BOOKS:
https://archive.nptel.ac.in/courses/124/107/124107160/
CSE (AI & ML) R23 Regulation
TEXT BOOKS:
1. James Momoh, "SMART GRID : Fundamentals of Design and Analysis", John Wiley and
Sons, New York, 2012.
2. Janaka Ekanayake, Nick Jenkins, Kithsiri Liyanage, Jianzhong Wu, Akihiko Yokoyama,
"Smart Grid: Technology and Applications", John Wiley & Sons, New Jersey, 2012.
CSE (AI & ML) R23 Regulation
REFERENCES:
1. Power Grid Corporation of India Limited, "Smart Grid Primer", 1st Edition, Power Grid
Corporation of India Limited, Bangalore, India, 2013.
3. Stuart Borlase, "Smart Grids: Infrastructure, Technology and Solutions", 1st Edition, CRC
Press Publication, England, 2013.
Textbooks:
1. Chee Kai Chua and Kah Fai Leong, ―3D Printing and Additive Manufacturing Principles and
Applications‖ 5/e, World Scientific Publications, 2017.
2. Ian Gibson, David W Rosen, Brent Stucker, ―Additive Manufacturing Technologies: 3D
Printing, Rapid Prototyping, and Direct Digital Manufacturing‖, Springer, 2/e, 2010.
Reference Books:
1. Frank W.Liou, ―Rapid Prototyping & Engineering Applications‖, CRC Press, Taylor &
Francis Group, 2011.
2. Rafiq Noorani, ―Rapid Prototyping: Principles and Applications in Manufacturing‖, John
Wiley&Sons, 2006.
8086 Architecture: Main features, pin diagram/description, 8086 microprocessor family, internal
architecture, bus interfacing unit, execution unit, interrupts and interrupt response, 8086 system
timing, minimum mode and maximum mode configuration.
UNIT II
UNIT III
8086 Interfacing: Semiconductor memories interfacing (RAM, ROM), Intel 8255 programmable
peripheral interface, Interfacing switches and LEDS, Interfacing seven segment displays, software and
hardware interrupt applications, Intel 8251 USART architecture and interfacing, Intel 8237a DMA
controller, stepper motor, A/D and D/A converters, Need for 8259 programmable interrupt
controllers.
UNIT IV
Microcontroller - Architecture of 8051 – Special Function Registers(SFRs) - I/O Pins Ports and
Circuits - Instruction set - Addressing modes - Assembly language programming.
CSE (AI & ML) R23 Regulation
UNIT V
Textbooks:
1. Microprocessors and Interfacing – Programming and Hardware by Douglas V Hall, SSSP Rao,
Tata McGraw Hill Education Private Limited, 3rdEdition,1994.
2. K M Bhurchandi, A K Ray, Advanced Microprocessors and Peripherals, 3rd edition, McGraw
Hill Education, 2017.
3. Raj Kamal, Microcontrollers: Architecture, Programming, Interfacing and System Design, 2 nd
edition, Pearson, 2012.
References:
1. Ramesh S Gaonkar, Microprocessor Architecture Programming and Applications with the 8085,
6th edition, Penram International Publishing, 2013.
2. Kenneth J. Ayala, The 8051 Microcontroller, 3rd edition, Cengage Learning, 2004.
CSE (AI & ML) R23 Regulation
IV B.Tech-I Sem
Unit II: Relational Model: Introduction to relational model, concepts of domain, attribute,
tuple, relation, importance of null values, constraints (Domain, Key constraints, integrity
constraints) and their importance, Relational Algebra, Relational Calculus. BASIC SQL:
Simple Database schema, data types, table definitions (create, alter), different DML
operations (insert, delete, update).
UNIT III: SQL: Basic SQL querying (select and project) using where clause, arithmetic &
logical operations, SQL functions(Date and Time, Numeric, String conversion).Creating
tables with relationship, implementation of key and integrity constraints, nested queries, sub
queries, grouping, aggregation, ordering, implementation of different types of joins,
view(updatable and non-updatable), relational set operations.
Serializability, lock based, time stamp based, optimistic, concurrency protocols, Deadlocks,
Failure Classification, Storage, Recovery and Atomicity, Recovery algorithm.
Introduction to Indexing Techniques: B+ Trees, operations on B+Trees, Hash Based
Indexing:
Textbooks:
1. Database Management Systems, 3rd edition, Raghurama Krishnan, Johannes Gehrke,
TMH (For Chapters 2, 3, 4)
2. Database System Concepts,5th edition, Silberschatz, Korth, Sudarsan,TMH (For
Chapter 1 and Chapter 5)
Reference Books:
1. Introduction to Database Systems, 8thedition, C J Date, Pearson.
2. Database Management System, 6th edition, RamezElmasri, Shamkant B. Navathe,
Pearson
3. Database Principles Fundamentals of Design Implementation and Management,
Corlos Coronel, Steven Morris, Peter Robb, Cengage Learning.
Web-Resources:
1. https://nptel.ac.in/courses/106/105/106105175/
2. https://infyspringboard.onwingspan.com/web/en/app/toc/lex_auth_0127580666728202
2456_shared/overview
CSE (AI & ML) R23 Regulation
IV B.Tech-I Sem
Course Objectives:
1. To introduce the concept of cybercrime and its impact on information security, and provide an
overview of cybercriminal behavior and various classifications of cybercrimes.
2. To explore the methodologies used by cybercriminals to plan and execute attacks, including
techniques like social engineering, botnets, and cloud-related threats.
3. To understand the security risks associated with mobile and wireless devices, and examine
countermeasures for securing mobile computing in organizational environments.
4. To familiarize students with the tools and techniques used in committing cybercrimes, such as
phishing, malware, DoS/DDoS attacks, and code-based exploits.
5. To analyze the implications of cybercrime for organizations, including the cost of cyber
attacks, intellectual property issues, and challenges posed by social computing and web-based
threats.
Course Outcomes:
1. Understand the fundamentals of cybercrime and information security, and explain the legal
and global perspectives, especially with reference to Indian IT Act 2000.
2. Analyze how cybercriminals plan and execute cyber offenses using techniques like social
engineering, cyber stalking, and botnets, including threats posed by cloud computing.
3. Evaluate the security challenges of mobile and wireless devices and formulate measures to
secure mobile environments within an organization.
4. Identify and explain various cyber attack tools and methods such as phishing, keyloggers,
Trojans, and SQL injection used in committing cybercrimes.
5. Assess the organizational implications of cybercrimes, including IPR issues, social media
risks, and formulate strategies to mitigate security and privacy challenges.
Introduction, How Criminals plan the Attacks, Social Engineering, Cyber stalking, Cyber cafe and
Cybercrimes, Botnets: The Fuel for Cybercrime, Attack Vector, Cloud Computing
Introduction, Proliferation of Mobile and Wireless Devices, Trends in Mobility, Credit card Frauds in
Mobile and Wireless Computing Era, Security Challenges Posed by Mobile Devices, Registry
Settings for Mobile Devices, Authentication service Security, Attacks on Mobile/Cell Phones,
Mobile Devices:
CSE (AI & ML) R23 Regulation
Introduction, Proxy Servers and Anonymizers, Phishing, Password Cracking, Keyloggers and
Spywares, Virus and Worms, Trojan Horse and Backdoors, Steganography, DoS and DDoS attacks,
SQL Injection, Buffer Overflow.
Introduction, Cost of Cybercrimes and IPR issues, Web threats for Organizations, Security and
Privacy Implications, Social media marketing: Security Risks and Perils for Organizations, Social
Computing and the associated challenges for Organizations.
Textbooks:
1. Cyber Security: Understanding Cyber Crimes, Computer Forensics and Legal Perspectives, Nina
Godbole and Sunil Belapure, Wiley INDIA.
Reference Books:
1. Cyber Security Essentials, James Graham, Richard Howard and Ryan Otson, CRC Press.
http://nptel.ac.in/courses/106105031/40
http://nptel.ac.in/courses/106105031/39
http://nptel.ac.in/courses/106105031/38
CSE (AI & ML) R23 Regulation
IV B.Tech I Sem L T P C
3 0 0 3
Course Outcomes:
After successful completion of this course, the students should be able to:
Blooms
COs Statements
level
Understand wavelets and wavelet basis and characterize continuous and discrete wavelet
CO1 L2, L3
transforms
CO2 Illustrate the multi resolution analysis ad scaling functions L3, L5
CO3 Implement discrete wavelet transforms with multirate digital filters L3
Understand multi resolution analysis and identify various wavelets and evaluate their
CO4 L2, L3
time- frequency resolution properties.
Design certain classes of wavelets to specification and justify the basis of the application of
CO5 L3,L5
wavelet transforms to different fields
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 - - - - - - - 1
CO2 3 2 2 2 - - - - - - - 1
CO3 3 2 2 1 - - - - - - - 1
CO4 2 2 2 1 - - - - - - - 1
CO5 3 3 2 1 - - - - - - - 1
1-Slightly, 2-Moderately, 3-Substantially.
UNIT – III Filter Banks and the Discrete Wavelet Transform (08)
Analysis - From Fine Scale to Coarse Scale- Filtering and Down-Sampling or Decimating -Synthesis -
From Coarse Scale to Fine Scale -Filtering and Up-Sampling or Stretching - Input Coefficients -
Lattices and Lifting - -Different Points of View.
TEXT BOOK:
REFERENCES:
1. RaghuveerRao, ―Wavelet Transforms‖, Pearson Education, Asia
1. http://users.rowan.edu/~polikar/WAVELETS/WTtutorial.html
2. http://www.wavelet.org/
3. http://www.math.hawaii.edu/~dave/Web/Amara's%20Wavelet%20Page.htm
4. https://jqichina.wordpress.com/wp-content/uploads/2012/02/ten-lectures-of-
waveletsefbc88e5b08fe6b3a2e58d81e8aeb2efbc891.pdf
CSE (AI & ML) R23 Regulation
IV B.Tech I Sem
Course Objectives
1 To provide exposure to smart materials and their engineering applications.
2 To impart knowledge on the basics and phenomenon behind the working of smart materials
3 To explain the properties exhibited by smart materials
4 To educate various techniques used to synthesize and characterize smart materials
5 To identify the required smart material for distinct applications/devices
Textbooks:
Reference Books:
Blooms
Course Outcomes
Level
Identify key discoveries that led to modern applications of shape memory materials, L1,L2, L3,
CO1
describe the two phases in shape memory alloys. L4
Describe how different external stimuli (light, electricity, heat, stress, and
CO2 L1,L2, L3
magnetism) influence smart material properties.
CO3 Summarize various types of synthesis of smart materials L1,L2, L3
CO4 Analyze various characterization techniques used for smart materials L1,L2, L3
CO5 Interpret the importance of smart materials in various devices L1,L2
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1
CO2 3 3 2 1 1
CO3 3 3 1 1 1
CO4 3 2 1 1 1
CO5 3 3 1 1 -
L T P C
INTRODUCTON TO QUANTUM MECHANICS
23A56701b Open Elective – III 3 0 0 3
COURSE OBJECTIVES
4. Quantum Mechanics. S.L.Gupta, V.Kumar, H.V.Sarama and R.C.Sharma, Jai PrakashNath& Co,
Meerut, (1996).
REFERENCE BOOKS:
1. Quantum Mechanics. L.I. Schiff, McGraw Hill Book Co., Tokyo, (1968).
2. Introduction to Quantum Mechanics. Richard L. Liboff, Pearson Education Ltd (Fourth Edn.)
2003.
CourseOutcomes Blooms
After completing this course, students will be able to: Level
CO1 Explain the key principles of quantum mechanics and wave-particle duality L1, L2
CO3 Solve quantum mechanical problems using operator and matrix methods. L2, L4
CO4 Evaluate quantum states using Dirac notation and expectation values. L5
CO5 Analyze angular momentum and spin systems using Pauli matrices and operators. L4, L5
4. https://archive.nptel.ac.in/courses/115/101/115101107/
5. https://archive.nptel.ac.in/courses/122/106/122106034/
6. https://nptel.ac.in/courses/115106066
CourseArticulationMatrix:
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 2
CO2 3 2 2 1 1
CO3 3 3 2 1 1
CO4 3 3 3 2 3
CO5 3 3 1 1 1
IV B.Tech I Sem
Course Objectives
1
To Understand Principle And Concepts Of Green Chemistry.
2
To Understand The Types Of Catalysis And Industrial Applications.
3
To Apply Green Solvents In Chemical Synthesis.
4
To Enumerate Different Sourced Of Green Energy.
5
To Apply Alternative Greener Methods Foe Chemical Reactions
Course Outcomes
Apply the Green chemistry Principles for day to day life as well as synthesis, describe
CO1 the sustainable development and green chemistry, Explain economic and un-economic
reactions, Demonstrate Polymer recycling.
Explain Heterogeneous catalyst and its applications in Chemical and Pharmaceutical
Industries, Differentiate Homogeneous and Heterogeneous catalysis, Identify the
CO2
importance of Bio and Photo Catalysis, Discuss Transition metal and Phase transfer
Catalysis
Demonstrate Green solvents and importance, Discuss Supercritical carbondioxide,
CO3
Explain Supercritical water, recycling of green solvents.
Describe importance of Biomass and Solar Power, Illustrate Sonochemistry, Apply
CO4 Green Chemistry for Sustainable Development; discuss the importance of Renewable
resources, mechanochemical synthesis.
Discuss Alternative green methods like Photoredox catalysis, single electron transfer
CO5 reactions (SET), Photochemical Reactions, Microwave-assisted Reactions and
Sonochemical reactions, examples and applications.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1
CO2
CO3
CO4
CO5
Text Books :
1. M. Lancaster, Green Chemistry An Introductory Text, Royal Society Of Chemistry,
2002.
2. Paul T. Anastas And John C. Warner, Green Chemistry Theory And Practice, 4 th
Edition,
References :
1. Green Chemistry for Environmental Sustainability, First Edition, Sanjay K.
Sharma and AckmezMudhoo, CRC Press, 2010.
2. Edited
Volumeby
8: AlvisePerosa and Maurizio Selva , Hand Book of Green chemistry
IV B.Tech I Sem
Course Objectives:
CO1: Understand the importance of goals and try to achieve them L1, L2
Definition, significance, types of writing skills – Resume writing Vs CV Writing - E-Mail writing,
Cover Letters - E-Mail Etiquette -SoP (Statement of Purpose)
Nature, meaning & significance of Presentation Skills – Planning, Preparation, Presentation, Stage
Dynamics –Anxiety in Public speaking (Glossophobia)- PPT & Poster Presentation
Body Language – Group Behaviour - Team Dynamics – Leadership Skills – Personality Manifestation-
Group Discussion-Debate –Corporate Etiquette
Nature, characteristics, importance & types of Interviews – Job Interviews – Skills for success – Job
searching skills - STAR method - FAQs- Answering Strategies – Mock Interviews
CSE (AI & ML) R23 Regulation
Textbooks:
1. Sabina Pillai, Agna Fernandez. Soft Skills & Employability Skills,2014.Cambridge Publisher.
2.Alka Wadkar. Life Skills for Success, Sage Publications, 2016.
Reference Books:
1. https://youtu.be/gkLsn4ddmTs
2. https://youtu.be/2bf9K2rRWwo
3. https://youtu.be/FchfE3c2jzc
4. https://youtu.be/xBaLgJZ0t6A?list=PLzf4HHlsQFwJZel_j2PUy0pwjVUgj7KlJ
5. https://www.youtube.com/c/skillopedia/videos
6. https://onlinecourses.nptel.ac.in/noc25_hs96/preview
7. https://onlinecourses.nptel.ac.in/noc21_hs76/preview
8. https://archive.nptel.ac.in/courses/109/107/109107172/#
9. https://archive.nptel.ac.in/courses/109/104/109104107/
CSE (AI & ML) R23 Regulation
IV B.Tech – I Semester
Course Objectives:
The objectives of this course are to make the student :
CO – PO Articulation Matrix
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10 11 12
CO -1 3 - - - 2 - - - - - - - 3 3
CO -2 3 3 - - 2 - - - - - - 2 3 3
CO -3 3 - 3 2 3 - - - - - - - 3 3
CO -4 - - 3 3 3 - 2 - - - - - 3 3
CO -5 - - - - 3 3 3 2 - - - - 3 3
CSE (AI & ML) R23 Regulation
UNIT – I
RASTER ANALYSIS
Raster Data Exploration: Query Analysis - Local Operations: Map Algebra, Reclassification,
Logical and Arithmetic Overlay Operations—Neighborhood - Operations: Aggregation,
Filtering – Extended Neighborhood-Operations- Zonal Operations - Statistical Analysis –
Cost-Distance Analysis-Least Cost Path.
UNIT – II
VECTOR ANALYSIS
UNIT – III
NETWORK ANALYSIS
UNIT – IV
Surface Data – Sources of X,Y, Z Data – DEM, TIN – Terrain Analysis – Slope, Aspect,
Viewshed, Watershed Analysis: Watershed Boundary, Flow Direction, Flow Accumulation,
Drainage Network, Spatial Interpolation: IDW, Spline, Kriging, Variogram.
UNIT – V
Customisation of GIS: Need, Uses, Scripting Languages –Embedded Scripts – Use of Python
Script - Web GIS: Web GIS Architecture, Advantages of Web GIS, Web Applications-
Location Based Services: Emergency and Business Solutions - Big Data Analytics.
CSE (AI & ML) R23 Regulation
TEXT BOOKS:
REFRENCE BOOKS:
https://archive.nptel.ac.in/courses/105/105/105105202/
https://onlinecourses.nptel.ac.in/noc19_cs76/preview
CSE (AI & ML) R23 Regulation
IV B.Tech – I Semester
CO – PO Articulation Matrix
Course PO PO PO PO PO PO PO PO PO P P P PS PS
Outco 1 2 3 4 5 6 7 8 9 O O O O1 O2
mes 10 11 12
CO -1 3 - - - 2 - 2 - - - - - 3 3
CO -2 3 3 - - 2 - 3 - - - - 2 3 3
CO -3 3 - 3 2 3 - 3 - - - - - 3 3
CO -4 - - 3 3 3 - 3 2 - - - - 3 3
CO -5 - - - - 3 3 3 3 - - - - 3 3
UNIT – I
Solid Waste: Definitions, Types of Solid Wastes, Sources of Solid Wastes, Characteristics,
and Perspectives; Properties of Solid Wastes, Sampling of Solid Wastes, Elements of Solid
Waste Management - Integrated Solid Waste Management, Solid Waste Management Rules
2016.
UNIT – II
Engineering SystemsforSolid Waste Management: Solid Waste Generation; On-Site
Handling, Storage and Processing; Collection of Solid Wastes; Stationary Container System
and Hauled Container Systems – Route Planning - Transfer and Transport; Processing
Techniques;
UNIT – III
Engineering Systems for Resource and Energy Recovery: Processing Techniques; Materials
Recovery Systems; Recovery of Biological Conversion Products – Composting, Pre and Post
Processing, Types of Composting, Critical Parameters, Problems With Composing -
Recovery of Thermal Conversion Products; Pyrolisis, Gasification, RDF - Recovery of
CSE (AI & ML) R23 Regulation
UNIT – IV
Landfills: Evolution of Landfills – Types and Construction of Landfills – Design
Considerations – Life of Landfills- Landfill Problems – Lining of Landfills – Types of Liners
– Leachate Pollution and Control – Monitoring Landfills – Landfills Reclamation.
UNIT – V
Hazardous Waste Management: – Sources and Characteristics, Effects On Environment, Risk
Assessment – Disposal of Hazardous Wastes – Secured Landfills, Incineration - Monitoring –
Biomedical Waste Disposal, E-Waste Management, Nuclear Wastes, Industrial Waste
Management
TEXT BOOKS:
1. Tchobanoglous G, Theisen H and Vigil SA ‗Integrated Solid Waste Management,
Engineering Principles and Management Issues‘ McGraw-Hill, 1993.
2. Vesilind PA, Worrell W and Reinhart D, ‗Solid Waste Engineering‘ Brooks/Cole
Thomson Learning Inc., 2002.
REFRENCE BOOKS:
1. Peavy, H.S, Rowe, D.R., and G. Tchobanoglous, ‗Environmental Engineering‘, McGraw
Hill Inc., New York, 1985.
2. Qian X, Koerner RM and Gray DH, ‗Geotechnical Aspects of Landfill Design and
Construction‘ Prentice Hall, 2002.
1.C.C Chan, K.T Chau: Modern Electric Vehicle Technology, Oxford University Press Inc., New
York 2001,1st Edition
2.Ali Emadi, ―Advanced Electric Drive Vehicles‖, CRC Press, 2017,1st Edition
Reference Books:
1.Electric and Hybrid Vehicles Design Fundamentals, Iqbal Husain, CRC Press 2021, 3rd Edition.
2.Francisco Díaz-González, Andreas Sumper, Oriol Gomis-Bellmunt,‖ Energy Storage in Power
Systems‖ Wiley Publication, ISBN: 978-1-118-97130-7, Mar 2016,1st Edition
3.A.G.Ter-Gazarian, ―Energy Storage for Power Systems‖, the Institution of Engineering and
Technology (IET) Publication, UK, (ISBN – 978-1-84919-219-4), Second Edition, 2011.
4.Mehrdad Ehsani, Yimi Gao, Sebastian E. Gay, Ali Emadi, ―Modern Elelctric, Hybrid Elelctric and
Fuel Cell Vehicles: Fundamentals, Theory and Design‖, CRC Press, 2004,1st Edition
5.James Larminie, John Lowry, ―Electric Vehicle Technology Explained‖, Wiley, 2003,2nd Edition.
UNIT – I Introduction:
Definition of Quality, Dimensions of Quality, Definition of Total quality management, Quality
Planning, Quality costs – Analysis, Techniques for Quality costs, Basic concepts of Total Quality
Management.
1.Dale H Besterfield, Total Quality Management, Fourth Edition, Pearson Education, 2015.
2.Subburaj Ramaswamy, Total Quality Management, Tata Mcgraw Hill Publishing Company Ltd.,
2005.
3.Joel E.Ross , Total Quality Management, Third Eition, CRC Press, 2017.
Reference Books:
1.Narayana V and Sreenivasan N.S, Quality Management – Concepts and Tasks, New Age
International, 1996.
2.Robert L.Flood, Beyond TQM, First Edition, John Wiley & Sons Ltd, 1993.
3.Richard S. Leavenworth & Eugene Lodewick Grant, Statistical Quality Control, Seventh Edition,
Tata Mcgraw Hill, 2015
4.Samuel Ho , TQM – An Integrated Approach, Kogan Page Ltd, USA, 1995.
• https://www.youtube.com/watch?v=VD6tXadibk0
• https://www.investopedia.com/terms/t/total-quality-management-tqm.asp
• https://blog.capterra.com/what-is-total-quality-management/
• https://nptel.ac.in/courses/110/104/110104080/
• https://onlinecourses.nptel.ac.in/noc21_mg03/preview
• https://nptel.ac.in/courses/110/104/110104085/
• https://nptel.ac.in/noc/courses/noc18/SEM2/noc18-mg39/
CSE (AI & ML) R23 Regulation
Course Outcomes:
After completing the course, the student will be able to,
1. Understand characteristics of Instrumentation System and the operating principle of
motion transducers.
2. Explore working principles, and applications of different temperature transducers and
Piezo-electric sensors.
3. Gain knowledge on flow transducers and their applications.
4. Learn the working principles of pressure transducers.
5. Understand the working principle and applications of force and sound transducers.
UNIT I
Motion Transducers: Resistive strain gauge, LVDT, RVDT, Capacitive transducers, Piezo-electric
transducers, seismic displacement pick-ups, vibrometers and accelerometers.
UNIT II
Temperature Transducers: Standards and calibration, fluid expansion and metal expansion type
transducers - bimetallic strip, Thermometer, Thermistor, RTD, Thermocouple and their
characteristics.
Hall effect transducers, Digital transducers, Proximity devices, Bio-sensors, Smart sensors, Piezo-
electric sensors.
UNIT III
Flow Transducers: Bernoulli‘s principle and continuity, Orifice plate, Nozzle plate, Venture tube,
Rotameter, Anemometers, Electromagnetic flow meter, Impeller meter and Turbid flow meter.
UNIT IV
Pressure Transducers: Standards and calibration, different types of manometers, elastic transducers,
diaphragm bellows, bourdon tube, capacitive and resistive pressure transducers, high and low pressure
CSE (AI & ML) R23 Regulation
measurement.
UNIT V
Force and Sound Transducers: Proving ring, hydraulic and pneumatic load cell, dynamometer and
gyroscopes. Sound level meter, sound characteristics, Microphone.
TEXT BOOKS
IV B.Tech I Sem
Course Objectives:
Course Outcomes:
UNIT I:
UNIT II:
The Data Link Layer, Access Networks, and LANs Lecture: 10 Hrs
Data Link Layer Design Issues, Error Detection and Correction, Elementary Data Link
Protocols, Sliding Window Protocols (Textbook 1)
Introduction to the Link Layer, Error-Detection and -Correction Techniques, Multiple Access
Links and Protocols, Switched Local Area Networks, Link Virtualization: A Network as a
Link Layer, Data Center Networking, Retrospective: A Day in the Life of a Web Page
(Packet) (Textbook 2)
CSE (AI & ML) R23 Regulation
UNIT III:
UNIT IV:
UNIT V:
Textbooks:
Reference Books:
1. https://nptel.ac.in/courses/106105183/25
2. https://www.nptelvideos.in/2012/11/computer-networks.html
3. https://nptel.ac.in/courses/106105183/3
CSE (AI & ML) R23 Regulation
IV B.Tech I Sem
INTERNET OF THINGS L T P C
23A35501T
(Open Elective-IV) 3 0 0 3
Course Objectives:
Course Outcomes:
After completion of the course, students will be able to
Textbooks:
Reference Books:
1. https://www.arduino.cc/
2. https://www.raspberrypi.org/
3. https://nptel.ac.in/courses/106105166/5
4. https://nptel.ac.in/courses/108108098/4
CSE (AI & ML) R23 Regulation
Course Objectives:
Course Outcomes:
Quantum Machine Learning: Basics and Models, Quantum Cryptography and Quantum Key
Distribution, Quantum Algorithms in AI and Optimization, Quantum Advantage and Supremacy,
Ethical and Societal Impact of Quantum Technologies, Future Trends and Research Directions.
Textbooks:
Reference Books:
IV B.Tech I Sem
L T P C
3 0 0 3
23A54702 FINANCIAL
MATHEMATICS
(Open Elective-IV)
Course Objectives:
1. To provide mathematical foundations for financial modelling, risk assessment and asset
pricing.
2. To introduce stochastic models and their applications in pricing derivatives and interest rate
modelling.
3. To develop analytical skills for fixed-income securities, credit risk, and investment strategies.
4. To equip students with computational techniques for pricing financial derivatives.
Course Outcomes:
After successful completion of this course, the students should be able to:
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 2 - - 1 - - - - - 2 1
CO2 3 3 2 2 2 - - - - - 1 1
CO3 3 3 3 3 2 1 - - - - 3 2
CO4 3 3 3 3 1 - - - - - 2 1
CO5 3 3 3 3 3 - - - - - 2 2
• 3 = Strong Mapping, 2 = Moderate Mapping, 1 = Slight Mapping, - = No Mapping
Random Walks and Brownian Motion. Introduction to Stochastic Differential Equations (SDEs): Drift
and diffusion. Ito calculus: Ito‘s Lemma, Ito Integral, and Ito Isometry.
Interest rate models and bond markets. Short-rate models: Vasicek, Cox-Ingersoll-Ross (CIR), Hull &
White models, Credit risk modelling: Hazard function and hazard rate.
Characteristics of fixed-income products: Yield, duration, and convexity. Yield curves, forward rates,
and zero-coupon bonds. Stochastic interest rate models and bond pricing PDE. Yield curve fitting and
calibration techniques, Mortgage Backed Securities.
Stochastic volatility models and the Feynman-Kac theorem.Exotic options: Barriers, Asians, and
Look backs. Monte Carlo methods for derivative pricing, Black-Scholes-Merton model: Derivation
and applications.
Textbooks:
1. Ales Cerny, Mathematical Techniques in Finance: Tools for Incomplete Markets, Princeton
University Press.
2. S.R. Pliska, Introduction to Mathematical Finance: Discrete-Time Models, Cambridge
University Press.
Reference Books:
1. IoannisKaratzas& Steven E. Shreve, Methods of Mathematical Finance, Springer, New York.
2. John C. Hull, Options, Futures, and Other Derivatives, Pearson.
Web References:
• MIT– Mathematics for Machine Learning https://ocw.mit.edu
• Coursera – Financial Engineering and Risk Management (Columbia University)
https://www.coursera.org/
• National Stock Exchange (NSE) India – Financial Derivatives https://www.nseindia.com/
CSE (AI & ML) R23 Regulation
IV B.Tech I Sem
COURSE OBJECTIVES
To provide exposure to various kinds of sensors and actuators and their engineering
1
applications.
To impart knowledge on the basic laws and phenomenon behind the working of sensors and
2
actuators
3 To explain the operating principles of various sensors and actuators
4 To educate the fabrication of sensors
5 To explain the required sensor and actuator for interdisciplinary application
Textbooks:
1. Sensors and Actuators – Clarence W. de Silva, CRC Press, 2nd Edition, 2015
2. Sensors and Actuators, D.A.Hall and C.E.Millar, CRC Press, 1999
Reference Books:
1. Sensors and Transducers- D.Patranabhis, Prentice Hall of India (Pvt) Ltd. 2003
2. Measurement, Instrumentation, and Sensors Handbook-John G.Webster, CRC press 1999
3. Sensors – A Comprehensive Sensors- Henry Bolte, John Wiley.
4. Handbook of modern sensors, Springer, Stefan Johann Rupitsch.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1 3 3 2 2 1
CO2 3 3 2 1 1
CO3 3 3 1 1 1
CO4 3 2 1 1 -
CO5 3 3 1 1 -
IV B.Tech I Sem
Course Objectives
1 To understand basics and characterization of nanomaterials.
2 To understand synthetic methods of nanomatrials.
3 To apply various techniques for charterization of nanomaterials.
4 To understand Studies of Nano-structured Materials
5 To enumerate the applications of advanced nanomaterials in engineering
Course Outcomes
Classify the nanostructure materials; describe scope of nanoscience and importance
CO1
technology.
Describe the top-down approach, Explain aerosol synthesis and plasma arc technique,
CO2 Differentiate chemical vapor deposition method and electrode position method,
Discuss about highenergy ball milling.
Discuss different technique for characterization of nanomaterial, Explain electron
CO3 microscopy techniques for characterization of nanomaterial, Describe BET method for
surface area analysis.
Explain synthesis and properties and applications of nanaomaterials, Discuss about
CO4 fullerenes and carbon nanotubes, Differentiate nanomagnetic materials and
thermoelectric materials, nonlinear optical materials.
Illustrate advance engineering applications of Water treatment, sensors, electronic
CO5 devices, medical domain, civil engineering, chemical engineering, metallurgy and
mechanical engineering, food science, agriculture, pollutants degradation.
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12
CO1
CO2
CO3
CO4
CO5
Unit – I
Basics and Characterization of Nanomaterials: Introduction, Scope of nanoscience and
nanotecnology, nanoscience in nature, classification of nanostructured materials, importance of
nanomaterials.
Unit – II
Synthesis of nanomaterials :Top-Down approach, Inert gas condensation, arc discharge method,
aerosol synthesis, plasma arc technique, ion sputtering, laser ablation, laser pyrolysis, and chemical
vapour deposition method, electrodeposition method, highenergy ball milling method.
CSE (AI & ML) R23 Regulation
Synthetic Methods: Bottom-Up approach, Sol-gel synthesis, microemulsions or reverse micelles, co-
precipitation method, solvothermal synthesis, hydrothermal synthesis, microwave heating synthesis
and sonochemical synthesis.
UNIT-III
Techniques for characterization: Diffraction technique, spectroscopy techniques, electron
microscopy techniques for the characterization of nanomaterials, BET method for surface area
analysis, dynamic light scattering for particle size determination.
UNIT-IV
Studies of Nano-structured Materials: Synthesis, properties and applications of the following
nanomaterials -fullerenes, carbon nanotubes, 2D-nanomaterial (Graphene), core-shell, magnetic
nanoparticles, thermoelectric materials, non-linear optical materials.
UNIT-V
Advanced Engineering Applications of Nanomaterials: Applications of Nano Particle, nanorods,
nano wires, Water treatment, sensors, electronic devices, medical domain, civil engineering, chemical
engineering, metallurgy and mechanical engineering, food science, agriculture, pollutants
degradation.
TEXT BOOKS:
REFERENCE BOOKS:
Nanomaterials
CSE (AI & ML) R23 Regulation
IV B.Tech I Sem
LITERARY VIBES
23A52704 L T P C
(Open Elective-IV)
Course Objectives
Blooms
Course Outcomes
Level
CO1 Identify genres, literary techniques and creative uses of language in literary texts. L1, L2
CO4 Analyze the underlying meanings of the text by using the elements of literary texts L4
Develop as creative, effective, independent and reflective students who are able to
CO6 L3
make informed choices in process and performance
UNIT I: Poetry
1. Ulysses- Alfred Lord Tennyson
2. Ain‘t I woman?-Sojourner Truth
3. The Second Coming-W.B. Yeats
4. Where the Mind is Without Fear-Rabindranath Tagore
Text Books:
References:
6. Dev Neira, Anjana & Co. Creative Writing: A Beginner’s Manual.Pearson India, 2008.
Online Resources
https://www.litcharts.com/poetry/alfred-lord-tennyson/ulysses
https://www.litcharts.com/lit/ain-t-i-a-woman/summary-and-analysis
https://englishliterature.education/articles/poetry-analysis/the-second-coming-by-w-b-yeats-
critical-analysis-summary-and-line-by-line-explanation/#google_vignette
https://sirjitutorials.com/where-the-mind-is-without-fear-poem-notes-explanation/
https://www.litcharts.com/lit/twelfth-night/themes
https://smartenglishnotes.com/2021/11/28/the-luncheon-summary-characters-themes-and-irony/
CSE (AI & ML) R23 Regulation
HONOURS
CSE (AI & ML) R23 Regulation
L T P C
23A31H01 ADVANCED ALGORITHMS FOR AI & ML
3 0 0 3
Course Objective:
To deepen understanding of algorithmic principles for designing scalable and efficient AI/ML
solutions.
To explore advanced topics such as optimization algorithms, randomized and approximation
algorithms, and online learning.
To analyze computational complexity, tractability, and convergence of AI models.
To apply graph-based, evolutionary, and heuristic approaches in solving real-world AI/ML
problems.
To integrate algorithmic strategies for large-scale machine learning, reinforcement learning,
and neural network training.
Course Outcomes:
1. Analyze and apply classical algorithmic techniques including divide and conquer, dynamic
programming, approximation, and randomized algorithms in the context of AI/ML.
2. Implement advanced graph algorithms for shortest paths, flows, and community detection,
and apply them to AI problems like NLP and recommender systems.
3. Apply convex and non-convex optimization strategies, gradient-based learning, and
regularization techniques to train and tune AI/ML models effectively.
4. Use evolutionary, swarm intelligence, and reinforcement learning-based metaheuristic
methods for neural architecture search and complex optimization tasks in AI.
5. Evaluate and design scalable algorithmic solutions with fairness and interpretability for
AI/ML applications, referencing case studies like AlphaGo, GPT, and AutoML systems.
Review of Time and Space Complexity, Divide and Conquer, Dynamic Programming, and Greedy
Algorithms, Recurrence Relations and Master Theorem, Approximation Algorithms: Vertex Cover,
TSP, Set Cover, Randomized Algorithms: Monte Carlo and Las Vegas Types, Probabilistic Analysis
and Tail Bounds, Applications in ML Preprocessing and Feature Selection
Graph Representations and Traversal Algorithms, Shortest Path: Dijkstra‘s, Bellman-Ford, Floyd-
Warshall, Minimum Spanning Trees: Kruskal and Prim, Network Flows and Max Flow-Min Cut
Theorem, Graph-Based Semi-Supervised Learning, PageRank, Centrality, and Community Detection,
Applications in NLP, Vision, and Recommender Systems
Convex and Non-Convex Optimization, Gradient Descent Variants: SGD, Momentum, Adam,
Convergence Analysis and Learning Rates, Duality and Lagrange Multipliers, Regularization: L1, L2,
CSE (AI & ML) R23 Regulation
Genetic Algorithms and Evolutionary Strategies, Swarm Intelligence: PSO, Ant Colony Optimization,
Simulated Annealing and Tabu Search, Multi-objective Optimization, Reinforcement Learning and
Policy Gradient Methods, Neuroevolution: Evolving Neural Networks, Use Cases in Feature
Engineering and Neural Architecture Search (NAS)
Online Learning and Regret Minimization, Bandit Algorithms: Multi-Armed Bandits, Thompson
Sampling, Large-Scale Algorithms: MapReduce, Apache Spark MLlib, Algorithmic Fairness,
Interpretability, and Ethics in AI, Case Studies: AlphaGo, GPT, BERT, Recommendation Engines,
Research Trends in Algorithmic ML and AutoML, Capstone Problem Solving using Hybrid
Algorithms
Text Books:
Reference Books:
Online Courses:
L T P C
23A31H02 DEEP LEARNING & NEURAL NETWORK ARCHITECTURES
3 0 0 3
Course Objectives:
Upon successful completion of this course, the student will be able to:
CO1: Understand the theoretical foundations of neural networks and deep learning.
CO2: Implement and train multilayer perceptrons, CNNs, RNNs, and other architectures.
CO3: Analyze and optimize deep learning models using advanced regularization and tuning
techniques.
CO4: Evaluate the applicability of different neural network architectures for various AI
problems.
CO5: Apply state-of-the-art models such as Transformers and GANs in real-world domains.
Introduction to Artificial Neural Networks, Biological Neuron vs. Artificial Neuron, Perceptron,
Multilayer Perceptron (MLP), Activation Functions: ReLU, Sigmoid, Tanh, Softmax,
Backpropagation and Gradient Descent, Loss Functions: MSE, Cross Entropy, Overfitting,
Regularization (L1/L2), Dropout
Convolution Operation and Feature Maps, Pooling Layers: Max and Average Pooling, CNN
Architectures: LeNet, AlexNet, VGG, ResNet, Transfer Learning and Fine-tuning, Image
Classification, Object Detection Basics, Implementation with TensorFlow/PyTorch
Sequential Data and Time Series, RNN Basics and Backpropagation Through Time (BPTT),
Vanishing and Exploding Gradients, LSTM and GRU Architectures, Applications in Text, Speech,
and Music, Sequence-to-Sequence Models
Attention Mechanism and Self-Attention, Transformers and BERT Architecture, Positional Encoding,
Multi-head Attention, Pre-trained Language Models and Fine-Tuning, Applications in NLP: Text
Classification, Translation, Large Language Models and Transfer Learning
Text Books:
1. Deep Learning – Ian Goodfellow, Yoshua Bengio, and Aaron Courville (MIT Press)
2. Neural Networks and Deep Learning – Michael Nielsen (Online Book)
3. Hands-On Machine Learning with Scikit-Learn, Keras & TensorFlow – Aurélien Géron
(O‘Reilly)
Reference Books:
Course Objectives:
Policy Evaluation and Policy Improvement, Value Iteration and Policy Iteration, Monte Carlo
Prediction and Control, First-visit and Every-visit Methods, Limitations of DP and MC Approaches
TD(0), Sarsa, and Q-Learning Algorithms, Eligibility Traces: TD(λ), Sarsa(λ), Off-policy vs. On-
policy Learning, Linear Function Approximation, Generalization in RL
CSE (AI & ML) R23 Regulation
Policy Gradient Theorem, REINFORCE Algorithm, Baselines and Variance Reduction, Actor-Critic
Architectures, Trust Region and Proximal Policy Optimization (PPO)
Deep Q-Networks (DQN) and Experience Replay, DDPG, A3C, and SAC Algorithms, Exploration
Techniques: ε-greedy, UCB, Intrinsic Rewards, RL in Robotics, Game AI, and Autonomous Systems,
Safety, Ethics, and Fairness in Decision Making
Textbooks:
Reference Books:
1. David Silver’s RL Course Slides & Lectures – DeepMind, University College London
2. Marco Wiering & Martijn van Otterlo (Eds.) – Reinforcement Learning: State of the Art,
Springer
3. Csaba Szepesvári – Algorithms for Reinforcement Learning, Morgan & Claypool
4. Yuxi Li – Deep Reinforcement Learning: An Overview, arXiv survey
L T P C
23A31H04 AI FOR ROBOTICS & AUTOMATION
3 0 0 3
Course Objectives:
CO1: Describe the role of AI in modern software engineering processes and lifecycle stages.
CO2: Apply AI/ML models for requirements gathering, code generation, defect prediction,
and testing.
CO3: Implement intelligent DevOps practices including CI/CD, release automation, and
anomaly detection.
CO4: Analyze data from software pipelines to drive informed decisions and improve quality.
CO5: Develop an end-to-end AI-enabled software delivery pipeline with automated learning-
based optimizations.
Static and Dynamic Testing with AI, Automated Test Case Generation, Defect Detection and
Prediction using ML Models, Sentiment and Bug Report Analysis, AI in Refactoring and Code
Review, Tools: SonarQube, DeepCode
DevOps Overview: CI/CD Pipelines, Infrastructure as Code (IaC), Configuration Management Tools:
Ansible, Puppet,Monitoring and Logging Tools: Prometheus, Grafana, Containerization and
Orchestration: Docker, Kubernetes, Agile and Lean Practices in DevOps
Predictive Analytics for Deployment Success, AI for Log Analytics and Root Cause Analysis, Self-
Healing Systems and Auto-Scaling, Feedback Loops in DevOps using Reinforcement Learning, Data-
Driven Decision Making in Release Management, ChatOps and AIOps Platforms
CSE (AI & ML) R23 Regulation
Case Study: AI-Augmented DevOps in Enterprises, ML-Ops vs. DevOps vs. DataOps, Security in
DevOps (DevSecOps), Explainability and Ethics in AI-Driven Software Engineering, Generative AI
in Software Development, Future Trends and Industry Standards
Textbooks:
1. Tim Menzies, Diomidis Spinellis – Artificial Intelligence and Software Engineering: Status
and Future Directions
2. Len Bass, Ingo Weber, Liming Zhu – DevOps: A Software Architect's Perspective, Addison-
Wesley
3. Thomas Erl, Ricardo Puttini, Zaigham Mahmood – AI & Analytics for DevOps, Pearson
Reference Books:
L T P C
23A31H05 AI ETHICS, FAIRNESS & EXPLAINABILITY
3 0 0 3
Course Objectives:
1. Describe the ethical principles, historical context, and responsibilities associated with AI
deployment across domains like healthcare and law enforcement.
2. Identify different forms of bias in datasets and algorithms, and apply fairness metrics and
mitigation strategies to ensure equitable AI systems.
3. Demonstrate the need for explainability in AI models and utilize tools such as LIME, SHAP,
and Grad-CAM to generate local and global model explanations.
4. Design AI systems with accountability by integrating human oversight, ethical documentation
(e.g., Model Cards, Datasheets), and adherence to global guidelines.
5. Critically assess the broader societal and legal implications of AI in areas such as
surveillance, misinformation, and inclusivity, and explore international policy frameworks.
Types of bias: dataset bias, label bias, historical bias, Fairness definitions: demographic parity, equal
opportunity, individual fairness, Disparate impact and fairness metrics, Algorithmic audits and bias
detection, Fairness-aware learning and mitigation strategies
Textbooks:
Reference Books:
Course Objectives
Tools Required
List of 12 Experiments
L T P C
23A31H07 ROBOTICS & AUTONOMOUS SYSTEMS LAB
0 0 3 1.5
Course Objectives:
Course Outcomes:
Package and deploy AI models using tools such as Flask, FastAPI, and Docker.
Automate machine learning workflows using CI/CD pipelines and MLOps tools.
Monitor and manage deployed models in real-time environments.
Apply version control and model registry techniques effectively.
Deploy models on cloud platforms like AWS, Azure, or GCP and use MLflow, Kubeflow,
etc.
Textbooks:
1. Mark Treveil and Alok Shukla, AI and Analytics in Production: How to Implement
Successful AI and Analytics Applications, O‘Reilly Media.
2. Emmanuel Ameisen, Building Machine Learning Powered Applications, O‘Reilly Media.
Reference Books:
1. Chris Fregly and Antje Barth, Data Science on AWS: Building End-to-End Applications,
O'Reilly.
2. Alfredo Deza and Noah Gift, Practical MLOps, O‘Reilly Media.
3. Soham Kamani, Learning MLOps, Packt Publishing.