algorithm ethics: the inevitable subjective judgments in analytics

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

Upload: majken-sander

Post on 18-Jan-2017

143 views

Category:

Data & Analytics


3 download

TRANSCRIPT

Page 1: Algorithm ethics: The inevitable subjective judgments in analytics

1

ALGORITHM ETHICSMajken Sander, Joerg Blumtritt

@majsander @jbenno

Page 2: Algorithm ethics: The inevitable subjective judgments in analytics

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

Page 3: Algorithm ethics: The inevitable subjective judgments in analytics

3 Ethics

Page 4: Algorithm ethics: The inevitable subjective judgments in analytics

4 Ethics Value Judgments

Page 5: Algorithm ethics: The inevitable subjective judgments in analytics
Page 6: Algorithm ethics: The inevitable subjective judgments in analytics
Page 7: Algorithm ethics: The inevitable subjective judgments in analytics

What you see is… what you expect

Page 8: Algorithm ethics: The inevitable subjective judgments in analytics

8

Page 9: Algorithm ethics: The inevitable subjective judgments in analytics

9

Page 10: Algorithm ethics: The inevitable subjective judgments in analytics

10 ‘Most(ly) true’

Page 11: Algorithm ethics: The inevitable subjective judgments in analytics

11

• no-fly example

No flight?

Page 12: Algorithm ethics: The inevitable subjective judgments in analytics

12

LOGIC AI VS. PROBABILISTIC AI

Probabilistic is the new logic

Page 13: Algorithm ethics: The inevitable subjective judgments in analytics

13 Algorithmic Information

Page 14: Algorithm ethics: The inevitable subjective judgments in analytics

14 Algorithmic Death

Page 15: Algorithm ethics: The inevitable subjective judgments in analytics

Algorithmic Self

Page 16: Algorithm ethics: The inevitable subjective judgments in analytics

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

Page 17: Algorithm ethics: The inevitable subjective judgments in analytics

17 The Quantified Self

Page 18: Algorithm ethics: The inevitable subjective judgments in analytics
Page 19: Algorithm ethics: The inevitable subjective judgments in analytics
Page 20: Algorithm ethics: The inevitable subjective judgments in analytics

20

Page 21: Algorithm ethics: The inevitable subjective judgments in analytics
Page 22: Algorithm ethics: The inevitable subjective judgments in analytics

22

Majken Sander@majsander

Joerg Blumtritt@jbenno