Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Machine / Algorithm Bias (Data Science, Machine Learning)

Machine / Algorithm Bias (Data Science, Machine Learning)

Our lives are, more and more, dependent on decisions that are taken by algorithms: from a meal that we want to order to a potential partner that we want to date. What if these algorithms are biased? What if a completly different meal will never be present amog that the App offers to us? Worse, what if a program decide that a person is ranked as a "high risk" based on color skin, neighbhood where he/she lives... These are small examples of the impact that biased algorithms make in our lives.

Davi C. Silva

October 31, 2018
Tweet

Other Decks in Research

Transcript

  1. Curioso e data lover. Trabalha em projetos de desenvolvimento de

    software a mais de 25 anos. Tem 4 filho/as, 2 cachorros e é jogador (bem amador!) de squash. Davi Carvalho - Developer e GP de plantão na Dextra
  2. Where Bias Comes From? • AI systems are taught from

    training data • People labels much of this data by hand • We choose what AI system will learn • AI field is not diverse
  3. Manage data Train models Evaluate models Deploy models Make predictions

    Monitor predictions Machine Learning Workflow
  4. DEEP NEURAL NETWORK SCAN DETECT SEXUAL ORIENTATION FROM FACES -

    VGG-Face: DNN to extract facial features - Training classifiers: prediction model with logistic regression + singular value decomposition (SVD), that is similar to principal component analysis (PCA), a dimensionality-reduction approach.