Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
181 views2 pages

USN 18CS654: B. E. Degree (Autonomous) Sixth Semester End Examination (SEE)

This document is a model question paper for a 6th semester Data Science exam. It contains 10 multiple choice questions with 2 parts each. The questions cover various data science topics like probability, statistics, machine learning algorithms, deep learning concepts, and network analysis. Students are instructed to answer 5 full questions by writing Python code and diagrams when needed. Each question is assigned marks and cognitive level based on Bloom's taxonomy.

Uploaded by

Sarmi Harsha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views2 pages

USN 18CS654: B. E. Degree (Autonomous) Sixth Semester End Examination (SEE)

This document is a model question paper for a 6th semester Data Science exam. It contains 10 multiple choice questions with 2 parts each. The questions cover various data science topics like probability, statistics, machine learning algorithms, deep learning concepts, and network analysis. Students are instructed to answer 5 full questions by writing Python code and diagrams when needed. Each question is assigned marks and cognitive level based on Bloom's taxonomy.

Uploaded by

Sarmi Harsha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

(Page 1 of 2)

USN 18CS654
B. E. Degree (Autonomous) Sixth Semester End Examination (SEE)

DATA SCIENCE
(Model Question Paper – I)

Time: 3 Hours] [Maximum Marks: 100


Instructions to students:
1. Answer FIVE FULL questions
2. Write the Python Code and diagrams to support
your explanation as necessary.

RBT
Q.No. Questions Marks CO Cognitive
Level
a) Illustrate central limit theorem with a neat diagram. 7 CO1 L3

1. b) Explain pdf and cdf in detail. 7 CO1 L3


Describe dispersion and variance and write the python code
c) 6 CO1 L2
to compute the variance.
OR

a) Discuss Conditional probability with an example in detail. 7 CO1 L2


Explain standard deviation and interquartile range and write
b) python code to compute standard deviation and interquartile 6 CO1 L3
2. range.
Write a function to create a matrix given its shape and a
c) function for generating its elements. Then use the function to 7 CO1 L3
generate to 5 x 5 identity matrix.

Explain how gradient descent is used to fit parameterized


a) 10 CO2 L3
models.
3.
Explain p-Values with an example. 10 CO2 L2
b)

OR
4. a) Illustrate web scraping using Python programming by 10 CO2 L3
considering the below hypothetical scenario.
The VP of Policy at DataSciencester is worried about
potential regulation of the data science industry and asks you

Dr. Ambedkar Institute of Technology, Bengaluru – 560056


(An Autonomous Institution Affiliated to Visvesvaraya Technological University, Belgaum)
(Page 2 of 2)
to quantify what Congress is saying on the topic. In
particular, he wants you to find all the representatives who
have press releases about “data”.
Describe how data can be manipulated by considering an
b) 10 CO2 L2
example.

a) Explain the standard errors of regression coefficients. 10 CO3 L3


5.
b) Discuss the nearest neighbor model in detail. 10 CO3 L2
OR

a) Discuss Bias-Variance Tradeoff in detail. 10 CO3 L2


6. Describe theoretically the Naive Bayes theorem to model a
b) 10 CO3 L2
sophisticated spam filter.

Write Python program to compute Softmaxes and Cross-


a) 10 CO3 L3
Entropy in Deep Learning.
7.
Compute tensors in deep learning by implementing the
b) 10 CO3 L3
concepts in Python.
OR

a) Construct linear layers with implementation in Python. 10 CO3 L3


8. Write Python program to train a network that can compute
b) 10 CO3 L3
XOR.

Discuss word clouds and write Python program to generate


a) 10 CO4 L2
word clouds.
9.
b) Explain betweenness centrality in detail. 10 CO4 L3

OR

a) Describe Recurrent Neural Network in detail. 10 CO4 L2


10.
b) Explain eigen vector centrality in detail. 10 CO4 L2

******

Dr. Ambedkar Institute of Technology, Bengaluru – 560056


(An Autonomous Institution Affiliated to Visvesvaraya Technological University, Belgaum)

You might also like