0% found this document useful (0 votes)
15 views

Final - Model-Machine Learning Without Solution

The document contains questions about machine learning algorithms and concepts. It includes multiple choice questions testing knowledge of techniques like k-means clustering, SVM, neural networks, and more. Key algorithms and processes covered are feature transformation, data preprocessing, supervised and unsupervised learning, and evaluating model performance.

Uploaded by

Ola Badawy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Final - Model-Machine Learning Without Solution

The document contains questions about machine learning algorithms and concepts. It includes multiple choice questions testing knowledge of techniques like k-means clustering, SVM, neural networks, and more. Key algorithms and processes covered are feature transformation, data preprocessing, supervised and unsupervised learning, and evaluating model performance.

Uploaded by

Ola Badawy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

1) in machine learning,the computers or applications

can .......
a) think as human
b) act as humnan
c) learn as human
d) a & b
2) .........is a record with different characteristic.
a) noise
b) outliers
c) record with misssing values
d) a & b
3) in k-means,the distance between the points in the
same cluster must be.........,the distance between two
cluters mus be...........
a) minimized,maximized
b) maximized,minimized
C) minimized,minimized
d) maximized,maximized
4).............is catergorical attribute.
a) nominal
b) ordinal
c) interval
d) a & b
5) in past dataset,there is x attribute but we want to
x^2 this process is called................
a) transformation
b) binarization
c) discretization
d) b & c
6) in SVM,the distance between two classes is ......,in LR
the distance between two classes is......
a) short ,short
b) short ,long
c) long , short
d) long ,long
7) Recommendation videos on youtube
is............learning.
a) supervised
b) unsupervised
c) not all of the above
8) in k-means,when k is larg number as "k=10",this lead
to problem .
a) true
b) false
9) PCA is used to solve the problem of increasing
number of characteristic
a) true
b) false
10) an age of the student is..........attribute
a) ordinal
b) nominal
c) interval
d) not all of the above
11) threshold in step activation function
is.........,threshold in sign activation function is.......
a) any number ,zero
b) any number ,any number
c) zero , any number
d) zero ,zero

12) in SPL, number of layers is/are .........


a) one layer
b) two layer
c) more than two layers
13) in k-means, k=2,assume initial centeriod
c1(0,1) c2(4,0) ,the initial clustering is.......

a) c1( p1,p2,p3,p5,p6) && c2(p4,p7,p8,p9,p10)


b) c1( p1,p2,p3,p5,p6,p9) && c2(p4,p7,p8,p10)
c) c1( p1,p2,p3,p4,p5,p6) && c2(p9,p7,p8,p10)
d) not all of the above
14) in SVM the equation of hyper optimal line is
y=mx+b=1
a) true
b) false
15) to predict temperature using ........technique
a) k-means
b) SVM
c) regression
d) not all of the above
16) determine the type of each matrix

a) similarity ,distance
b) similarity ,similarity
c) distance ,similarity
d) distance ,distance
17) the correlation of each figure is .......,......

a) 1 , 1
b) -1 , -1
c) -1 , 1
d) 1 , -1
18)in neural network technique,we pass.....to learn
a) (x_train,y_train)
b) (x_train,x_test)
c) (x_train)
d) (x_test)

19) in k-means technique,we pass......to learn


a) (x_train,y_train)
b) (x_train,x_test)
c) (x_train)
d) (x_test)
20) if the population=1500 points,we want to take
correct and efficient sample =.......points
a) 100
b) 1350
c) 800
21) in hierarchical clustering using min agglomerative to
find the final dendrogram
a)

b)
c)

d) not all of the above


22) this technique in agglomerative hierarchical
clustering is called........

a) min
b) max
c) average
d)not all of the above
23) k-means has problem with globular shapes
a) true
b) false
24) to collect Fname,Lname as one column name,this
process is called........
a) merging
b) combining
c) a & b
d) not all of the above
25) ........is examples of data quality problems.
a) aggregation
b) sampling
c) outliers
d) all of the above
26) to predict a certain value using...... to predict class
label using..........
a) classification,regression
b) clustering ,classification
c) regression ,classification
d) all of the above
27) to evaluate k-means,using....
a) SEE
b) SAE
c) SES
d) not all of the above
28) temperature with kelvin.......attribute
a) ordinal
b) ratio
c) nominal
29) labelled data is used in........
a) regression
b) neural network
c) clustering and SVM
d) a & b
30) length with categorical is.......attribute
a) ordinal
b) interval
c) nominal
31) SVM is faster and more efficient than LR
a) true
b) false
32) in SVM,we have to .....margin
a) maximize
b) minnize
c) equal
33) Rang of SVM is ........
a) (0,0)
b) (0,1)
c) (-1,1)
34) Rang of LR is.......
a) (0,0)
b) (0,1)
c) (-1,1)
35) linear regression is used in........
a) classification
b) clustering
c) neither a nor b

36) to distinguish the important features in neural


network ,we can use.......
a) activation function
b) weights
c) neurons
37) the layer that exists in MPL,doesn't exist in SLP
a) recurrent layer
b) output layer
c) hidden layer
38) LR takes more time than SVM
a) true
b) false
39) in SPL,given w1=.3 w2=.4 w_bias=-,5
if sum(wx) >.5 then class1
if sum(wx) <= .5 then class0 ,find the final correct
weigths

a) w1=.3 ,w2=.4 ,w_bias= -.5


b) w1=.3 ,w2=1.2 ,w_bias= .5
c) w1=.3 ,w2=1.4 ,w_bias= .5
d) not all of the above
40) machine learning is subset of.........
a) AI
b) DS
c) DM

You might also like