You are on page 1of 3

FACULTY OF COMPUTING, FCIT, INDUS UNIVERSITY, KARACHI

NAME OF STUDENT: _____Syed Daniyal Ali_ ID No: _1163-2018____________

FINAL EXAMINATION
FALL 2021

Department Date of Time Total


Program Semester Course Title Instructor
/ Faculty Exam Allowed Marks
5th, 6th, Till
(Computing)
BSCS 8th Machine Mehreen 29-01-
/ FCIT 27-1-2021 30
BSSE Semester Learning (3+0) Kanwal 2021

Instructions

1. This paper contains 3 Questions. Attempt all questions.


2. This assignment should be completed within assigned time, after the due date, assignment
will not be accepted.
3. Students of particular course will download assignment exam and submit solution which will
only be accepted through CMS portal.
4. Please ensure that no part of your assignment should be copied from any other source without
acknowledgement of the source and proper referencing.
5. Please note that copy-paste is a serious nature of academic dishonesty, it is called
“Plagiarism” and the penalties are attached to being found guilty of committing such
offences.
6. It is allow using lecture notes, books and other sources, however needing to refer/cite
properly, Reference list must be given at end of the assignment.
7. This assignment should be submitted in PDF file for this purpose first take image of all hand
written pages and then merge using Smartphone app (from PC/Laptop put all images in word
file and save as PDF) including assignment paper in the start of submission.
8. Assignment can be compressed or break in two parts if file size is larger than uploading limit.
9. The font size should 12 and Times New Roman should be used. All figures and illustrations
should be properly titled or numbered on the left side, below.
10. Also ensure that no part of your assignment has been written by any other person, except to
the extent of collaboration and /or group work.
11. Preferably neat and clean hand-written form, if a marker can’t read what you’ve written, your
answer might as well be wrong.

This table is for official use; do not write anything on it.

CLOs CLO_1 CLO_2


Question 1
2 3
Number
Student’s
Score
Maximum
Score 21 4.5 4.5

FINAL EXAMINATION
Fall 2020
Machine Learning (3+0)
__________________________________________________________________________________
Note: Attempt all Questions.

Examiner: Ms. Mehreen Kanwal


Name: Syed Daniyal Ali Machine Learning Wednesday, January 27, 2021
ID: 1163-2018

[Questions 1 is related to CLO # 1:]


CLO-1: Define elementary concepts and techniques in Machine Learning and to use of
ML models in practical data analysis

Question 1a:
For a fully-connected neural network with one hidden layer, what effect increasing /3
the number of hidden units should have on bias and variance?

Question 1b:
Is it true that decision tree when grown to full depth, is more likely to fit the noise in /3
the data??

Question 1c:
If the hypothesis space a richer and the feature space is larger, what happens to the /3
model?

Question 1d:
What is the advantage of linear rectified activation compared to logistic sigmoid /3
activation?

Question 1e:
As the number of training data approaches infinity, what effects it will have on your /3
model trained on that data?

Question 1f:
What is Kernel (used in clustering algorithms)? What is the primary motivation for /3
using the kernel trick in machine learning algorithms?

Question 1g:
State one advantage of linear rectified activation compared to logistic sigmoid /3
activation.

Fall 2020 Sec-6C Final Assignment based Exam Page 2


Name: Syed Daniyal Ali Machine Learning Wednesday, January 27, 2021
ID: 1163-2018

[Questions 2-3 are related to CLO # 2:]


CLO-2: Understanding the issues in Machine Learning.

Question 2:
The weather in Peshawar is notoriously fickle. For our ease we will only consider sun
/4.5
and rain and we assume that the weather changes once per day. The weather has the
following transition probabilities:
• When it rains, the probability of sun the following day is 0.6.
• When the sun shines, the probability of rain the following day is 0.3.
Draw a transition diagram, stating which states are observable and which are hidden.

Question 3:
Suppose we clustered a set of N data points using two different clustering
/4.5
algorithms: k-means and Gaussian mixtures. In both cases we obtained 5 clusters and
(0.5*8)
in both cases the centers of the clusters are exactly the same. Can 3 points that are
assigned to different clusters in the kmeans solution be assigned to the same cluster
in the Gaussian mixture solution? If no, explain. If so, sketch an example or explain
in 1-2 sentences

Fall 2020 Sec-6C Final Assignment based Exam Page 3

You might also like