Algorithm ethics: The inevitable subjective judgments in analytics

Preview:

Citation preview

1

ALGORITHM ETHICSMajken Sander, Joerg Blumtritt

@majsander @jbenno

2

def eratosthenes(n): multiples = [] for i in xrange(2, n+1): if i not in multiples: print i for j in xrange(i*i, n+1, i): multiples.append(j)

Algorithms

3 Ethics

4 Ethics Value Judgments

What you see is… what you expect

8

9

10 ‘Most(ly) true’

11

• no-fly example

No flight?

12

LOGIC AI VS. PROBABILISTIC AI

Probabilistic is the new logic

13 Algorithmic Information

14 Algorithmic Death

Algorithmic Self

16

Mistakes like a bounced check or a small overdraft have effectively blacklisted more than a million low-income Americans from the mainstream financial system for as long as seven years as a result of little-known private databases that are used by the nation’s major banks. Algorithmic Valuation

17 The Quantified Self

20

22

Majken Sander@majsander

Joerg Blumtritt@jbenno

Recommended