CAT-1
CAT-2
CAT-3
CAT-4
CAT-5
100

What is the basic unit of a neural network?

A neuron (or perceptron).

100

What is the first pass of data through a network called?

Forward propagation.

100

Which type of network is best for identifying objects in photos?

CNN

100

What is it called when a model is too focused on its training data?

OVERFITTING

100

Which hardware chip is most commonly used to train AI?

GPU

200

What does the "Deep" in Deep Learning stand for?

Having many hidden layers.

200

What algorithm is used to calculate errors moving backward?

Backpropagation.

200

Which type of network is best for language and sequences?

RNN

200

What is it called when a model fails to learn the basic patterns?

UNDERFITTING

200

What is the most common non-linear activation function?

RELU

300

What are the three main types of layers in a network?

Input, Hidden, and Output layers.

300

What function measures the difference between a prediction and the truth?

Loss Function

300

What is the modern architecture used for models like GPT?

TRANSFORMER

300

What technique prevents overfitting by "switching off" neurons?

drop out

300

Which activation function is used for binary (Yes/No) classification?

sigmoid

400

What is the name for the data used to teach a model?

Training data.

400

What is one full pass through the entire dataset called?

epoch

400

What do we call a network that can create new images or text?

GEN AI

400

What is the goal of "Optimization"?

to minimize the loss function

400

What is the name of Google's open-source AI library?

TensorFlow.

500

What are the values that a network adjusts to learn?

Weights and Biases.

500

What setting controls the size of the steps taken during training?

learning rate

500

What type of learning uses "rewards" to train an agent?

RL

500

What happens to gradients when they become too small to update weights?

Answer: Vanishing Gradient problem.

500

What is a multi-dimensional array of numbers in Deep Learning called?

A Tensor.