Chapter 2: The Machine Learning Project Cycle & Data Acquisition Technique Flashcards

1
Q

What is the ML Lifecycle?

A

Process that guides the development and deployment of machine learning models in a structured way

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

What are the steps in the ML Lifecycle?

A
  1. Acquisition - Collect the data
  2. Prepare - Data Cleaning and Quality
  3. Process - Run Machine Tools
  4. Report - Present the results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Process of a ML project?

A
  1. Planning
  2. Developing
  3. Testing
  4. Reporting
  5. Refining
  6. Production
  7. Avoiding Bias
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Transfer Learning?

A

Technique in ML where a model is trained on one task is used as the starting point for a model on a second task.

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

What is Data Acquisition in Machine Learning?

A

Procedure of obtaining and compiling data from diverse sources in order to test and train machine learning models.

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

Data Acquisition Techniques?

A

Scraping Data
Copy and Paste
Data Migration
Using an API

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

Scraping Data

A
  1. Figure out where the data is coming from.
  2. Figure out how you’re going to get it.
  3. Make it machine readable.
  4. Make sure the values are workable.
  5. Figure out where to store it.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly