Fairness  |  Machine Learning Crash Course

By Google Developers - 2020-10-23

Description

Check this #video to learn about #bias in #MachineLearning and #data

Summary

  • Fairness Become aware of common human biases that can inadvertently be reproduced by ML algorithms.
  • Proactively explore data to identify sources of bias before training a model Evaluate model predictions for bias Evaluating a machine learning model responsibly requires doing more than just calculating loss metrics.
  • This module looks at different types of human biases that can manifest in training data.

 

Topics

  1. Backend (0.26)
  2. Machine_Learning (0.16)
  3. Database (0.11)

Similar Articles

Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…

The Model’s Shipped; What Could Possibly go Wrong

By Medium - 2021-02-18

In our last post we took a broad look at model observability and the role it serves in the machine learning workflow. In particular, we discussed the promise of model observability & model monitoring…

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…

How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...