wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Workshop_2

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Activations functions we used today?

a)

SIGMOID,RELU

b)

SOFTMAX,RELU

c)

TANH

d)

SELU

2.

Pandas function to see the above 5 enteries?

a)

df.tail()

b)

df.'col_name'

c)

df.head()

d)

df.corr()

3.

Seaborn Function for complete analysis of datasets as graphs

(a)  

4.

which Seaborn function can plot correlation as matrix?

a)

sns.pairplot()

b)

sns.comatirx()

c)

sns.barplot()

d)

sns.heatmap()

5.

function to start a making a model?

a)

Sequential()

b)

Dense()

c)

Adam()

d)

Sigmoid

6.

Command to get sum of all the null values (a)   (Syntax only).

7.

Technique we used to balance over dataset?

(a)  

8.

Old Machine Learning Model we used today?

a)

RandomForestClassifier

b)

Logistic Regression

c)

SVM

d)

DecisionTree

9.

Callback Function we used in our model?

a)

ReduceLR

b)

Tensorboard

c)

EarlyStopping

d)

Model checkpoint

10.

Metrics we used to compile our model?

a)

accuracy

b)

precision

c)

f1-squre

d)

recall