An open API service indexing awesome lists of open source software.

https://github.com/noahgift/ml-engineer-certification

Notes on Google ML Engineer Certification
https://github.com/noahgift/ml-engineer-certification

Last synced: about 1 month ago
JSON representation

Notes on Google ML Engineer Certification

Awesome Lists containing this project

README

          

# ml-engineer-certification
Notes on Google ML Engineer Certification

## Framing ML Problems

* [framing](https://developers.google.com/machine-learning/crash-course/framing)

### 01: Translating business challenges into ML use cases
* Problem type (e.g., classification, regression, clustering)
* classification
* regression
* clustering

* Outcome of model predictions
* Input (features) and predicted output format

### 02: Defining ML problems
Alignment of ML success metrics to the business problem
Key results
Determining when a model is deemed unsuccessful

### 03: Defining business success criteria
Alignment of ML success metrics to the business problem
Key results
Determining when a model is deemed unsuccessful

### 04: Identifying risks to the feasibility of ML solutions
Assessing and communicating business impact
Assessing ML solution readiness
Assessing data readiness and potential limitations
Aligning with Google’s Responsible AI practices (e.g., different biases)

## References

* [Professional Machine Learning Engineer](https://cloud.google.com/certification/machine-learning-engineer)