5th Sem Syllabus Autonomy (6) (1)
5th Sem Syllabus Autonomy (6) (1)
Sr. Course Code Course BOS/ Course Name Contact Hours Marks Total ESE
No. Category Dept Marks Duration
Theory Practical
S.N. Course Code Course Name S.N. Course Code Corse Name
1. 25UOE523T AI for Cyber Security 1. 25UAI521T Human Computer Interface (HCI)
2. 25UOE524T Augmented Reality and
2. 25UAI522T Cloud Computing
Virtual Reality
3. 25UAI523T Information Security
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
UNIT 1 [8HOURS]
UNIT 2 [8HOURS]
Data Abstraction, Data Independence.E/R Data model. SQL Concept.Relational Data Model,
Concept of relations, Schema-instance distinction.
UNIT 3 [8HOURS]
Concept of Keys, referential integrity andforeign keys, Relational algebra operators, Tuple
Relation Calculus, Domain Relation Calculus.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
UNIT 4 [7HOURS]
Physical and logical hierarchy Concept of index, B-trees. Concepts of Functional dependency,
Normalization-(1, 2, 3, BCNF), Business data analysis.
UNIT 5 [7HOURS]
Overview: Query Processing and Optimization, measures of query cost estimation in query
optimization, Structure of query evaluation plans.
UNIT 6 [7HOURS]
Textbooks:
Reference Books:
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
At least 10 practicals and at least 1 application based innovative practical (mini
Project)
Sr. No. Description
1. Design and implement a relational database schema using SQL DDL
commands (CREATE, ALTER, DROP).
2 Define and enforce integrity constraints (Primary Key, Foreign Key, Unique,
Not Null, Check).
3 Populate and query the database using DML commands (INSERT,
UPDATE, DELETE, SELECT).
4 Implement aggregate functions (SUM, AVG, MIN, MAX, COUNT, GROUP
BY, HAVING).
5 Construct complex SQL queries using nested subqueries and set
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Textbooks:
Reference Books:
Course Objectives:
1 To evaluate the efficiency of algorithms using time and space complexity with asymptotic
notations.
2 To analyze algorithm design strategies, including Divide & Conquer, Dynamic Programming,
Greedy, and Backtracking.
Course Outcomes:
After successfully completing the course the student should be able to,
CO1 Interpret time and space complexity of algorithms using asymptotic notations. 2
CO2 Explain the efficiency of recursive and iterative algorithms using recurrence relations. 2
CO5 Categorize basic traversal and backtracking techniques for solving optimization and 4
combinatorial problems.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Contents:
UNIT I: [7 Hours]
Introduction to Algorithms Basics of Algorithms and their Importance, worst case and
average case analysis, Algorithm Analysis: Time and Space Complexity, Asymptotic
notations, Analyzing Recursive Algorithms, Case Study: Example of Algorithm Efficiency
Sorting algorithm such as Insertion sort ,recursive function and recurrence relations,
solution of recurrence relations using technique of characteristics equation, Amortised
analysis
Divide and conquer basic strategy: Binary search, quick sort, merge sort, heap sort, Greedy
method: Basic strategy, Fractional Knapsack problem, application to job sequencing with
deadlines problems, minimum cost spanning trees, single source shortest path.
UNITI V: [07Hours]
Dynamic Programming: Basic strategy, multistage graphs, all pairs shortest path, single
source shortest path, travelling salesman problem, Longest common sequence,0/1 Knapsack
problem.
UNIT V: [08Hours]
Basic Traversal and Search Techniques: Breadth first search, Depth first search,
Backtracking: Basic strategy, N-Queen’s problem, graph coloring, Hamiltonian cycles.
Textbooks:
Reference books:
1. The Design and Analysis of Algorithms By Alfred V. Aho, John E. Hopcraft, Jeffrey
Course Objectives:
1 To explain the basic algorithmic strategies and apply them to solve simple to
moderate computational problems.
2 To apply different algorithmic paradigms such as Divide and Conquer, Greedy, and
Dynamic Programming to optimize performance.
3 To evaluate and Design efficient algorithms with respect to time and space
complexity for real-world applications.
Course Outcomes:
After successfully completing the course the student should be able to,
CO4 Assess algorithm efficiency and optimize code for better performance. 5
Course Contents:
At least 10 practicals and at least 1 application based innovative practical (mini Project)
Sr. Description
No.
1. Implement Merge Sort using Divide and Conquer strategy
2 Implement Quick Sort and analyze its worst-case complexity
3 Solve 0/1 Knapsack Problem using Dynamic Programming
4 Solve Longest Common Subsequence (LCS) using DP
5 Implement Dijkstra’s Algorithm for shortest path
6 Solve N-Queens Problem using Backtracking
7 Implement Floyd-Warshall Algorithm for all-pairs shortest path
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Textbook
1. Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, Introduction to
Algorithms, 3rd Edition, MIT Press.
Reference Books
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
CO2 Build and evaluate machine learning models using practical tools 3
CO3 Critically Analyze and interpret model results and their limitations. 4
Course Contents:
UNIT 1 [6 HOURS]
Introduction to Machine Learning: what is Machine Learning? Machine learning and its
types(Supervised, unsupervised reinforcement), Learning Paradigms: Inductive, Deductive,
Transudative Learning, issues in machine learning, Applications of Machine learning, well-
posed learning problems
UNIT 2 [10HOURS]
Understanding biological neuron and artificial neuron, Types of activation functions,
Architecture of neural network, Learning process in ANNMcCulloch Pitts Neuron,
Thresholding logic, Perceptron, perceptron learningalgorithm, Multilayer perceptron (MLPs),
Representation power of MLPs, Sigmoid neurons, Gradient descent.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
UNIT 3 [ 06 HOURS]
Supervised Learning:
Regression Types of data: Numerical and categorical data,data issues and remediation, Data
pre-processing: Data Cleaning, Data Reduction, Data Integration, Data Transformation, Types
of regression: Linear Regression, Multiple linear regression, Polynomial regression model.
UNIT 4 [8 HOURS]
Supervised Learning: Classification
Logistic regression, K-nearest neighbour (KNN), Naive Bayes Decision trees, Support vector
machine, Recommendation Systems: Content based and collaborative techniques.
UNIT 5 [6 HOURS]
Unsupervised Learning: Introduction
Clustering, K-means clustering, Apriori algorithm and association rule, anomaly detection
algorithm, Hierarchical clustering, K-Medoids.
UNIT 6 [6 HOURS]
Trends and applications in Machine learning:
Ensemble learning, Bagging, randomization, Boosting, Applications of Machine learning:
Image recognition, speech recognition, Prediction recommendation: email spam and malware
filtering, virtual personal assistant, online fraud detection.
Text Books:
1. Machine Learning by Subramanian Chandramouli, Saikat Dutt, Amit Kumar Das
2. Machine Learning by Tom Mitchell, Mc.Graw
Reference books:
Course Objectives:
1 To enable students to apply basic machine learning techniques such as data preprocessing,
classification, regression, clustering, and model evaluation using Python and Orange tool,
thereby developing hands-on skills to solve real-world problems.
2 To empower students to evaluate and compare machine learning models by calculating key
performance metrics (e.g., mean absolute error, mean squared error) and identifying
underfitting and overfitting phenomena.
3 To develop students' ability to implement and apply advanced machine learning algorithms
(such as Support Vector Machines, K-Means clustering, and Naive Bayes) in real-time
environments using both Python and the Orange tool.
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
The interactive experiments in this lab will give the students an opportunity for
learning and better understanding of the basic concepts and constructs of Machine
Learning as well as advanced methodology concepts.
Sr.No Index CO BT
1 Create a Python program to demonstrate data pre-processing for 1 3
machine learning, Model it on an orange tool as well.
2 Evaluate a regression model using the following metrics: 1 4
1) mean absolute error
2 )mean squared error
3 Create a program for overfitting and underfitting model on 2 3
orange tool
4 Create a Python program to perform Logistic Regression . 2 3
5 Create a Python program to apply K-nearest neighbour (KNN) . 3 3
6 Model Naive Bayes Algorithm in an orange tool. 3 3
7 Create a python program to implement Decision trees 4 3
8 Create a python program to implement Support vector machine 4 3
9 Create a python program to implement K-means clustering 5 3
10 Create a procedure for Apriori algorithm in orange tool 5 3
11 Model Hierarchical clustering in orange tool 5 3
Textbooks:
1. Muller, A. C., & Guido, S. (2022). Introduction to Machine Learning with Python: A
Guide for Data Scientists (2nd Edition). O'Reilly Media.
Reference books:
1. Geron, A. (2022). Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow (3rd
Edition). O'Reilly Media.
2. Agarwal, R., & Bansal, S. (2022). Practical Machine Learning with Python: A Problem-
Solver’s Guide to Building Real-World Machine Learning Systems. Packt Publishing.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Objectives:
1 To explain the fundamental concepts of sensors and actuators in IoT systems.
2 To explore interfacing techniques and communication protocols for sensor-actuator
integration.
3 To demonstrate the role of sensors and actuators in real-world IoT applications.
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
UNIT 1 [6 HOURS]
UNIT 2 [6 HOURS]
UNIT 3 [8 HOURS]
UNIT 4 [8 HOURS]
Textbook:
1. "Internet of Things: A Hands-On Approach" by Arshdeep Bahga and Vijay Madisetti, 2nd Edition,
VPT, 2020.
2. "Sensors and Actuators: Engineering System Instrumentation" by Clarence W. de Silva, CRC Press,
2015.
References:
1. "Practical Electronics for Inventors" by Paul Scherz and Simon Monk, 4th Edition, McGraw-Hill,
2016.
2. "Embedded Systems: Introduction to Arm® Cortex™-M Microcontrollers" by Jonathan W.
Valvano, 4th Edition, 2019.
3. "IoT Design Prototyping with the ESP32" by Douglas T. Starnes, 1st Edition, Apress, 2021.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Objectives :
1 To explain human cognitive processes, memory structures, and information
retrieval techniques for user-centered design.
2 To analyze user needs, apply interaction design principles, and implement
prototyping models.
3 To evaluate user experiences using expert analysis techniques and develop
interfaces integrating BCI concepts.
Course Outcomes:
After successfully completing the course the student should be able to,
CO1 Describe HCI concepts, memory structures, and information retrieval 2
techniques.
CO2 Differentiate interaction styles, usability principles, and heuristic 3
techniques.
CO3 Explain methods for gathering user needs and design suitable prototypes. 2
CO4 Evaluate expert analysis and user-based evaluation methods. 5
CO5 Develop BCI- integrated solutions for improved user experiences. 6
Course Contents:
UNIT 1 : [8 hours]
Introduction to HCI and Human Memory: Definition and history of HCI, Problems
and Challanges in HCI, physiological, perceptual, and cognitive components of human
memory, Three forms of human memory: sensory buffers, short-term memory
(working memory), and long-term memory (LTM). How information gets to LTM:
Rehearsal, unconscious consolidation, meaningful associations. Two types of LTM:
Declarative and implicit memory. Ways to improve the learning/storage process
Information access/retrieval: Recall vs. recognition. Methods for improving recall:
Association, categorization, and visualization. Reasoning and logic structures: Humans
vs. computers
UNIT 2 : [8 hours]
Interaction Styles : Types of interaction (or dialog styles) Commandline, menus, form-
filling and GUIS, Principles, standards, and guidelines, Three categories of primary
usability principles: Learnability, flexibility, and robustness, Golden rules and
heuristics : Shneiderman’s 8 Golden Rules & Nielsen’s 10 heuristics.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
UNIT 3 : [7 hours]
Techniques to gather user needs: Interviews, focus groups, observation, participatory
design, Use of persona, scenarios, and storyboards during the design process, Prototyping
design: Steps involved in prototype designing, Prototype Models : Throw-away,
Incremental, and Evolutionary
UNIT 4 : [7 hours]
Introduction to different types of models : GOMS family of models (KLM and CMN-
GOMS), Fitts’ law and Hick-Hyman’s law. Design Evaluation : Expert analysis and user
participation, Approaches to expert analysis: Cognitive walkthroughs, heuristic
evaluation, modelbased evaluation, and evaluation based on existing research
UNIT 5 : [7 hours]
Types of user-based evaluation: Observational methods, query techniques, physiological
and direct recording, and experimental methods, Experimental Evaluation and
Empirical Methods: Hypothesis testing Choosing participants and sample size
UNIT 6 : [8 hours]
Brain-Computer Interaction (BCI) and Neuroprosthetics/ Sensory substitution : What
is BCI? BCI and brain plasticity Neuroergonomics and Neurocognitive EngineeringCase
Study1: The "Silent Speech" BCI
Text Books :
1. Alan Dix (2008). Human Computer Interaction. Pearson Education. ISBN 978-81-
317- 1703-5.
2. The essential guide to user interface design wilbert o galitz wiley dream tech. 2nd
Edition Paperback – 1 January 2002 - ISBN-978-8126502806
3. Human Computer Interaction Research in Web Design and Evaluation – by Panayiotis
Zaphiris, Sri Kurniawan. Publisher-IGI Publishing ISBN-978-1599042466
Reference Books :
1. Human-Computer Interaction by Dan Olsen Publisher-Cengage Learning, ISBN-
978-8131511374
2. INTERACTION DESIGN by Helen Sharp , Jennifer Preece , Yvonne Rogers ISBN-
978-0471492788, Publisher - John Wiley & Sons
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Objectives:
1 To describe the fundamental concepts, service models, and deployment models of cloud
computing.
2 To analyze the role of virtualization, cloud platforms, and security in cloud computing.
3 To evaluate emerging trends and future applications in cloud computing.
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
UNIT 1 [8 HOURS]
UNIT 2 [7 HOURS]
Virtualization in Cloud Computing : Definition and Types of Virtualization , Role of
Virtualization in Cloud Computing ,Hypervisors: Types and Applications ,Virtual Machines
(VMs) vs Containers (Docker, Kubernetes) ,Resource Management through Virtualization
UNIT 3 [7 HOURS]
Cloud Architecture and Services: Basics of Cloud Architecture Elasticity , Scalability , and
Load Balancing, Cloud Storage: AWS S3, Google Drive, Azure Blob Compute Services:
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
AWS EC2, Google Compute Engine , Practical Example: Hosting an Application in the
Cloud
UNIT 4 [7 HOURS]
Cloud Platforms and Tools:
Introduction to Popular Cloud Platforms: AWS, Azure, Google Cloud, Features of AWS
(EC2, S3, Lambda, RDS), Basics of Azure and Google Cloud Services, Cloud SDKs and
APIs for Development
UNIT 5 [8 HOURS]
Cloud Security and Privacy
Security Challenges in Cloud Computing, Identity and Access Management (IAM), Data
Encryption and Protection, Backup and Disaster Recovery Strategies, Legal and Compliance
Issues in Cloud
UNIT 6 [8 HOURS]
Emerging Trends and Future Applications
Serverless Computing and Edge Computing, Cloud Integration with IoT and Big
DataArtificial Intelligence (AI) in the Cloud, Multi-Cloud and Hybrid Cloud
Strategies,Green Cloud Computing and Environmental Sustainability
Text Books:
1. Cloud Computing: Principles and Paradigms, Editors: Rajkumar Buyya, James Broberg,
Andrzej M. Goscinski, Wiley,2011
Reference Books:
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
UNIT 1 [8HOURS]
UNIT 2 [8HOURS]
UNIT 3 [8HOURS]
Symmetric and Asymmetric Cryptographic Techniques : Fiestel Structure, DES, AES, RSA
Algorithms.
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
UNIT 4 [7HOURS]
Authentication and Digital Signatures : Use of Cryptography for authentication, Secure Hash
function, Digital signature, Key management – Kerberos
UNIT 5 [7HOURS]
UNIT 6 [7HOURS]
Textbooks:
Reference books:
1. William Stallings,“Computer Security Principle And Practices”Pearson Publication, 2020
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
Introduction to Power BI, Downloading and installing Power BI, Component of PowerBI,
building block of PowerBI:-Visualization, Database, Reports, Dashboards, Key and Benefits
of PowerBI, Importing Data in Power BI,- Viewing data, fields, designer and model Creating
Dashboard ,Comparison Tools, Power Query Editor, Power Query Editor – Merge Queries,
Data Modeling, Dashboard Options, Visualization Options
HR Analytics Dashboard, Power BI - Visualization Charts, Excel Integration, DAX Basics
Introduction to Reinforcement Learning (RL) & Q-Learning, Deep Learning Using
TensorFlow & PyTorch , Training AI Agents , Deploying AI Models for Autonomous
Decision-Making
Textbooks:
1. Praveen, R. V. (n.d.). Quantitative Aptitude and Reasoning (3rd ed.). PHI Learning.
2. Schildt, H. (2018). Java: The Complete Reference (11th ed.). McGraw Hill.
3. O’Connor, E. (2021). Microsoft Power BI Dashboard – Step by Step (1st ed.). Microsoft
Press.
Reference books:
Course Objectives:
After successfully completing the course the student should be able to,
Course Outcomes:
Course Contents:
UNIT 1 [8 HOURS]
Basics of Cyber Security: Threats, Vulnerabilities, and Attacks. Role of AI and Machine
Learning in Cyber Security .Types of AI techniques used in Cyber Security. Supervised vs.
Unsupervised Learning for Threat Detection . AI-based Security Tools and Frameworks
UNIT 2 [7 HOURS]
Data Collection and Preprocessing for Cyber Security. Feature Engineering and Selection for
Security Applications. Intrusion Detection Systems (IDS) using Machine Learning . Malware
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Detection and Classification with AI. AI for Phishing and Spam Email Detection.Adversarial
Machine Learning and Evasion Techniques.
UNIT 3 [7 HOURS]
AI-based Anomaly Detection for Network Security, Behavior Analysis and User
Authentication using AI,Automated Threat Intelligence and Risk Assessment,AI in Digital
Forensics: Log Analysis and Evidence Gathering, AI in Security Operations Centers (SOC)
UNIT 4 [8 HOURS]
AI in Ethical Hacking and Penetration Testing, AI for Reverse Engineering and Exploit
Detection,Securing AI Systems Against Cyber Threats,Explainability and Bias in AI-based
Security Solutions,Future Trends: Quantum AI, Blockchain Security, and Zero Trust AI
Texts books:
Reference Books:
Course Objectives:
Course Outcomes:
After successfully completing the course the student should be able to,
Course Contents:
UNIT 1 [6 HOURS]
Introduction to AR and VR: Definitions and key concepts of AR and VR. History and
evolution of AR and VR technologies. Differences between AR, VR, and Mixed Reality
(MR). Applications and use cases in gaming, healthcare, education, and more. Ethical and
societal impacts of AR and VR.
UNIT 2 [6 HOURS]
UNIT 3 [8 HOURS]
Computer Vision and 3D Graphics
Lokmanya Tilak Jankalyan Shikshan Sanstha’s
PRIYADARSHINI COLLEGE OF ENGINEERING
(An Autonomous Institute Affiliated to R.T.M.Nagpur
University, Nagpur)
Near CRPF Campus, Hingna Road, Nagpur-440 019, Maharashtra (India)
Phone :07104 – 299381, Fax : 07104 – 299648,
E-mail : principal.pce.ngp@gmail.com, www.pcenagpur.edu.in
AICTE ID No. 5435581; DTE CODE No. 4123; UNIVERSITY CODE No. 278
Accredited with Grade “A+” by NAAC
Basics of computer vision for AR/VR: Object detection, tracking, and SLAM, 3D modeling
and transformations, Scene creation, lighting, and shading in AR/VR, Stereoscopic rendering
and depth perception
UNIT 4 [7 HOURS]
Interaction Design and User Experience
Interaction techniques for AR and VR environments, Designing intuitive user interfaces for
AR/VR applications, Principles of immersion, presence, and engagement, Evaluating user
experience in AR/VR systems
Texts books:
1. Augmented Reality: Principles and Practice" by Dieter Schmalstieg and Tobias Hollerer,
Addison-Wesley.
2. "Virtual Reality" by Steven M. LaValle, Cambridge University Press, .
3. "Learning Virtual Reality: Developing Immersive Experiences and Applications for
Desktop, Web, and Mobile" by Tony Parisi, O'Reilly Media.
Reference books:
1. "3D User Interfaces: Theory and Practice" by Doug A. Bowman, Ernst Kruijff, Joseph J.
LaViola Jr., and Ivan Poupyrev, Addison-Wesley.