Workshop_2

Workshop_2

University

10 Qs

quiz-placeholder

Similar activities

GenG Data Science Quiz

GenG Data Science Quiz

University

15 Qs

Quiz sobre Seaborn en Python

Quiz sobre Seaborn en Python

University

15 Qs

quiz N

quiz N

University

6 Qs

Семинар 11

Семинар 11

University

5 Qs

Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

Anadatos 2

Anadatos 2

University

10 Qs

Data Exploration Quiz

Data Exploration Quiz

University

10 Qs

Data Analytics using Python - Quiz 4

Data Analytics using Python - Quiz 4

University

14 Qs

Workshop_2

Workshop_2

Assessment

Quiz

Computers

University

Hard

Created by

Tanuj Tanuj

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Activations functions we used today?

SIGMOID,RELU

SOFTMAX,RELU

TANH

SELU

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Pandas function to see the above 5 enteries?

df.tail()

df.'col_name'

df.head()

df.corr()

Answer explanation

df.head() is used for above five and df.tail() is used for below five.

3.

FILL IN THE BLANK QUESTION

1 min • 10 pts

Seaborn Function for complete analysis of datasets as graphs

Answer explanation

sns.pairplot(data=df)

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

which Seaborn function can plot correlation as matrix?

sns.pairplot()

sns.comatirx()

sns.barplot()

sns.heatmap()

Answer explanation

sns.heatmap() is the correct answer

and sns.comatrix is not any function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

function to start a making a model?

Sequential()

Dense()

Adam()

Sigmoid

Answer explanation

Sequential class is called to start making a model

6.

FILL IN THE BLANK QUESTION

1 min • 10 pts

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

7.

FILL IN THE BLANK QUESTION

1 min • 10 pts

Technique we used to balance over dataset?

Answer explanation

Oversampling we used to balance the dataset

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?