0% found this document useful (0 votes)
50 views5 pages

Army Public School Kanpur Part B Chapter-2 Project Cycle

1. The document discusses the stages of an AI project cycle including problem scoping, data exploration, data acquisition, modeling, and evaluation. 2. Problem scoping involves understanding the key elements of the problem, including who is affected, what the nature of the problem is, and where it occurs. This helps set clear goals and understand the problem. 3. Data exploration uses techniques like data visualization to identify patterns and trends in the data collected during acquisition, which involves determining data sources and collecting input data like training data.

Uploaded by

Akshat Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views5 pages

Army Public School Kanpur Part B Chapter-2 Project Cycle

1. The document discusses the stages of an AI project cycle including problem scoping, data exploration, data acquisition, modeling, and evaluation. 2. Problem scoping involves understanding the key elements of the problem, including who is affected, what the nature of the problem is, and where it occurs. This helps set clear goals and understand the problem. 3. Data exploration uses techniques like data visualization to identify patterns and trends in the data collected during acquisition, which involves determining data sources and collecting input data like training data.

Uploaded by

Akshat Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ARMY PUBLIC SCHOOL KANPUR B.

Data set collected to extract the key elements


of a problem
PART B CHAPTER-2 PROJECT CYCLE C. The template provides the prediction of the
data set
1. Choose the five stages of AI project cycle in correct
order D. None of these

A. Evaluation -> Problem Scoping -> Data 7. Which of the following is incorrect?
Exploration -> Data Acquisition -> Modelling
i. Testing data is the one on which we train and fit
B. Problem Scoping -> Data Exploration -> Data our model basically to fit the parameters
Acquisition -> Evaluation -> Modelling
ii. Training data is used only to assess
C. Data Acquisition -> Problem Scoping -> Data performance of model
Exploration -> Modelling -> Evaluation
iii. Testing data is the unseen data for which
D. Problem Scoping -> Data Acquisition -> Data predictions have to be made
Exploration -> Modelling -> Evaluation
A. i) and iii) only
2. Under ________ stage of AI Project Cycle, we look at
various parameters which affect the problem we wish B. i) and ii) only
to solve so that the picture becomes clearer. C. ii) and iii) only
D. i), ii) and iii)
A. Modelling
B. Evaluation 8. Problem scoping helps in
C. Problem Scoping
A. Setting the goal
D. Data Exploration
B. Identifying the problem
3. The business or project requirements for the AI C. A deeper understanding of the problem
model is reviewed in D. All of these

A. Problem Scoping 9. Which of the following W of 4Ws canvas problem


B. Data Acquisition helps in analyzing the affected people directly or
C. Data Exploration indirectly?
D. Modelling
A. Who
4. The people who face the stated problem and would B. What
be benefitted from the solution are termed as C. Where
D. Why
A. Stakeholders
B. Key Persons 10.Which W among 4Ws of Problem Scoping,
C. Who determines the nature of the problem.
D. End user A. Who
5. When a project is started, the person should be very B. What
clear with C. Where
D. Why
A. Problem Reasons
B. Problem Solutions 11.Which of the following refers to where among 4Ws
C. Problem Statement canvas ?
D. All of these
A. stakeholders
6. What is termed as the Problem Statement B. nature of the problem
Template? C. context/situation/location
D. solution or benefits to the stakeholders
A. The template summaries all the cards of 4Ws
Problem Canvas
12. The ____ helps to summarize all the key points into 19. Data exploration can be done using __________.
one single template for Problem Scoping.
A. Problem Scoping
A. 4ws of problem scoping B. Data Visualization
B. Problem Statement Template C. Data Features
C. Summary Template D. Web Scraping
D. Problem Understanding Template
20.___________ refers to the techniques and tools
13. The stakeholders can be a part of which w in 4ws that are used for identifying important patterns and
canvas ? trends using graphs.

A. Who A. Data visualization


B. What B. Data organizing
C. Where C. Data Features
D. Why D. Web Scraping

14. ______ is one of the way of Data Acquisition. 21. Which of the following is not an stage of AI Project
Cycle?
A. Surveys
B. Coding A. Modelling
C. Cloud Computing B. Problem Solving
D. None of these C. Data Exploration
D. Data Acquisition
15. Which of the following is not an authentic source
E. Evaluation
for data acquisition? ?
22.During Data Acquisition, feeding previous data into
A. Sensors the machine is called
B. Surveys
a) Training Data
C. Web Scraping b) Predicting Data
D. System Hacking c) Testing Data
d) Evaluating Data
16. The type of data being collected in data acquisition
is known as _______. 23.Regression is one of the type of supervised learning
model, where data is classified according to labels and
A. System Mapping data need not to be continuous. (True / False)
B. 4Ws Canvas
24. Evaluation helps to find the best model
C. Data Features
that represents our data and how well the
D. Web Scraping chosen model will work in future.

17. In data acquisition the data which is provided as 25. Which of the following is the correct
input is called __________. feature of Neural network?
a) It can improve the efficiency of two models
A. Testing Data
b) It is useful with small dataset.
B. Training Data c) They are modelled on human brains and
C. Input data nervous system.
d) They need human intervention.
D. None of the above
26. 4Ws Problem Canvas is a part of :
18. To predict the output you must train the data for
the AI project. (True/False)
a) Problem Scoping
b) Data Acquisition
A. True c) Modelling
B. False d) Evaluation
27. It refers to the unsupervised learning 2.. ……………….... perform mathematical operations on
algorithm which can cluster the unknown inputs, and the performed data is forwarded to the
data according to the patterns or trends output layer.
identified out of it. a. Output Layer
b. Input layer
a) Regression c. Hidden Layer
b) Classification d. None of these
c) Clustering
d) Dimensionality reduction 3. Which of the following is a subset of Al that uses
statistical learning algorithms to build smart systems?
Competency Based a. Artificial Intelligence
b. Machine learning
1. c. Deep learning
d. Deep neural network
i. Understand and inspect the web page to find
the HTML markers associated with the 4. …………………….. enables software to train itself to
information we want. perform tasks with vast
ii. Use Python libraries to pull out data from the amounts of data.
HTML page. a. Analysis
b. Deep learning
iii. Manipulate the collected data to get it in the
c. Machine Learning
form we need.
d. None of these
The above given steps are for collecting data from
5. The ………………….... receives input data, and the
which of the following data sources?
neurons propagate the input signal to its above layers.
a. Input layer
A. Cameras
b. Hidden layer
B. Sensors c. Output layer
C. Surveys d. None of these
D. Web scraping
6.In which of the following models, the data set which is
2. (i) CSV is a simple file format used to store tabular fed to the machine is labelled?
data. (ii) A Spreadsheet is used for managing data using a. Supervised learning
rows and columns. (iii) SQL is used for managing data b. Unsupervised learning
stored in Database Management Systems (DBMS). The c. Reinforcement learning
above given files are examples of structured data. d. Clustering
Which of the following steps are involved in converting
data from various sources into digital format? 7. In a supervised learning model, the data set which is
fed to the machine is
F. Problem Scoping …………………………. .
a. Labelled
G. Data Acquisition
b. Semi-labelled
H. Data Modelling c. Unlabelled
I. Data Exploration d. None to these

Fill in the blank: 8. ………………………. is a type of learning that is based on


interaction with the environment.
Neural Network is a mesh of multiple Layers a. Supervised learning
b. Reinforcement learning
c. Unsupervised learning
d. None of these
1.……………….... is the subset of Machine Learning.
a. Deep learning
9.In classification models, data is classified according to
b. Artificial learning
the …………………………… .
c. Semi-Bio learning
a. Model
d. Redundant learning
b. Environment
c. Labels
d. Developer
18. Which of the following technology is based on the
10. ANN stands for: adaption of how the human
a. Artificial neural network brain works?
b. Artificial network neural a. Supercomputing
c. Algorithm neural network b. Smart technology
d. Artificial neural neuron c. Super networks
d. Neural networks
11.Layers of ANN are made up of many interconnected:
a. Layers 20.Which of the following is correct about neural
b. Nodes network?
c. Arcs a. Neural Network is always better with large amount
d. Networks of data
b. Neural Network is always poor with large amount of
12.An artificial neural network is composed of artificial data
………………………. or nodes. c. No data is required for neural network
a. Dendrites d. Neural Network is always better with limited data
b. Axon
c. Neurons
d. None of these 21.Which of the following supervised learning works on
continuous data?
13.A neural network is essentially a system of a) Classification
organising ……………………….. . b) Clustering
a. Data c) Deep Learning
b. Machine learning algorithms d) Regression
c. Chairs
d. Things 22.Which of the following extract data features without
input?
14.. …………………………... are loosely modelled after how a) Machine Learning
neurons in the human brain b) Deep Learning
behave. c) Data Science
a. Decision Trees d) Neural Network
b. Regression
c. Neural Networks
d. Classifications 23. Give 2 examples of Supervised Learning models.
a) Classification and Regression
15.Neural network has the capacity of ………………………. b) Clustering and Dimensionality Reduction
tolerance. c) Rule Based and Learning Based
a. fault d) Classification and Clustering
b. Fatigue
c. Correct 27.This model ……………….works on a discrete dataset
d. Strain which means the data need not be continuous
a) Classification
16.In ………………………… learning, the dataset is not b) Clustering
labelled. c) Deep Learning
a. Supervised d) Regression
b. Unsupervised
c. Deep 28. Given model represents
d. Machine

17. A neural system is an example of a ……………………….


a. Rule based system
b. Learning based system
c. Both a and b
d. None of these
a) Classification
b) Clustering
c) Deep Learning
d) Regression

You might also like