Module 3: Understanding the AI Development Life Cycle: Develop Flashcards

1
Q

Describe what is done during the AI development phase.

A

The model is built and the features are defined.

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

What are the purposes of feature engineering?

A

1) Improving model performance
2) Reducing costs, improving effectiveness
3) Boosting model explainability

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

What is feature engineering?

A

Transforming raw data into useful features, using domain knowledge from experts.

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

What is involved in model training?

A

Training, testing, evaluating and retraining different models.

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

What is model testing and evaluation?

A

Testing your models on relevant evaluation metrics.

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

What are feature flags?

A

A deployment technique allowing you to turn some functionality of an application off without needing to deploy new code

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

What is involved in building an AI model?

A
  • Feature engineering
  • Model training
  • Model testing and validation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some of the purposes of model training?

A
  • Determining the best model to use.
  • Determining the best settings to use within the model.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly