Traditional AI
Deep Learning
Statistics
Programming
General Knowledge
100

An assumption in linear regression regarding the relationship between independent and dependent variables?

What is a linear relationship?

100

A single processing unit in a neural network

What is a Neuron?

100

This term refers to the middle value of a data set, separating the data into two halves?

What is the Median?

100

This function in pandas is used to handle missing data by filling a null value with a specified method

What is fillna()?

100

The first woman to win a Nobel Prize?

Who was Marie Curie?

200

This evaluation metric is used to measure a classification model's performance by balancing precision and recall?

What is F1 Score?

200

This activation function is used to prevent the problem of vanishing gradients

What is ReLU (Rectified Linear Unit)?

200

This term refers to the square root of the variance in a dataset?

What is Standard Deviation?

200

This line of code is used to retrieve the value of the 3rd row and column 'name' in a df called 'data'

What is data.iloc[2, 4]

200

The largest desert in the world

What is The Antarctic Desert?

300

The primary mechanism used by Random Forests to reduce overfitting compared to a single decision tree

What is Bootstrapping (Bagging)?

300

This Optimization algorithm is widely used in training deep learning models due to its efficiency in handling large datasets

What is Adam Optimizer?

300

This term refers to a statistical graph representing the distribution of a dataset

What is a Histogram?

300

*** DAILY DOUBLE ***

This function is used to move a tensor from the CPU to the GPU in PyTorch

What is .to() or .cuda()

300

This is the longest-running TV show in history

What is The Simpsons?

400

*** DAILY DOUBLE ***

This metric is used to evaluate feature importance in Random Forests by measuring the average decrease in impurity across all trees?

What is Gini Importance?

400

This neural network architecture is designed specifically for sequential data and uses mechanisms like gates to control the flow of information

What is Long Short-Term Memory (LSTM) network?

400

This probability distribution is often used to model the number of events occurring within a fixed interval of time or space?

What is Poisson Distribution?

400

This function in PyTorch is used to compute the loss for a classification problem using cross-entropy

What is torch.nn.CrossEntropyLoss()?

400

This famous physicist developed the theory of quantum mechanics

Who was Max Planck?

500

See Image 1.5

What is ElasticNet Regularization?

500

This is the size of the output of a CovNet layer given an input image of size 28x28x1 and a filter of size 3x3 with stride of 1.

What is 26x26x1

500

See Image 3.5

What is Likelihood Function for Normal Distribution?

500

This method is used to load data in parallel using multi-threading in Pytorch

What is DataLoader?

500

This is the only country with all 5 vowels in its name

What is Mozambique?