Workshop_2

Workshop_2

University

10 Qs

quiz-placeholder

Similar activities

Data Preprocessing - Paatshala Quiz

Data Preprocessing - Paatshala Quiz

University

10 Qs

Redes Neuronales

Redes Neuronales

University

6 Qs

TA M3 A

TA M3 A

University

10 Qs

Data Visualization Quiz

Data Visualization Quiz

University

10 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

BrainOn Quiz

BrainOn Quiz

University

15 Qs

Exploring RAG's

Exploring RAG's

University

15 Qs

Graficas Parte 2

Graficas Parte 2

University

10 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?