Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation

Size: px
Start display at page:

Download "Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation"

Transcription

1 Applied Machine Learning, Lecture 11: Ethical and legal considerations; domain effects and domain adaptation Richard Johansson including some slides borrowed from Barbara Plank

2 overview introduction bias and fairness explainability domain effects and domain adaptation

3 automatic prediction systems are becoming more common [source]

4 example: wild claims and sloppy science Eriksson and Lacerda (2007) Charlatanry in forensic speech science: A problem to be taken seriously The LVA uses a patented and unique technology to detect Brain activity finger prints using the voice as a medium to the brain and analyzes the complete emotional structure of your subject. [source] New Scientist, 2016 Controversial software claims to tell personality from your face

5 automatic prediction systems in society

6 take-home message from this lecture your ethical position depends on your ideology the purpose here is not to teach you what is right or wrong the idea is to raise your awareness of how machine learning models can affect people in unintended (?) ways and what your company or the law may require of you

7 this lecture bias, discrimination, fairness interpretability, explanations domain effects, domain adaptation

8 overview introduction bias and fairness explainability domain effects and domain adaptation

9 can predictive systems discriminate unfairly? when predictive systems are more widely applied in situations where they affect people s lives, they may run into troubles concerning anti-discrimination laws there is no consensus about how to define and even less how to deal with the problem

10 the legal situation anti-discrimination laws in several countries prohibit unfair treatment of people based on protected attributes (e.g. gender, race) these laws often evaluate the fairness of a decision making process by means of two distinct notions: disparate treatment: if its decisions are (partly) based on the subject s protected attribute information disparate impact: if its outcomes disproportionately hurt (or, benefit) people with certain sensitive attribute values are these ideas in conflict? how can they be operationalized?

11 a sample of attempts to define fairness assume we are trying to predict a variable y, we have a predictor ŷ; there is a protected attribute a attempt 1: ŷ and a should be independent doesn t work! leads to inverse discrimination attempt 2: Hardt et al. (2016) Equality of Opportunity in Supervised Learning define the equality of opportunity as that the recall should be equal for all groups P(ŷ = positive y = positive) attempt 3: Zafar et al. (2017) Fairness Constraints: Mechanisms for Fair Classification encode disparate impact by setting a threshold on the covariance between ŷ and a

12 another example: the COMPAS system [source] [data]

13 COMPAS (continued) [source]

14 COMPAS (continued) non-offending blacks get higher scores NB: race is not a feature in the model so the recall for the positive class isn t equal for the groups

15 can we achive fairness in ML models? Kamiran and Calders (2009) Classifying without discriminating try to find the least intrusive modification of the training set to achieve fairness Kamiran and Calders (2010) Classification with No Discrimination by Preferential Sampling uses a preferential sampling scheme

16 tailoring learning algorithms (example) Zafar et al. (2017) Fairness Constraints: Mechanisms for Fair Classification encode disparate impact by setting a threshold on the covariance between ŷ and a they propose a modified logistic regression and SVC objectives:

17 summary: state of the art no well-established solution at the moment no consensus about how to measure discrimintation Žliobaitė (2015) A survey on measuring indirect discrimination in machine learning fairness in classifiers is a very active research area e.g. the FATML workshop

18 collecting training data [source]

19 collecting training data [source]

20 feedback loops in data gathering? Goel et al. (2017) Combatting Police Discrimination in the Age of Big Data argue that automatic classification can reduce the number of unnecessary searches by police ( stop and frisk ) but how does that affect the collection of training data?

21 when machine learning reinforces stereotypes ML model can pick up subtle biases from the training set including various stereotypes images, text,...

22 bias in word embeddings (1) see how-to-make-a-racist-ai-without-really-trying/ see also Bolukbasi et al. (2016) Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings

23 bias in word embeddings (2) [source]

24 another example

25 overview introduction bias and fairness explainability domain effects and domain adaptation

26 can we trust the output of a machine learning model? [source]

27 can we understand what the model is doing? [source]

28 what types of models are interpretable? linear regression (least squares, ridge,... )? linear classifier (LR, SVC, perceptron,... )? decision tree classifier? neural network?

29 does it help if the model is interpretable? what do you think?

30 understanding when the predictor makes no sense [source]

31 Motivation: Predicting Pneumonia Risk Study (mid-90 s) LOW Risk: outpatient: antibiotics, call if not feeling better HIGH Risk: admit to hospital ( 10% of pneumonia patients die) One goal was to compare various ML methods: logistic regression rule-based learning k-nearest neighbor neural nets Bayesian methods hierarchical mixtures of experts... Most accurate ML method: multitask neural nets Safe to use neural nets on patients? No we used logistic regression instead... Why??? Rich Caruana (Microsoft Research) FAT/ML 2017: Intelligible Models August 14, / 41

32 Motivation: Predicting Pneumonia Risk Study (mid-90 s) RBL learned rule: HasAsthma(x) => LessRisk(x) True pattern in data: asthmatics presenting with pneumonia considered very high risk receive agressive treatment and often admitted to ICU history of asthma also means they often go to healthcare sooner treatment lowers risk of death compared to general population If RBL learned asthma is good for you, NN probably did, too if we use NN for admission decision, could hurt asthmatics Key to discovering HasAsthma(x)... was intelligibility of rules even if we can remove asthma problem from neural net, what other bad patterns don t we know about that RBL missed? Rich Caruana (Microsoft Research) FAT/ML 2017: Intelligible Models August 14, / 41

33 the LIME algorithm [source] Ribeiro et al. (2016) Why Should I Trust You? Explaining the Predictions of Any Classifier; Python code:

34 legal right to an explanation some legal systems define a right to explanation of automatic decisions that significantly affect individuals Credit bureau X reports that you declared bankruptcy last year; this is the main factor in considering you too likely to default, and thus we will not give you the loan you applied for. for instance, credit scoring regulation in the U.S. gives the right to explanation: (2) Statement of specific reasons. The statement of reasons for adverse action required by paragraph (a)(2)(i) of this section must be specific and indicate the principal reason(s) for the adverse action. Statements that the adverse action was based on the creditor s internal standards or policies or that the applicant, joint applicant, or similar party failed to achieve a qualifying score on the creditor s credit scoring system are insufficient.

35 coming soon: the GDPR

36 GDPR and the right to explanation article 22 of the GDPR: the data subject shall have the right not to be subjected to a decision based solely on automated processing, including profiling, which produces legal effects concerning him or her or similarly significantly affects him or her [with some exceptions] article 13 also states that data subjects have the right to explanation of the logic involved WP 29: as a rule, there is a prohibition on fully automated individual decision-making, including profiling that has a legal or similarly significant effect

37 explainable machine learning explainable ML is an active area of research for instance, the Explainable Artificial Intelligence workshop meetings/ijcai17-xai/ is likely to become more important, because of the growing role of ML in society and the attention from regulators

38 overview introduction bias and fairness explainability domain effects and domain adaptation

39

40

41

42 in vision VisDA2017: Visual Domain Adaptation Challenge

43 what is the effect of domain differences? [source]

44

45

46

47

48

49

50

51 Ŷ

52

53

54

55

56

57

58

59 !!

60

61 Friday s guest lecture Daniel Langkilde, Annotell real-world annotation of training data

Generalized additive model for disease risk prediction

Generalized additive model for disease risk prediction Generalized additive model for disease risk prediction Guodong Chen Chu Kochen Honors College, Zhejiang University Channing Division of Network Medicine, BWH & HMS Advised by: Prof. Yang-Yu Liu 1 Is it

More information

CS221 / Autumn 2017 / Liang & Ermon. Lecture 19: Conclusion

CS221 / Autumn 2017 / Liang & Ermon. Lecture 19: Conclusion CS221 / Autumn 2017 / Liang & Ermon Lecture 19: Conclusion Outlook AI is everywhere: IT, transportation, manifacturing, etc. AI being used to make decisions for: education, credit, employment, advertising,

More information

Making fair decisions with algorithms

Making fair decisions with algorithms Making fair decisions with algorithms Sam Corbett-Davies with Emma Pierson, Avi Feller, Aziz Huq, and Sharad Goel How do we identify bias in algorithmic decisions? Idea: consider how researchers have identified

More information

MS&E 226: Small Data

MS&E 226: Small Data MS&E 226: Small Data Lecture 10: Introduction to inference (v2) Ramesh Johari ramesh.johari@stanford.edu 1 / 17 What is inference? 2 / 17 Where did our data come from? Recall our sample is: Y, the vector

More information

Fairness-aware AI A data science perspective

Fairness-aware AI A data science perspective Fairness-aware AI A data science perspective Indrė Žliobaitė Dept. of Computer Science, University of Helsinki October 15, 2018 Machine intelligence? Strong AI machine consciousness and mind Image source:

More information

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018

Introduction to Machine Learning. Katherine Heller Deep Learning Summer School 2018 Introduction to Machine Learning Katherine Heller Deep Learning Summer School 2018 Outline Kinds of machine learning Linear regression Regularization Bayesian methods Logistic Regression Why we do this

More information

A Gendered Perspective on Artificial Intelligence

A Gendered Perspective on Artificial Intelligence A Gendered Perspective on Artificial Intelligence Smriti Parsheera National Institute of Public Finance & Policy smriti.parsheera@gmail.com Overview The origins of AI and its gender dimensions The questions:

More information

Predicting Potential Domestic Violence Re-offenders Using Machine Learning. Rajhas Balaraman Supervisor : Dr. Timothy Graham

Predicting Potential Domestic Violence Re-offenders Using Machine Learning. Rajhas Balaraman Supervisor : Dr. Timothy Graham Predicting Potential Domestic Violence Re-offenders Using Machine Learning Rajhas Balaraman Supervisor : Dr. Timothy Graham INTRODUCTION Before we get started, a few definitions : Machine Learning : Branch

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

The Mythos of Model Interpretability

The Mythos of Model Interpretability The Mythos of Model Interpretability Zachary C. Lipton https://arxiv.org/abs/1606.03490 Outline What is interpretability? What are its desiderata? What model properties confer interpretability? Caveats,

More information

Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings. Md Musa Leibniz University of Hannover

Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings. Md Musa Leibniz University of Hannover Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings Md Musa Leibniz University of Hannover Agenda Introduction Background Word2Vec algorithm Bias in the data generated from

More information

Appendix I Teaching outcomes of the degree programme (art. 1.3)

Appendix I Teaching outcomes of the degree programme (art. 1.3) Appendix I Teaching outcomes of the degree programme (art. 1.3) The Master graduate in Computing Science is fully acquainted with the basic terms and techniques used in Computing Science, and is familiar

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Midterm, 2016 Exam policy: This exam allows one one-page, two-sided cheat sheet; No other materials. Time: 80 minutes. Be sure to write your name and

More information

Progress in Risk Science and Causality

Progress in Risk Science and Causality Progress in Risk Science and Causality Tony Cox, tcoxdenver@aol.com AAPCA March 27, 2017 1 Vision for causal analytics Represent understanding of how the world works by an explicit causal model. Learn,

More information

Kai-Wei Chang UCLA. What It Takes to Control Societal Bias in Natural Language Processing. References:

Kai-Wei Chang UCLA. What It Takes to Control Societal Bias in Natural Language Processing. References: What It Takes to Control Societal Bias in Natural Language Processing Kai-Wei Chang UCLA References: http://kwchang.net Kai-Wei Chang (kwchang.net/talks/sp.html) 1 A father and son get in a car crash and

More information

Achieving Fairness through Adversarial Learning: an Application to Recidivism Prediction

Achieving Fairness through Adversarial Learning: an Application to Recidivism Prediction Achieving Fairness through Adversarial Learning: an Application to Recidivism Prediction Christina Wadsworth cwads@cs.stanford.edu Francesca Vera fvera@cs.stanford.edu Chris Piech piech@cs.stanford.edu

More information

Artificial intelligence (and Searle s objection) COS 116: 4/29/2008 Sanjeev Arora

Artificial intelligence (and Searle s objection) COS 116: 4/29/2008 Sanjeev Arora Artificial intelligence (and Searle s objection) COS 116: 4/29/2008 Sanjeev Arora Artificial Intelligence Definition of AI (Merriam-Webster): The capability of a machine to imitate intelligent human behavior

More information

Fairness in Machine Learning and Its Causal Aspects

Fairness in Machine Learning and Its Causal Aspects Fairness in Machine Learning and Its Causal Aspects Ricardo Silva University College London and The Alan Turing Institute ricardo@stats.ucl.ac.uk With joint work by Matt Kusner, Joshua Loftus and Chris

More information

Minority Report: ML Fairness in Criminality Prediction

Minority Report: ML Fairness in Criminality Prediction Minority Report: ML Fairness in Criminality Prediction Dominick Lim djlim@stanford.edu Torin Rudeen torinmr@stanford.edu 1. Introduction 1.1. Motivation Machine learning is used more and more to make decisions

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Artificial neural networks are mathematical inventions inspired by observations made in the study of biological systems, though loosely based on the actual biology. An artificial

More information

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI)

Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) Artificial Intelligence: Its Scope and Limits, by James Fetzer, Kluver Academic Publishers, Dordrecht, Boston, London. Artificial Intelligence (AI) is the study of how to make machines behave intelligently,

More information

August 29, Introduction and Overview

August 29, Introduction and Overview August 29, 2018 Introduction and Overview Why are we here? Haavelmo(1944): to become master of the happenings of real life. Theoretical models are necessary tools in our attempts to understand and explain

More information

Does Machine Learning. In a Learning Health System?

Does Machine Learning. In a Learning Health System? Does Machine Learning Have a Place In a Learning Health System? Grand Rounds: Rethinking Clinical Research Friday, December 15, 2017 Michael J. Pencina, PhD Professor of Biostatistics and Bioinformatics,

More information

Cognitive Restructuring

Cognitive Restructuring Cognitive Restructuring Cognitive Restructuring Cognitive Restructuring is an evidence based intervention for the treatment of low mood or anxiety, recommended by the National Institute for Health and

More information

Topics for today Ethics Bias

Topics for today Ethics Bias HCI and Design Topics for today Ethics Bias What are ethics? The study of moral standards and how they affect conduct Moral standards are A system of principles governing the appropriate conduct of an

More information

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis

Data mining for Obstructive Sleep Apnea Detection. 18 October 2017 Konstantinos Nikolaidis Data mining for Obstructive Sleep Apnea Detection 18 October 2017 Konstantinos Nikolaidis Introduction: What is Obstructive Sleep Apnea? Obstructive Sleep Apnea (OSA) is a relatively common sleep disorder

More information

JRC Digital Economy Working Paper

JRC Digital Economy Working Paper JRC Digital Economy Working Paper 2018-10 Fair and Unbiased Algorithmic Decision Making: Current State and Future Challenges Songül Tolan December 2018 T his publication is a Working Paper by the Joint

More information

What s Really True? Discovering the Fact and Fiction of Autism

What s Really True? Discovering the Fact and Fiction of Autism What s Really True? Discovering the Fact and Fiction of Autism Beth MacLehose Dempsey Middle School, Delaware, Ohio In collaboration with Catherine Rice, National Center on Birth Defects and Developmental

More information

A. Indicate the best answer to each the following multiple-choice questions (20 points)

A. Indicate the best answer to each the following multiple-choice questions (20 points) Phil 12 Fall 2012 Directions and Sample Questions for Final Exam Part I: Correlation A. Indicate the best answer to each the following multiple-choice questions (20 points) 1. Correlations are a) useful

More information

Many men with learning disabilities have difficulties with masturbation. These include:

Many men with learning disabilities have difficulties with masturbation. These include: INFORMATION SHEET Difficult sexual behaviour amongst men and boys with learning disabilities David Thompson, Trustee of the Ann Craft Trust This information sheet gives some suggestions about understanding

More information

SOS: Sheltered Outreach Service. Helping older people stay independent and at home

SOS: Sheltered Outreach Service. Helping older people stay independent and at home SOS: Sheltered Outreach Service Helping older people stay independent and at home Raven SOS stands for sheltered outreach support. The friendly SOS team, part of Raven Housing Trust, provides a support

More information

Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections

Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections Review: Logistic regression, Gaussian naïve Bayes, linear regression, and their connections New: Bias-variance decomposition, biasvariance tradeoff, overfitting, regularization, and feature selection Yi

More information

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier or How I learned to stop worrying

More information

EEL-5840 Elements of {Artificial} Machine Intelligence

EEL-5840 Elements of {Artificial} Machine Intelligence Menu Introduction Syllabus Grading: Last 2 Yrs Class Average 3.55; {3.7 Fall 2012 w/24 students & 3.45 Fall 2013} General Comments Copyright Dr. A. Antonio Arroyo Page 2 vs. Artificial Intelligence? DEF:

More information

One slide on research question Literature review: structured; holes you will fill in Your research design

One slide on research question Literature review: structured; holes you will fill in Your research design Topics Ahead Week 10-11: Experimental design; Running experiment Week 12: Survey Design; ANOVA Week 13: Correlation and Regression; Non Parametric Statistics Week 14: Computational Methods; Simulation;

More information

Computational Cognitive Neuroscience

Computational Cognitive Neuroscience Computational Cognitive Neuroscience Computational Cognitive Neuroscience Computational Cognitive Neuroscience *Computer vision, *Pattern recognition, *Classification, *Picking the relevant information

More information

Problem Set 2: Computer Psychiatrist

Problem Set 2: Computer Psychiatrist Due Friday, March 3 Computer Science (1)21b (Spring Term, 2017) Structure and Interpretation of Computer Programs Problem Set 2: Computer Psychiatrist Reading Assignment: Chapter 2, Sections 2.1, 2.2.

More information

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD

APPLIED MECHANISM DESIGN FOR SOCIAL GOOD APPLIED MECHANISM DESIGN FOR SOCIAL GOOD JOHN P DICKERSON Lecture #29 5/10/2018 CMSC828M Tuesdays & Thursdays 9:30am 10:45am REMINDERS This is the last lecture, but not the end of the class! Final exam:

More information

University of Cambridge Engineering Part IB Information Engineering Elective

University of Cambridge Engineering Part IB Information Engineering Elective University of Cambridge Engineering Part IB Information Engineering Elective Paper 8: Image Searching and Modelling Using Machine Learning Handout 1: Introduction to Artificial Neural Networks Roberto

More information

arxiv: v1 [cs.cy] 31 Oct 2015

arxiv: v1 [cs.cy] 31 Oct 2015 A survey on measuring indirect discrimination in machine learning INDRĖ ŽLIOBAITĖ, Aalto University and Helsinki Institute for Information Technology HIIT arxiv:5.48v [cs.cy] Oct 5 Nowadays, many decisions

More information

Computational Ethics for NLP

Computational Ethics for NLP Computational Ethics for NLP Summary Yulia Tsvetkov ytsvetko@cs.cmu.edu What s the Difference? AI and People Ethics and NLP The common misconception is that language has to do with words and what they

More information

Changes to your behaviour

Changes to your behaviour Life after stroke Changes to your behaviour Together we can conquer stroke Because there is so much to deal with after a stroke, it s normal for your behaviour to change in some way. In this booklet we

More information

Public Policy & Evidence:

Public Policy & Evidence: Public Policy & Evidence: How to discriminate, interpret and communicate scientific research to better inform society. Rachel Glennerster Executive Director J-PAL Global Press coverage of microcredit:

More information

Assisted Outpatient Treatment: Can it Reduce Criminal Justice Involvement of Persons with Severe Mental Illness?

Assisted Outpatient Treatment: Can it Reduce Criminal Justice Involvement of Persons with Severe Mental Illness? Assisted Outpatient Treatment: Can it Reduce Criminal Justice Involvement of Persons with Severe Mental Illness? Marvin S. Swartz, M.D. Duke University Medical Center Saks Institute for Mental Health Law,

More information

Recognizing Scenes by Simulating Implied Social Interaction Networks

Recognizing Scenes by Simulating Implied Social Interaction Networks Recognizing Scenes by Simulating Implied Social Interaction Networks MaryAnne Fields and Craig Lennon Army Research Laboratory, Aberdeen, MD, USA Christian Lebiere and Michael Martin Carnegie Mellon University,

More information

Implicit Association Test (IAT)

Implicit Association Test (IAT) Implicit Association Test (IAT) Project Implicit take the test https://implicit.harvard.edu/implicit/ Project Implicit Social Attitudes Continue as Guest Select: Gender-Career IAT Answer quickly 1 January

More information

Science is a way of learning about the natural world by observing things, asking questions, proposing answers, and testing those answers.

Science is a way of learning about the natural world by observing things, asking questions, proposing answers, and testing those answers. Science 9 Unit 1 Worksheet Chapter 1 The Nature of Science and Scientific Inquiry Online resources: www.science.nelson.com/bcscienceprobe9/centre.html Remember to ask your teacher whether your classroom

More information

M.Sc. in Cognitive Systems. Model Curriculum

M.Sc. in Cognitive Systems. Model Curriculum M.Sc. in Cognitive Systems Model Curriculum April 2014 Version 1.0 School of Informatics University of Skövde Sweden Contents 1 CORE COURSES...1 2 ELECTIVE COURSES...1 3 OUTLINE COURSE SYLLABI...2 Page

More information

DSM V Criteria for Autism Spectrum Disorder

DSM V Criteria for Autism Spectrum Disorder And Autism What is Autism? Autism is a developmental disorder characterized by deficits in social skills and communication as well as stereotypical, repetitive behaviours. By definition, the symptoms must

More information

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April Artificial intelligence and judicial systems: The so-called predictive justice 20 April 2018 1 Context The use of so-called artificielle intelligence received renewed interest over the past years.. Stakes

More information

Augmented Medical Decisions

Augmented Medical Decisions Machine Learning Applied to Biomedical Challenges 2016 Rulex, Inc. Intelligible Rules for Reliable Diagnostics Rulex is a predictive analytics platform able to manage and to analyze big amounts of heterogeneous

More information

LEARNING. Learning. Type of Learning Experiences Related Factors

LEARNING. Learning. Type of Learning Experiences Related Factors LEARNING DEFINITION: Learning can be defined as any relatively permanent change in behavior or modification in behavior or behavior potentials that occur as a result of practice or experience. According

More information

Non-Discriminatory Machine Learning through Convex Fairness Criteria

Non-Discriminatory Machine Learning through Convex Fairness Criteria Non-Discriminatory Machine Learning through Convex Fairness Criteria Naman Goel and Mohammad Yaghini and Boi Faltings Artificial Intelligence Laboratory, École Polytechnique Fédérale de Lausanne, Lausanne,

More information

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins)

CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures. Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 1 CS148 - Building Intelligent Robots Lecture 5: Autonomus Control Architectures Instructor: Chad Jenkins (cjenkins) Lecture 5 Control Architectures Slide 2 Administrivia

More information

SECTION TWO SHORT ANSWER QUESTIONS

SECTION TWO SHORT ANSWER QUESTIONS SECTION TWO SHORT ANSWER QUESTIONS Q1. Assume that we have developed advanced methods of artificial fertilization that allow us to create embryos from the combined genetic material of either two sperm

More information

Unconscious Gender Bias in Academia: from PhD Students to Professors

Unconscious Gender Bias in Academia: from PhD Students to Professors Unconscious Gender Bias in Academia: from PhD Students to Professors Poppenhaeger, K. (2017). Unconscious Gender Bias in Academia: from PhD Students to Professors. In Proceedings of the 6th International

More information

Reduce Tension by Making the Desired Choice Easier

Reduce Tension by Making the Desired Choice Easier Daniel Kahneman Talk at Social and Behavioral Sciences Meeting at OEOB Reduce Tension by Making the Desired Choice Easier Here is one of the best theoretical ideas that psychology has to offer developed

More information

Propensity Score Methods for Estimating Causality in the Absence of Random Assignment: Applications for Child Care Policy Research

Propensity Score Methods for Estimating Causality in the Absence of Random Assignment: Applications for Child Care Policy Research 2012 CCPRC Meeting Methodology Presession Workshop October 23, 2012, 2:00-5:00 p.m. Propensity Score Methods for Estimating Causality in the Absence of Random Assignment: Applications for Child Care Policy

More information

QUESTIONING THE MENTAL HEALTH EXPERT S CUSTODY REPORT

QUESTIONING THE MENTAL HEALTH EXPERT S CUSTODY REPORT QUESTIONING THE MENTAL HEALTH EXPERT S CUSTODY REPORT by IRA DANIEL TURKAT, PH.D. Venice, Florida from AMERICAN JOURNAL OF FAMILY LAW, Vol 7, 175-179 (1993) There are few activities in which a mental health

More information

Elimination of Implicit Bias By Adapting to Various Personalities

Elimination of Implicit Bias By Adapting to Various Personalities Elimination of Implicit Bias By Adapting to Various Personalities Cheryl Simbulan Beach, esq. Hayden Matthew Beach, esq. 2018 California Rule of Professional Conduct 2-400(B)(2) in the management or operation

More information

M.E.E.T. on Common Ground

M.E.E.T. on Common Ground M.E.E.T. on Common Ground Speaking Up for Respect in the Workplace M.E.E.T. on Common Ground 2001, Revised 2003 VisionPoint Productions and Alexander Consulting & Training, Inc. All rights reserved. No

More information

Why Is It That Men Can t Say What They Mean, Or Do What They Say? - An In Depth Explanation

Why Is It That Men Can t Say What They Mean, Or Do What They Say? - An In Depth Explanation Why Is It That Men Can t Say What They Mean, Or Do What They Say? - An In Depth Explanation It s that moment where you feel as though a man sounds downright hypocritical, dishonest, inconsiderate, deceptive,

More information

Preventing Unintentional Harm: Understanding Implicit Bias in Juvenile Justice

Preventing Unintentional Harm: Understanding Implicit Bias in Juvenile Justice 2 Preventing Unintentional Harm: Understanding Implicit Bias in Juvenile Justice Presenters: Summer Robins, Associate Director of Juvenile Justice and Education Nina Crane, Project Coordinator of Juvenile

More information

Psychology 205, Revelle, Fall 2014 Research Methods in Psychology Mid-Term. Name:

Psychology 205, Revelle, Fall 2014 Research Methods in Psychology Mid-Term. Name: Name: 1. (2 points) What is the primary advantage of using the median instead of the mean as a measure of central tendency? It is less affected by outliers. 2. (2 points) Why is counterbalancing important

More information

The Ordinal Nature of Emotions. Georgios N. Yannakakis, Roddy Cowie and Carlos Busso

The Ordinal Nature of Emotions. Georgios N. Yannakakis, Roddy Cowie and Carlos Busso The Ordinal Nature of Emotions Georgios N. Yannakakis, Roddy Cowie and Carlos Busso The story It seems that a rank-based FeelTrace yields higher inter-rater agreement Indeed, FeelTrace should actually

More information

Predictive performance and discrimination in unbalanced classification

Predictive performance and discrimination in unbalanced classification MASTER Predictive performance and discrimination in unbalanced classification van der Zon, S.B. Award date: 2016 Link to publication Disclaimer This document contains a student thesis (bachelor's or master's),

More information

Information for carers, families and friends

Information for carers, families and friends Information for carers, families and friends Information 2 www.swlstg-tr.nhs.uk Information for carers, friends and families Welcome to this leaflet for carers, families and friends of people with mental

More information

School of Population and Public Health SPPH 503 Epidemiologic methods II January to April 2019

School of Population and Public Health SPPH 503 Epidemiologic methods II January to April 2019 School of Population and Public Health SPPH 503 Epidemiologic methods II January to April 2019 Time: Tuesday, 1330 1630 Location: School of Population and Public Health, UBC Course description Students

More information

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014

UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 UNIVERSITY of PENNSYLVANIA CIS 520: Machine Learning Final, Fall 2014 Exam policy: This exam allows two one-page, two-sided cheat sheets (i.e. 4 sides); No other materials. Time: 2 hours. Be sure to write

More information

It s Mental Health Week!

It s Mental Health Week! It s Mental Health Week! This year, the Canadian Mental Health Association (CMHA) presents Mental Health Week from May 5 th to May 11 th. CMHA is launching a Be Mind Full initiative asking Canadians if

More information

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form

INVESTIGATING FIT WITH THE RASCH MODEL. Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form INVESTIGATING FIT WITH THE RASCH MODEL Benjamin Wright and Ronald Mead (1979?) Most disturbances in the measurement process can be considered a form of multidimensionality. The settings in which measurement

More information

Understanding Science Conceptual Framework

Understanding Science Conceptual Framework 1 Understanding Science Conceptual Framework This list of conceptual understandings regarding the nature and process of science are aligned across grade levels to help instructors identify age-appropriate

More information

COURSE DESCRIPTIONS 科目簡介

COURSE DESCRIPTIONS 科目簡介 COURSE DESCRIPTIONS 科目簡介 COURSES FOR 4-YEAR UNDERGRADUATE PROGRAMMES PSY2101 Introduction to Psychology (3 credits) The purpose of this course is to introduce fundamental concepts and theories in psychology

More information

Living well today...32 Hope for tomorrow...32

Living well today...32 Hope for tomorrow...32 managing diabetes managing managing managing managing managing managing diabetes Scientific research continually increases our knowledge of diabetes and the tools to treat it. This chapter describes what

More information

Transforming Judgmental Thinking

Transforming Judgmental Thinking 180 Restoring Hope Transforming Judgmental Thinking I don t like that man. I must get to know him better. Abraham Lincoln Dealing with difficult people can evoke and sustain judgmental thinking, which

More information

DIRECTIONS FOR USING THE MENTAL HEALTH ADVANCE DIRECTIVE POWER OF ATTORNEY FORM

DIRECTIONS FOR USING THE MENTAL HEALTH ADVANCE DIRECTIVE POWER OF ATTORNEY FORM (800) 692-7443 (Voice) (877) 375-7139 (TDD) www.disabilityrightspa.org DIRECTIONS FOR USING THE MENTAL HEALTH ADVANCE DIRECTIVE POWER OF ATTORNEY FORM 1. Read each section very carefully. 2. You will be

More information

Education and employment of people with autism

Education and employment of people with autism Education and employment of people with autism Turin - Italy November 2014 Evelyne Friedel Vice-President Awareness on the potential and needs of people with autism in the field of education and employment

More information

Intelligent Control Systems

Intelligent Control Systems Lecture Notes in 4 th Class in the Control and Systems Engineering Department University of Technology CCE-CN432 Edited By: Dr. Mohammed Y. Hassan, Ph. D. Fourth Year. CCE-CN432 Syllabus Theoretical: 2

More information

ERA: Architectures for Inference

ERA: Architectures for Inference ERA: Architectures for Inference Dan Hammerstrom Electrical And Computer Engineering 7/28/09 1 Intelligent Computing In spite of the transistor bounty of Moore s law, there is a large class of problems

More information

Question 1 Multiple Choice (8 marks)

Question 1 Multiple Choice (8 marks) Philadelphia University Student Name: Faculty of Engineering Student Number: Dept. of Computer Engineering First Exam, First Semester: 2015/2016 Course Title: Neural Networks and Fuzzy Logic Date: 19/11/2015

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

The science of the mind: investigating mental health Treating addiction

The science of the mind: investigating mental health Treating addiction The science of the mind: investigating mental health Treating addiction : is a Consultant Addiction Psychiatrist. She works in a drug and alcohol clinic which treats clients from an area of London with

More information

SCUOLA DI SPECIALIZZAZIONE IN FISICA MEDICA. Sistemi di Elaborazione dell Informazione. Introduzione. Ruggero Donida Labati

SCUOLA DI SPECIALIZZAZIONE IN FISICA MEDICA. Sistemi di Elaborazione dell Informazione. Introduzione. Ruggero Donida Labati SCUOLA DI SPECIALIZZAZIONE IN FISICA MEDICA Sistemi di Elaborazione dell Informazione Introduzione Ruggero Donida Labati Dipartimento di Informatica via Bramante 65, 26013 Crema (CR), Italy http://homes.di.unimi.it/donida

More information

Multiple Regression Models

Multiple Regression Models Multiple Regression Models Advantages of multiple regression Parts of a multiple regression model & interpretation Raw score vs. Standardized models Differences between r, b biv, b mult & β mult Steps

More information

Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks

Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks Artificial Neural Networks in Cardiology - ECG Wave Analysis and Diagnosis Using Backpropagation Neural Networks 1.Syed Khursheed ul Hasnain C Eng MIEE National University of Sciences & Technology, Pakistan

More information

Machine learning II. Juhan Ernits ITI8600

Machine learning II. Juhan Ernits ITI8600 Machine learning II Juhan Ernits ITI8600 Hand written digit recognition 64 Example 2: Face recogition Classification, regression or unsupervised? How many classes? Example 2: Face recognition Classification,

More information

Implicit Bias for Homeownership Professionals Susan Naimark

Implicit Bias for Homeownership Professionals Susan Naimark Implicit Bias for Homeownership Professionals Susan Naimark www.naimark.org 1 2 Introductions 1. Name 2. Your role 3. What you most hope to get out of this workshop (in one sentence please!) Agenda ì 1.

More information

What Is Science? Lesson Overview. Lesson Overview. 1.1 What Is Science?

What Is Science? Lesson Overview. Lesson Overview. 1.1 What Is Science? Lesson Overview 1.1 What Science Is and Is Not What are the goals of science? One goal of science is to provide natural explanations for events in the natural world. Science also aims to use those explanations

More information

Problem Situation Form for Parents

Problem Situation Form for Parents Problem Situation Form for Parents Please complete a form for each situation you notice causes your child social anxiety. 1. WHAT WAS THE SITUATION? Please describe what happened. Provide enough information

More information

Name: BIOS 703 MIDTERM EXAMINATIONS (5 marks per question, total = 100 marks)

Name: BIOS 703 MIDTERM EXAMINATIONS (5 marks per question, total = 100 marks) Name: BIOS 703 MIDTERM EXAMINATIONS (5 marks per question, total = 100 marks) You will have 75 minutest to complete this examination. Some of the questions refer to Crizotinib in ROS1- Rearranged Non Small-

More information

Organizational. Architectures of Cognition Lecture 1. What cognitive phenomena will we examine? Goals of this course. Practical Assignments.

Organizational. Architectures of Cognition Lecture 1. What cognitive phenomena will we examine? Goals of this course. Practical Assignments. Architectures of Cognition Lecture 1 Niels Taatgen Artificial Intelligence Webpage: http://www.ai.rug.nl/avi 2 Organizational Practical assignments start Next Week Work in pairs 3 assignments Grade = (1/4)*assignments

More information

Safeguarding Adults. Patient information

Safeguarding Adults. Patient information Safeguarding Adults Patient information Safeguarding Adults Keeping the people who use our services safe is very important. That is why we have arrangements in place to protect people from abuse. This

More information

Drug Epidemics: Things You Need to Know. Prof. Carl L. Hart Columbia University. drcarlhart.com

Drug Epidemics: Things You Need to Know. Prof. Carl L. Hart Columbia University. drcarlhart.com Drug Epidemics: Things You Need to Know Prof. Carl L. Hart Columbia University drcarlhart.com 10 MA vs. $20 Choice (max =10) 8 6 4 2 drug users can and do behave rationally 0 Drug Money Reinforcer Things

More information

Evaluating Classifiers for Disease Gene Discovery

Evaluating Classifiers for Disease Gene Discovery Evaluating Classifiers for Disease Gene Discovery Kino Coursey Lon Turnbull khc0021@unt.edu lt0013@unt.edu Abstract Identification of genes involved in human hereditary disease is an important bioinfomatics

More information

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA PharmaSUG 2014 - Paper SP08 Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA ABSTRACT Randomized clinical trials serve as the

More information

Copyright 2007 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 2007.

Copyright 2007 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 2007. Copyright 27 IEEE. Reprinted from 4th IEEE International Symposium on Biomedical Imaging: From Nano to Macro, April 27. This material is posted here with permission of the IEEE. Such permission of the

More information

Challenges of Fingerprint Biometrics for Forensics

Challenges of Fingerprint Biometrics for Forensics Challenges of Fingerprint Biometrics for Forensics Dr. Julian Fierrez (with contributions from Dr. Daniel Ramos) Universidad Autónoma de Madrid http://atvs.ii.uam.es/fierrez Index 1. Introduction: the

More information

Helping Your Asperger s Adult-Child to Eliminate Thinking Errors

Helping Your Asperger s Adult-Child to Eliminate Thinking Errors Helping Your Asperger s Adult-Child to Eliminate Thinking Errors Many people with Asperger s (AS) and High-Functioning Autism (HFA) experience thinking errors, largely due to a phenomenon called mind-blindness.

More information

The Influence of Race and Ethnicity on End-of-Life Care in the Intensive Care Unit

The Influence of Race and Ethnicity on End-of-Life Care in the Intensive Care Unit The Influence of Race and Ethnicity on End-of-Life Care in the Intensive Care Unit Sarah Muni, MD Department of Medicine Chair s Rounds November 10, 2009 Health Disparities Research Clinical appropriateness

More information