
day 1 AIML
Authored by angel gupta
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which type of Machine Learning primarily deals with unlabeled data to find hidden patterns and intrinsic structure, such as grouping data points into clusters?
Supervised Learning
UnSupervised Learning
Semi Supervised Learning
Reinforcement learning
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the key technological characteristic that distinguishes Deep Learning (DL) from traditional Machine Learning (ML)?
DL models require significantly less data to achieve high performance compared to ML models.
DL is primarily focused on solving regression problems, while ML is for classification.
DL models use multi-layered Artificial Neural Networks to automatically perform feature engineering.
DL algorithms are inherently unsupervised, while ML algorithms are always supervised.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following describes the field of Data Science (DS) relative to Data Analysis (DA) and Machine Learning (ML)?
DS is an overarching, multidisciplinary field that utilizes DA for descriptive insights and ML for predictive modeling.
DS is the final step in a pipeline, only performed after DA and ML have been completed.
DS is a niche area focused only on experimental design and A/B testing.
DS is solely concerned with building predictive models using ML algorithms.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of a classification task using a supervised learning algorithm?
Reducing the number of variables in a dataset while retaining most of the information.
Determining if an email is 'Spam' or 'Not Spam' based on its content.
Predicting the housing price (a dollar value) of a house based on its square footage.
Grouping a set of customer transactions into different types of fraud patterns.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a Pandas DataFrame, which method is specifically recommended for indexing and selecting data based on integer position (row/column number)?
[] (standard indexing)
.iloc[]
.head()
.loc[]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You have a $DataFrame$ of sales data. You want to calculate the mean sales for each distinct 'Region'. Which combination of Pandas methods is most efficient for this task?
.groupby('Region')['Sales'].mean()
.merge(other_df)
.pivot_table(index='Region', values='Sales')
.apply(np.mean)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A Pandas $DataFrame$ contains numerous missing values (NaN). Which Pandas method is used to fill these missing values with a specified constant, or a calculated value like the mean of the column?
df.fillna()
df.replace()
df.dropna()
df.drop()
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?