Cseds 7
Cseds 7
SYLLABUS
SCHEME
B. Tech. Seventh Semester- OF EXAMINATION
Computer Science & Engineering (Data Science)
B. Tech- 4th Year Semester: 7th
Branch: Computer Science and Engineering
(Data Science)
Periods per
Scheme of Exam Credit
Subject week Total
S.N. Subject Name L+(T+
Code Theory/Practical Marks
L T P P)/2
ESE CT TA
1 Digital Image Processing CS110701 2 1 - 100 20 30 150 3
2 Advanced R Programming CS102702 2 1 - 100 20 30 150 3
3 Deep Learning CS110703 3 0 - 100 20 30 150 3
4 Professional Elective –III Refer Table -II 3 0 - 100 20 30 150 3
5 Open Elective – II Refer Table-I 3 0 - 100 20 30 150 3
6 R Programming Lab CS102791 - - 2 25 - 25 50 1
7 Deep Learning Lab CS110792 - -- 2 25 - 25 50 1
8 Capstone Project Phase -1 CS102793 - - 4 50 - 50 100 2
9 Industrial Training (VT) CS102794 - - 2 - - 25 25 1
10 Universal Human Value - - - - - 25 25
CS100795 -
and Professional Ethics
Total 15 1 8 600 100 300 1000 20
Sl.
Board of Studies (BOS) Courses (Subject) Course Code
No.
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Segmentation Based On Color 08 Hrs
Text Books:
R. C. GONZALEZ, PEARSON
1 DIGITAL IMAGE PROCESSING
R. E. WOODS EDUCATION
WILEY-
2 DIGITAL IMAGE PROCESSING W.K. PRATT
INTERSCIENCE
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Unit III Exploratory Data analysis Population vs. sample, Mean, median, CO 03
mode, Skewness, Variance, standard deviation and coefficient of variability, 08 Hrs
Covariance and Correlation
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Intervals, Hypothesis, Type I and Type II errors, Test for the mean-population 08 Hrs
variance known, The P-value, Comparing two means-Independent Samples
Text Books:
Reference Books:
S. No. Title Author(s) Publisher
https://www.t
utorialspoint.c
1 Tutorials Point (I) simply easy learning Online Tutorial Library (2018)
om/r/r_tutoria
l.pdf
John Wiley
2 R for Dummies Andrie de Vries, Joris Meys
and Sons
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Subject Code Deep Learning L=3 T=2 P=0 Credits = 3
CS110703
Evaluation ESE CT TA Total ESE Duration
Scheme 100 20 30 150 3 Hours
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Text Books:
S.
Title Author(s) Publisher
No.
Ian Goodfellow, The MIT Press
1 Deep Learning Yoshua Bengio, Aaron
Courville
Learning deep Now Publishers
2 Bengio, Yoshua
architectures for AI
Reference Books:
S.
Title Author(s) Publisher
No.
1 Deep Learning Rajiv Chopra Khanna Book Publishing
S.
No. NPTEL Course Name Instructor Host Institute
Web Reference:
https://nptel.ac.in/courses/106/106/106106184/
https://www.coursera.org/specializations/deep-learning
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
c) Evaluate the model performance.
d) Analyse the obtained results
3. Design a neural network (NN) model with one hidden layer for classification
problems. Use Planar data set or any other suitable data set
a) Implement a 2-class classification neural network with a single hidden layer.
b) Use units with a non-linear activation function, such as tanh.
c) Compute the cross-entropy loss.
d) Implement forward and backward propagation.
e) Evaluate the model performance.
f) Analyse the results
4. Implement a multilayer perceptron (MLP) model for prediction such as house prices.
a) Perform Exploratory Data Analysis
b) Prepare dataset
c) Build MLP model
d) Evaluate Model performance
e) Predict for test data
5. Build a Multiclass classifier using the CNN model. Use MNIST or any other suitable
dataset.
a) Perform Data Pre-processing
b) Define Model and perform training
c) Evaluate Results using confusion matrix
6. Design an object detection model using deep neural networks for simple objects.
a) Select appropriate dataset and perform data pre-processing
b) Define architecture in terms of layers
c) Evaluate Model performance
d) Label the object with appropriate text
9. Apply a pre-trained network and apply it to a new task using transfer learning.
a) Use any three pre-trained models including AlexNet, GoogleNet, VGGNet,
MobileNet, ResNet, DenseNet, etc.
b) Fine-tune the hyper-parameters and compare their performance for a suitable
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
application.
14. Design and implement Deep Convolutional GAN to generate images of faces/digits
from a set of given images.
Text Books:
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
1. Write a program to check whether a year (integer) entered by the user is a leap year
or not?
2. Write an R program to find the sum of natural without formula using the if-else
statement and while loop.
3. Write a program that prints the grades of the students according to the marks
obtained. The grading of the marks should be as follows. Marks Grades 800-1000
A+, 700 – 800 A, 500 – 700 B+, 400-500 B, 150 – 400 C, Less than 150 D.
4. Write an R program to make a simple calculator that can add, subtract, multiply and
divide using switch cases and functions.
5. Write a program to perform searching within a list (1 to 50). If the number is found in
the list, print that the search is successful otherwise print that the number is not in
the list. Program:
6. Create a list and data frame that stores the marks of any three subjects for 10
students. Find out the total marks, average, maximum marks and minimum marks
of every subject.
7. Write the steps to import data from Excel to CSV files and apply data viewer
functions like rm(),dim(),head(), tail(), sorting, filtering, searching to view few set of
rows.
8. Write a program to create two 3 X 3 matrices A and B and perform the following
operations:
a. Transpose of the matrix.
b. Addition.
c. Subtraction
9. Write an R program to create a list containing strings, numbers, vectors and logical
values and do the following manipulations over the list:
a. Access the first element in the list
b. Give the names to the elements in the list
c. Add element at some position in the list
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
d. Remove the element
e. Print the fourth element
f. Update the third element
10. Let us use the built-in dataset air quality which has Daily air quality measurements
in New York, May to September 1973. Create a histogram by suing appropriate
arguments for the following statements:
a. Assigning names, using the air quality data set
b. Change colours of the Histogram
c. Remove Axis and Add Labels to Histogram
d. Change Axis limits of a Histogram
e. Create a Histogram with density and Add Density curve to the Histogram
11. Design a data frame in R for storing about 20 employee details. Create a CSV file
named “input.csv” that defines all the required information about the employee such
as id, name, salary, start_date, dept. Import into R and do the following analysis.
a. Find the total number rows & columns
b. Find the maximum salary
c. Retrieve the details of the employee with maximum salary
d. Retrieve all the employees working in the IT Department
e. Retrieve the employees in the IT Department whose salary is greater than
20000 and write these details into another file “output.csv”.
12. Create a dataset or table [„Smart Phone”] in an excel sheet that stores the mobile
information [price, company name, model, Sale Percent] of five different companies.
Store at least 20 rows. Write the scripts and find out the output for the following
information.
a. Maximum price of the mobile of each company
b. Minimum price of mobile of each company
c. Average price of mobile of each company
d. Total Price of mobile of each company
Text Books:
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
CO _
UNIT-I INTRODUCTION TO INTERNET: Introduction, Evolution of Internet, Internet
Applications, Internet Protocol -TCP/IP, UDP, HTTP, Secure Http(Shttp) Internet Addressing __ Hrs
– Addressing Scheme – Ipv4 & IPv6, Network Byte Order, Domain Name Server and IP
Addresses, Mapping . Internet Service Providers, Types Of Connectivity Such As Dial-Up
Leaded Vsat Etc. Web Technologies: ThreeTier Web Based Architecture; Jsp, Asp, J2ee, .Net
Systems
CO _
UNIT-II HTML CSS AND SCRIPTING: HTML - Introduction, Sgml, Dtd(Document
Type Definition, Basic Html Elements, Tags and usages, HTML Standards , Issues in HTML __ Hrs
Dhtml: Introduction Cascading Style Sheets: Syntax ,Class Selector, Id Selector Dom
(Document ObjectModel) & DSO (Data Source Object) Approaches To Dynamic Pages: Cgi,
Java Applets, Plug Ins, Active X, Java Script –Java Script Object Model, Variables-Constant
– Expressions, Conditions Relational Operators- Data Types – Flow Control – Functions &
Objects-events and event handlers – Data type Conversion & Equality – Accessing HTML
form elements
CO __
UNIT-III XML: What is XML – Basic Standards, Schema Standards, Linking & __Hrs
Presentation Standards, Standards that build on XML, Generating XML data, Writing a
simple XML File, Creating a Document type definition, Documents &Data ,Defining
Attributes & Entities in the DTD ,Defining Parameter Entities & conditional Sections,
Resolving a naming conflict, Using Namespaces, Designing an XML data structure,
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Normalizing Data, Normalizing DTDS
CO _
UNIT-IV INTERNET SECURITY & FIREWALLS: Security Threats From Mobile
Codes, Types Of Viruses, Client Server Security Threats, Data & Message Security, Various __ Hrs
electronic payment systems, Introduction to EDI, Challenges– Response System, Encrypted
Documents And Emails,Firewalls: Hardened Firewall Hosts, Ip- Packet Screening, Proxy
Application Gateways, Aaa (Authentication, Authorization And Accounting).
CO __
UNIT-V WEBSITE PLANNING & HOSTING: Introduction, Web Page Lay-Outing, __Hrs
Where To Host Site, Maintenance Of Site, Registration Of Site On Search Engines And
Indexes, Introduction To File Transfer Protocol, Public Domain Software, Types Of Ftp
Servers (Including Anonymous),Ftp Clients Common Command. Telnet Protocol, Server
Domain, Telnet Client, Terminal Emulation. Usenet And Internet Relay Chat.
Text Books:
S.
No. Title Author(s) Publisher
Internet & Intranet TMH
1 Daniel Minoli
Engineering
Alexis Leon and Tech World
2 Internet for Every One Mathews Leon
Reference Books:
S.
No. Title Author(s) Publisher
Using HTML 4, XML and Eric Ladd, Jim
1 Prentice Hall of India -1999
JAVA O’Donnel
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Subject Code
Enterprise Resource Planning L=3 T=0 P=0 Credits = 3
CS100742
ESE CT TA Total ESE Duration
Examination 100 20 30 150 3 Hours
Scheme
Minimum number of class tests to be
Minimum Assignments=02
conducted=02
To know the basics of ERP and business To know the basics of ERP
modules of ERP. To understand the key implementation issues of
To understand the key implementation ERP
issues of ERP. To know the business modules of ERP
To be aware of some popular products in the To be aware of some popular products in the
area of ERP. area of ERP
To appreciate the current and future trends To appreciate the current and future trends in
in ERP ERP
Unit-I Introduction: Overview of enterprise systems ñ Evolution - Risks and benefits – Fundamental
technology - Issues to be consider in planning design and implementation of cross functional
integrated ERP systems. Introduction to SAP
Unit- II ERP Solutions and Functional Modules: Overview of ERP software solutions- Small,
medium and large enterprise vendor solutions, BPR and best business practices - Business process
Management, Functional modules.
Unit-III ERP Implementation: Planning Evaluation and selection of ERP systems - Implementation
life cycle - ERP implementation, Methodology and Frame work- Training ñ Data Migration – People
Organization in implementation-Consultants, Vendors and Employees.
Unit-IV Post Implementation: Maintenance of ERP- Organizational and Industrial impact; Success
and Failure factors of ERP Implementation. Emerging Trends on ERP: Extended ERP systems and
ERP add-ons -CRM, SCM, Business analytics - Future trends in ERP systems-web enabled, Wireless
technologies, cloud computing.
Unit V ERP and Related Technologies. ERP and Related Technologies. Business Process
Reengineering (BPR). Management Information System (MIS). Executive Information System.
Decision support System (DSS). Supply Chain Management (SCM) Other Related Technologies of
SCM E-Procurement; E-Logistics; Internet Auctions; E-markets; Electronic Business Process
Optimization; Business Objects in SCM; E commerce
SYLLABUS
B. Tech. Seventh Semester- Computer Science & Engineering (Data Science)
Text Books:
Reference Books: