0% found this document useful (0 votes)
7 views4 pages

NM (2020)

The document is an examination paper for the 5th Semester Computer Science course focusing on Numerical Methods. It includes various questions related to numerical techniques, machine learning concepts, and algorithms, requiring students to demonstrate their understanding and application of these topics. Candidates are instructed to answer in their own words, with specific marks allocated to each question.

Uploaded by

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

NM (2020)

The document is an examination paper for the 5th Semester Computer Science course focusing on Numerical Methods. It includes various questions related to numerical techniques, machine learning concepts, and algorithms, requiring students to demonstrate their understanding and application of these topics. Candidates are instructed to answer in their own words, with specific marks allocated to each question.

Uploaded by

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

576/Comp.Sc UG/5th Sem/COM.SC-H-DSE-L-502/20 root in the first iteration using secant method.

g) If Af(x) = f(x+h) — f(x), then a constant k, what


U.G. 5th Semester Examination - 2020
will be the value of Ak?
COMPUTER SCIENCE h) When is Gauss Elimination used?
[HONOURS]
i) What do you mean by Absolute error and Relative
Discipline Specific Elective (DSE)
error?
Course Code : COM.SC-H-DSE-L-502
(Numerical Methods) j) Is Simpson's method always better than

Full Marks : 60 Time : 24 Hours Trapezoidal?

The figures in the right-hand margin indicate marks. k) When is Gauss elimination used?

Candidates are required to give their answers in


their own words as far as practicable. GROUP-B
GROUP-A Answer any four of the following questions: 5x4=20
Answer any ten of the following questions : ~ 2x10=20 2. Find the missing term in the following: 5
1. a) State fourth order Runge-Kutta formula. X 1 2 3 4 5
b) What is the difference between Newton's method f(x) 7 13 21 37
and the Secant method?
3. Integrate the function tabulated below by Simpson's
c) Is Simpson's Method faster than the Trapezoidal 1/3 rule. 5
method? Which one is more reliable?
X | 1| 5 2]25] 3 35] 4
d) We wish to solve x? — 2 = 0 by Newton-Raphson
fx) | 2 | 242728 3 |36](24
technique. If initial guess is x; = 1.0, then what
4. Using method of false position, find a real root of the
will be subsequent estimate of x (i.e. X,)?
equation 5
e) What is the order of errors in the Simpson's rule
for numerical integration with a step size h. f(x)= x*-3x—5=0 up to 4 decimal places.

f) A quadratic equation x>-4x+4=0 is defined with 5. Derive second order Runge-Kutta formula. 5

an initial guess of 3 and 2.5. Find the approximate

[Turn Over] 576/Comp.Sc (2)


6. Solve the system of linear equations: 5
X-y+5z=5
2x 3y+z=0
X+ 3y+ 7z =11 using LU decomposition method.

GROUP-C
7. Answer any two of the following questions: 10x2=20
a) Find a root of the equation x*-3x +1.06=0 by
bisection method correct up to three decimal
places. Establish Newton forward interpolation
formula. 5+5=10
b) Use Gauss elimination method to solve the
following system of linear equations: 10
3x—2y+2z=12
x+2y+3z=11
2x-2y-z=3
c) Find the cube root of 10 by Newton-Raphson
method. 10
d) Apply Runge-Kutta method of order 4 to solve
dy/dx= x+y, where y(0)=1, find the value of y at
x=0.1 and 0.2. 10

576/Comp.Sc (3)
577/Comp.Sc. UG/5th Sem/COM.SC-H-DSE-L-502/20 e) Differentiate between supervised and
unsupervised learning.
U.G. 5th Semester Examination - 2020
f) "In a linear least-squares regression problem,
COMPUTER SCIENCE adding regularization can decrease the error of the
[HONOURS] solution on the training data." Whether this
Discipline Specific Elective (DSE)
statement is true or false— justify your answer.
Course Code : COM.SC-H-DSE-L-502
g) Write down the Bayes' Theorem.
Full Marks : 60 Time : 24 Hours
The figures in the right-hand margin indicate marks. h) What is the oscillation effect in Gradient Descent
Candidates are required to give their answers in technique and what is the reason behind the
their own words as far as practicable. oscillation effect?

i) What does it mean by linearly separable problem?


GROUP- A Give a suitable example.
1. Answer any ten questions : 2x10=20 j) Differentiate between Intra cluster similarity and

a) Briefly describe machine learning. Inter cluster similarity with suitable example.

b) ‘What do you mean by Posterior Probability? k) Write down two drawbacks of single-layer
perceptron network.
) "We can get multiple local optimum solutions if
we solve a linear regression problem by 1) How are artificial neurons different from
minimizing the sum of squared errors using biological neurons?
gradient descent"— justify whether this statement m) How is residual sum of square method useful for
is true or false. fitting a linear model?

) "Low dissimilarity between each member of a n) Differentiate between Logistic Regression and
class and low similarity between members of Linear Regression.
dfferent class are followed in supervised task of
o) Why is it called the Naive' Bayes classifier?
data mining"— exemplify the sentence.

[Turn Over] 577/Comp.Sc. (2)


GROUP - B 9. What are the shortcomings of back propagation
Answer any four of the following : 5x4=20 algorithm? Explain how can the shortcomings be
2. Write a stochastic gradient decent algorithm, for overcome by Kohonen Self-Organizing Neural
optimizing the following function Network. 2+8=10

LO=L3 155,00
1 on 10. Define the expected
regression problem y = f(x) where
squared loss function
ye R and x e R®.
for

3. "XOR function is not linearly separable by a single Derive the bias-variance decomposition of the
decision boundary line." Explain. expected squared loss function from first principles.
4. Explain the concept of a Perceptron with a neat 5+5=10
diagram and represent the Boolean functions of AND 11. The values of independent variable x and dependent
using Perceptron. 2+3=5 variable y is given below:
5. Explain the Minkowski distance and relate it with X y
Manhattan and Euclidean distance. What is clustering? 0 2
3+2=5 1 3
6. Illustrate the candidate elimination algorithm with a 2 4
suitable example. 3 5
7. Explain 'Naive' Bayes Classifier with an example. 4 6
GROUP - C Calculate the least square regression line y=ax+b. Also
Answer any two of the following : 10x2=20 estimate the value of y when x is 10. 4+6=10
8. In the context of logistic regression, define the
prediction and loss function. Show that if the class
conditional densities, p(ck)k =1,2 are Gaussian, with

equal co-variance, the posterior distribution p(x) is a


logistic. 5+5=10

577/Comp.Sc. (3) [Turn Over] 577/Comp.Sc. (4)

You might also like