MylesBorins / adventures-in-ethical-computing

a talk about why what you do matters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adventures in Ethical Computing

A Bespoke.js presentation, built with generator-bespoke

Abstract

Machine learning algorithms can infer gender when translating from gender neutral languages to english due to bias in training data.

Hardware designed to control airbag release have resulted in the deaths of Short-stature drivers and children passengers due to bias.

An engineer from Volkswagen was recently sentenced to a 40 month prison term for their part in producing software that cheated at emissions tests for diesel automobiles.

You are responsible for the software and hardware you help to create. Ethically responsible, and potentially legally responsible. Through an examination of academic literature and case studies this talk will discuss the types of bias that can enter into the systems that we manufacture, and suggest ways that we can avoid bias to create better user experiences (and avoid jail time).

View slides locally

First, ensure you have the following installed:

  1. Node.js

Then, install dependencies and run the preview server:

$ npm install
$ npm start

About

a talk about why what you do matters

License:Apache License 2.0


Languages

Language:Pug 71.2%Language:JavaScript 25.0%Language:Stylus 3.8%