AI Project cycle Flashcards

1
Q

What is the first stage of the AI project cycle?

A

Problem Definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Data Collection is a crucial step in the AI project cycle.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: The process of preparing data for analysis is known as __________.

A

Data Preprocessing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What stage follows Data Preprocessing in the AI project cycle?

A

Model Development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following is NOT a common type of AI model? (a) Decision Trees (b) Neural Networks (c) Linear Regression (d) Data Collection

A

d) Data Collection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of model evaluation in the AI project cycle?

A

To assess the performance of the AI model using various metrics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: Deployment is the final step in the AI project cycle.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does model tuning refer to in the AI project cycle?

A

Adjusting model parameters to improve performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which phase involves gathering relevant data to solve the problem?

A

Data Collection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Fill in the blank: The process of using a model in a real-world setting is called __________.

A

Deployment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the primary goal of the AI project cycle?

A

To develop and implement effective AI solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: Continuous monitoring is unnecessary after deployment.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the significance of feedback loops in the AI project cycle?

A

They allow for iterative improvements based on model performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the term ‘overfitting’ mean in the context of AI models?

A

When a model learns the training data too well, failing to generalize to new data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is one common metric used for model evaluation?

A

Accuracy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fill in the blank: The stage where data is transformed and cleaned is known as __________.

A

Data Preprocessing

17
Q

What role does feature selection play in the AI project cycle?

A

It helps in identifying the most relevant data attributes for model training.

18
Q

True or False: The AI project cycle is a linear process.

19
Q

What is one challenge faced during the Data Collection phase?

A

Ensuring data quality and relevance.

20
Q

Which of the following is a common AI model evaluation technique? (a) Cross-validation (b) Data Collection (c) Model Deployment (d) Feature Extraction

A

a) Cross-validation

21
Q

What is the purpose of data augmentation in AI projects?

A

To artificially increase the size of the training dataset.

22
Q

What is the last step in the AI project cycle?

A

Monitoring and Maintenance

23
Q

Fill in the blank: The stage of the AI project cycle where the project is conceptualized is called __________.

A

Problem Definition

24
Q

True or False: AI models do not require retraining once deployed.

25
What is an example of a deployment environment for AI models?
Cloud services, on-premises servers, or edge devices.
26
What does 'scalability' refer to in the context of AI project deployment?
The ability of the AI system to handle increased loads or data volumes.
27
What is one key consideration in the monitoring phase of an AI project?
Tracking model performance over time to ensure it remains effective.