Algorithm Ethics

22
ALGORITHM ETHICS 1 Majken Sander, Joerg Blumtritt @majsander @jbenno

Transcript of Algorithm Ethics

ALGORITHM ETHICS

1

Majken Sander, Joerg Blumtritt

@majsander @jbenno

2

def eratosthenes(n):multiples = []for i in xrange(2, n+1):

if i not in multiples:print ifor 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’

• no-fly example

11

No flight?

LOGIC AI VS. PROBABILISTIC AI

12

Probabilistic is the new logic

13Algorithmic 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