STUDENT

AI - ADVANCED CONCEPTS OF MODELING
Total Q: 51
Time: 60 Mins

Q 1.

A program is designed to classify fruits based on size and color. What kind of learning is this?

Q 2.

Which approach helps AI learn from rewards and punishments?

Q 3.

What does CNN stand for in Deep Learning?

Q 4.

You are training a model to detect spam emails. What kind of data do you need to provide for training?

Q 5.

You are using past temperature data to predict tomorrow's temperature. Which model would be appropriate?

Q 6.

Observe the given graph and fill in the blank:
__________ the neural network, better is the performance.

Q 7.

Divya was learning neural networks. She understood that there were three layers in a neural network. Help her identify the layer that does processing in the neural network.

Q 8.

A business problem wherein we categorize whether an observation is "Safe", "At-Risk" or "Unsafe" is an example of

Q 9.

Assertion(A) : Neural networks are the backbone of deep learning algorithms
Reason(R): Neural networks use vast amounts of data

Q 10.

In reinforcement learning, the computer learns by:

Q 11.

Which of the following best defines Machine Learning?

Q 12.

A _______________is divided into multiple layers and each layer is further divided into several blocks called nodes.

Q 13.

Which of the following is an example of a classification model?

Q 14.

Which of the following is a correct feature of Neural network?

Q 15.

What is the main drawback of a rule-based AI model?

Q 16.

AI is called a big umbrella because:

Q 17.

For better efficiency of an AI project Training data should be _______
i) Relevant
ii) Scattered
iii) Structured
iv) Authentic
Choose the correct option:

Q 18.

Labeled data means:

Q 19.

Which form of unsupervised learning does the following diagram indicate?

Q 20.

Rule-based AI fails when:

Q 21.

Assertion(A) : Neural networks are the backbone of deep learning algorithms
Reason(R): Neural networks use vast amounts of data

Q 22.

Which AI learning method works on discovering patterns from unlabeled data?

Q 23.

Identify the algorithm based on the given graph

Q 24.

In this learning model, the data set which is fed to the machine is labelled. Name the model.

Q 25.

What is the output of an Artificial Neural Network (ANN)?

Q 26.

In supervised learning, the model is trained using:

Q 27.

In the context of data, which term refers to the columns of a dataset?

Q 28.

What is the function of the hidden layers in a neural network?

Q 29.

The 2 types of Supervised Learning models are

Q 30.

Which of the following is an example of deep learning?

Q 31.

It refers to the unsupervised learning algorithm which can cluster the unknown data according to the patterns or trends identified out of it.

Q 32.

Smita is working on a project that involves over a lakh of records. Which of the following should she use to make the best project?

Q 33.

Deep Learning is preferred over Machine Learning when:

Q 34.

The process of attaching meaning or tags to data is called:

Q 35.

CNN is best used for:

Q 36.

Which type of learning uses a reward-based feedback system?

Q 37.

Which of the following is correct about the rule based approach?

Q 38.

Statement 1: There are four layers in a neural network.
Statement2: The first layer of the neural network is known as the output layer.

Q 39.

What does a Neural Network consist of?

Q 40.

A student trains a model using a dataset of labeled handwritten digits and then tests it on new digit images. What is being performed in the second step?

Q 41.

Which of the following is the most advanced form of Artificial Intelligence?

Q 42.

If Data is represented as "Answer", Processing is represented as "Data" and Answer is represented as "Processing", which of the following can be related to the description of layers in a neural network? Choose the correct options

Q 43.

Which of the following contributes to the efficiency of an AI project ?

Q 44.

Which neural network layer is responsible for receiving raw data input?

Q 45.

Which model is best for predicting continuous values like house price?

Q 46.

It refers to the unsupervised learning algorithm which can cluster the unknown data according to the patterns or trends identified out of it.

Q 47.

Which one of the following is a key feature of unsupervised learning?

Q 48.

While training a model on face images, you realize the model performs poorly with new faces. What should you check first?

Q 49.

In which learning type does the machine discover patterns in unlabeled data?

Q 50.

Regression is one of the type of supervised learning model, where data is classified according to labels and data need not to be continuous.

Q 51.

Aman want to make an Artificially Intelligent system which can predict the salary of any employee based on his previous salaries. He has to feed the data of his previous salaries. This is the data with which the machine can be trained. The previous salary data here is known as_______ while the next salary prediction data set is known as the ________