Bayesian Networks in Educational Testing

Size: px
Start display at page:

Download "Bayesian Networks in Educational Testing"

Transcription

1 Bayesian Networks in Educational Testing Jiří Vomlel Laboratory for Intelligent Systems Prague University of Economics This presentation is available at:

2 Contents: Educational testing is a big business. What is a fixed test and an adaptive test? An example: a test of basic operations with fractions. Optimal and myopically optimal tests. Construction of a myopically optimal fixed test. Results of experiments. Ane example showing that modeling dependence between skills is important. Conclusions.

3 Educational Testing Service (ETS) Educational Testing Service is the world s largest private educational testing organization with 2,300 regular employees. Volumes for ETS s Largest Exams in : 3,185,000 SAT I Reasoning Test and SAT II: Subject Area Tests (the SAT test is the standard college admission test in US) 2,293,000 PSAT: Preliminary SAT/National Merit Scholarship Qualifying Test 1,421,000 AP: Advanced Placement Program 801,000 The Praxis Series: Professional Assessments for Beginning Teachers and Pre-Professional Skills Tests 787,000 TOEFL: Test of English as a Foreign Language 449,000 GRE: Graduate Record Examinations General Test etc.

4 Fixed Test vs. Adaptive Test Q 1 Q 2 Q 5 Q 3 wrong correct Q 4 wrong Q 4 correct wrong Q 8 correct Q 5 Q 2 Q 7 Q 6 Q 9 Q 6 wrong correct wrong correct wrong correct wrong correct Q 7 Q 1 Q 3 Q 6 Q 8 Q 4 Q 7 Q 7 Q 10 Q 8 Q 9 Q 10

5 Computerized Adaptive Testing (CAT) Objective: Two basic steps: An optimal test for each examinee (1) examinee s knowledge level is estimated (2) questions appropriate for the level are selected. R. Almond and R. Mislevy from ETS proposed to use graphical models in CAT. one student model (relations between skills, abilities, etc.) several evidence models, one for each task or question.

6 CAT for basic operations with fractions T 1 : ( ) Examples of tasks: 1 8 = = = 4 8 = 1 2 T 2 : = = 3 12 = T 3 : = 4 32 = 3 8 ( ) ( ) T 4 : = 4 23 = 12 2 = 6 1.

7 Elementary and operational skills CP Comparison (common numerator or denominator) 1 2 > 1 3, 2 3 > 1 3 AD Addition (comm. denom.) = = 3 7 SB Subtract. (comm. denom.) = = 1 5 MT Multiplication = 3 CD Common denominator ( 12, 2 3 ) CL Cancelling out 4 6 = = = ( 36, 4 6 ) CIM Conv. to mixed numbers 7 2 = = CMI Conv. to improp. fractions = = 7 2

8 Misconceptions Label Description Occurrence MAD MSB MMT1 MMT2 MMT3 MMT4 MC a b + d c = b+d a+c 14.8% a b d c = b d a c 9.4% a b a b a b a b cb = a c cb = a+c cd = a d cd = a c b 14.1% b b 8.1% b c 15.4% b+d 8.1% a b c = a b c 4.0%

9 Process that lead to the student model decision on what skills will be tested, preparation of paper tests paper tests given to students at Brønderslev high school, 149 students did the test. analysis of results, finding misconceptions, summarizing results into a data file, learning a Bayesian network model using the PC-algorithm and the EM-algorithm, attempts to explain some relations between skills and misconceptions using hidden variables, a new learning phase with hidden variables included, certain edges required to be part of the learned model.

10 Student model HV2 HV1 ACMI ACIM ACL ACD AD SB CMI CIM CL CD MT CP MAD MSB MC MMT1 MMT2 MMT3 MMT4

11 Evidence model for task T 1 ( ) 1 8 = = = 4 8 = 1 2 T 1 MT & CL & ACL & SB & MMT3 & MMT4 & MSB CL ACL MT SB MMT3 MSB T 1 MMT4 P( T 1 )

12 Student + Evidence model HV2 HV1 ACMI ACIM ACL ACD AD SB CMI CIM CL CD MT CP MAD MSB MC MMT1 MMT2 MMT3 MMT4 T 1

13 Example of an adaptive test X 3 = yes X 2 = yes X 2 : 1 5 < 1 4? X 2 = no X 3 : 1 4 < 2 5? X 3 = no = yes : 1 5 < 2 5? = no Entropy of a probability distribution P(S i ) H (P(S i )) = s i S i P(S i = s i ) log P(S i = s i ) Total entropy in a node n: H(e n ) = Si S H(P(S i e n )). Expected entropy at the end of a test t is EH(t) = l L(t) P(e l ) H(e l ).

14 X 2 X 3 Let T be the set of all possible tests. A test t is optimal iff X 2 X 3 A selected test t = arg min t T EH(t). X 2 X 3 X 3 A myopically optimal test t is a test where each question X of t minimizes the expected value of entropy after the question is answered: X 3 X 2 X = arg min X X EH(t X), X 2 i.e. it works as if the test finished after the selected question X.

15 X 2 X 3 X 2 X 3 P(X 2 = 0) X 3 X 2 X 3 P(X 2 = 1) X 2 X 3 X 2 e list = {{X 2 = 0}, {X 2 = 1}} counts[3] = P(X 2 = 0) = 0.7 counts[1] = P(X 2 = 1) = 0.3 X 2 X 3... Myopic construction of a fixed test e list := [ ]; test := [ ]; for i := 1 to X do counts[i] := 0; for position := 1 to test lenght do new e list := [ ]; for all e e list do i := most in f ormative X(e); counts[i] := counts[i] + P(e); for all x i X i do append(new e list, {e {X i = x i }}); e list := new e list; i := arg max i counts[i]; append(test, X i ); counts[i ] := 0; return(test);

16 Skill Prediction Quality adaptive average descending ascending 88 Quality of skill predictions Number of answered questions

17 Total entropy of probability of skills adaptive average descending ascending 10 Entropy on skills Number of answered questions

18 Question Prediction Quality adaptive average descending ascending Quality of question predictions Number of answered questions

19 An example of a simple diagnostic task Diagnosis of the absence or the presence of three skills S 1, S 2, S 3 by use of a bank of three questions,2,,3, X 2,3. such that P(X i, j = 1 S i = s i, S j = s j ) = 1 if (s i, s j ) = (1, 1) 0 otherwise. Assume answers to all questions from the item bank are wrong, i.e.,2 = 0,,3 = 0, X 2,3 = 0.

20 Reasoning assuming skill independency,3 All skills are independent S 1 S 3 P(S 1, S 2, S 3 ) = P(S 1 ) P(S 2 ) P(S 3 ),2 S 2 X 2,3 and P(S i ), i = 1, 2, 3 are uniform. Then the probabilities for j = 1, 2, 3 are: P(S j = 0,2 = 0,,3 = 0, X 2,3 = 0) = 0.75, i.e. we can not decide which skills are present and which are missing.

21 Modeling dependence between skills,3 S 1 S 3 with deterministic hierarchy,2 S 2 X 2,3 S 1 S 2, S 2 S 3 P(S 1 = 0,2 = 0,,3 = 0, X 2,3 = 0) = 1 P(S 2 = 0,2 = 0,,3 = 0, X 2,3 = 0) = 1 P(S 3 = 0,2 = 0,,3 = 0, X 2,3 = 0) = 0.5 Observe, that for i = 1, 2, 3 P(S i,2 = 0,,3 = 0, X 2,3 = 0) = P(S i X 2,3 = 0), i.e. X 2,3 = 0 gives the same information as,2 = 0,,3 = 0, X 2,3 = 0.

22 Conclusions Empirical evidence shows that educational testing can benefit from application of Bayesian networks. Adaptive tests may substantially reduce the number of questions that are necessary to be asked. The new method for the design of a fixed test provided good results on tested data. It may be regarded as a good cheap alternative to computerized adaptive tests when they are not suitable. One theoretical problem related to application of Bayesian networks to educational testing is efficient inference exploiting deterministic relations in the model. This problem was addressed in our UAI 2002 paper.

23 ... and this is the END. It s time to have a beer.... or are there any questions?

Bayesian Networks in Educational Testing

Bayesian Networks in Educational Testing Bayesian Networks in Educational Testing Jiří Vomlel Institute of Information Theory and Automation Academy of Science of the Czech Republic This presentation is available at: http://www.utia.cas.cz/vomlel/slides/pgm02slides.pdf

More information

Bayesian Networks in Educational Testing

Bayesian Networks in Educational Testing Bayesian Networks in Educational Testing Jiří Vomlel Institute of Information Theory and Automation Academy of Science of the Czech Republic Prague This presentation is available at: http://www.utia.cas.cz/vomlel/

More information

Applications of Bayesian networks

Applications of Bayesian networks Applications of Bayesian networks Jiří Vomlel Laboratory for Intelligent Systems University of Economics, Prague Institute of Information Theory and Automation Academy of Sciences of the Czech Republic

More information

Mathematics Success Grade 6

Mathematics Success Grade 6 T632 Mathematics Success Grade 6 [OBJECTIVE] The students will draw polygons in the coordinate plane given the coordinates for the vertices and use the coordinates to find the length of the sides in mathematical

More information

SYSTEMS Solving Linear Systems Common Core Standards

SYSTEMS Solving Linear Systems Common Core Standards I Systems, Lesson 1, Solving Linear Systems (r. 2018) SYSTEMS Solving Linear Systems Common Core Standards A-REI.C.5 Prove that, given a system of two equations in two variables, replacing one equation

More information

AP Physics C 1976 Free Response Questions

AP Physics C 1976 Free Response Questions AP Physics C 1976 Free Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be

More information

AP Calculus AB 2002 Free-Response Questions

AP Calculus AB 2002 Free-Response Questions AP Calculus AB 00 Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be

More information

Crowdsourcing via Tensor Augmentation and Completion (TAC)

Crowdsourcing via Tensor Augmentation and Completion (TAC) Crowdsourcing via Tensor Augmentation and Completion (TAC) Presenter: Yao Zhou joint work with: Dr. Jingrui He - 1 - Roadmap Background Related work Crowdsourcing based on TAC Experimental results Conclusion

More information

Copyright A. A. Frempong

Copyright A. A. Frempong Copyright.. Frempong P vs NP: Solutions of NP Problems bstract The simplest solution is usually the best solution---lbert Einstein est news. fter over 30 years of debating, the debate is over. Yes, P is

More information

A2 Mathematics Assignment 7 Due Date: Friday 28 th February 2014

A2 Mathematics Assignment 7 Due Date: Friday 28 th February 2014 A Mathematics Assignment 7 Due Date: Friday 8 th February 0 NAME. GROUP: MECHANICS/STATS Instructions to Students All questions must be attempted. You should present your solutions on file paper and submit

More information

AP Physics B 2004 Scoring Guidelines Form B

AP Physics B 2004 Scoring Guidelines Form B P Physics B 004 Scoring Guidelines Form B The materials included in these files are intended for noncommercial use by P teachers for course and exam preparation; permission for any other use must be sought

More information

GRAPHS AND STATISTICS Central Tendency and Dispersion Common Core Standards

GRAPHS AND STATISTICS Central Tendency and Dispersion Common Core Standards B Graphs and Statistics, Lesson 2, Central Tendency and Dispersion (r. 2018) GRAPHS AND STATISTICS Central Tendency and Dispersion Common Core Standards Next Generation Standards S-ID.A.2 Use statistics

More information

AP Physics B 1979 Free Response Questions

AP Physics B 1979 Free Response Questions AP Physics B 1979 Free Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be

More information

Quadratic and Other Inequalities in One Variable

Quadratic and Other Inequalities in One Variable Quadratic and Other Inequalities in One Variable If a quadratic equation is not in the standard form equaling zero, but rather uses an inequality sign ( , ), the equation is said to be a quadratic

More information

ACTIVITY 15 Continued Lesson 15-2

ACTIVITY 15 Continued Lesson 15-2 Continued PLAN Pacing: 1 class period Chunking the Lesson Examples A, B Try These A B #1 2 Example C Lesson Practice TEACH Bell-Ringer Activity Read the introduction with students and remind them of the

More information

Bayesian networks in Mastermind

Bayesian networks in Mastermind Bayesian networks in Mastermind Jiří Vomlel http://www.utia.cas.cz/vomlel/ Laboratory for Intelligent Systems Inst. of Inf. Theory and Automation University of Economics Academy of Sciences Ekonomická

More information

Final Exam December 12, 2017

Final Exam December 12, 2017 Introduction to Artificial Intelligence CSE 473, Autumn 2017 Dieter Fox Final Exam December 12, 2017 Directions This exam has 7 problems with 111 points shown in the table below, and you have 110 minutes

More information

Learning Objectives. c D. Poole and A. Mackworth 2010 Artificial Intelligence, Lecture 7.2, Page 1

Learning Objectives. c D. Poole and A. Mackworth 2010 Artificial Intelligence, Lecture 7.2, Page 1 Learning Objectives At the end of the class you should be able to: identify a supervised learning problem characterize how the prediction is a function of the error measure avoid mixing the training and

More information

Online Item Calibration for Q-matrix in CD-CAT

Online Item Calibration for Q-matrix in CD-CAT Online Item Calibration for Q-matrix in CD-CAT Yunxiao Chen, Jingchen Liu, and Zhiliang Ying November 8, 2013 Abstract Item replenishment is important to maintaining a large scale item bank. In this paper

More information

Probability. CS 3793/5233 Artificial Intelligence Probability 1

Probability. CS 3793/5233 Artificial Intelligence Probability 1 CS 3793/5233 Artificial Intelligence 1 Motivation Motivation Random Variables Semantics Dice Example Joint Dist. Ex. Axioms Agents don t have complete knowledge about the world. Agents need to make decisions

More information

Mixture Models and Expectation-Maximization

Mixture Models and Expectation-Maximization Mixture Models and Expectation-Maximiation David M. Blei March 9, 2012 EM for mixtures of multinomials The graphical model for a mixture of multinomials π d x dn N D θ k K How should we fit the parameters?

More information

Item Response Theory (IRT) Analysis of Item Sets

Item Response Theory (IRT) Analysis of Item Sets University of Connecticut DigitalCommons@UConn NERA Conference Proceedings 2011 Northeastern Educational Research Association (NERA) Annual Conference Fall 10-21-2011 Item Response Theory (IRT) Analysis

More information

4 : Exact Inference: Variable Elimination

4 : Exact Inference: Variable Elimination 10-708: Probabilistic Graphical Models 10-708, Spring 2014 4 : Exact Inference: Variable Elimination Lecturer: Eric P. ing Scribes: Soumya Batra, Pradeep Dasigi, Manzil Zaheer 1 Probabilistic Inference

More information

AP Calculus AB 2006 Free-Response Questions Form B

AP Calculus AB 2006 Free-Response Questions Form B AP Calculus AB 006 Free-Response Questions Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

AP Calculus AB 2008 Free-Response Questions Form B

AP Calculus AB 2008 Free-Response Questions Form B AP Calculus AB 2008 Free-Response Questions Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

Review: Bayesian learning and inference

Review: Bayesian learning and inference Review: Bayesian learning and inference Suppose the agent has to make decisions about the value of an unobserved query variable X based on the values of an observed evidence variable E Inference problem:

More information

Bayesian Concept Learning

Bayesian Concept Learning Learning from positive and negative examples Bayesian Concept Learning Chen Yu Indiana University With both positive and negative examples, it is easy to define a boundary to separate these two. Just with

More information

Compass rsat Practice Test -- Score Summary

Compass rsat Practice Test -- Score Summary page 1 of 7 -- Score Summary Bobby Compass Total Score Range Likely Combined Score 1050 --- 1110 1080 Section Scores (200-800) Reading & Writing Range 500 --- 560 Math Range 520 --- 580 Likely Score 530

More information

AP Calculus BC 2003 Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation; permission for any other use must be sought from the

More information

Here is another list and some practice aimed at translating word problems into mathematical equations.

Here is another list and some practice aimed at translating word problems into mathematical equations. DISTANCE = RATE TIMES TIME One of the most daunting tasks in mathematics is to translate a word problem into a mathematical equation. Honestly, there is no one way that works for everyone. Teachers, students,

More information

AP Physics B 2007 Scoring Guidelines Form B

AP Physics B 2007 Scoring Guidelines Form B AP Physics B 007 Scoring Guidelines Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

Chapter Goals. To introduce you to data collection

Chapter Goals. To introduce you to data collection Chapter Goals To introduce you to data collection You will learn to think critically about the data collected or presented learn various methods for selecting a sample Formulate Theories Interpret Results/Make

More information

AP Physics B 1976 Free Response

AP Physics B 1976 Free Response AP Physics B 1976 Free Response The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be sought from

More information

9 3 Base. We will apply 1 the properties of exponents. Name:

9 3 Base. We will apply 1 the properties of exponents. Name: Learning Objective We will apply the properties of exponents. Name:.2. CFU Activate Prior Knowledge What are we going to do? What does apply mean? Apply means. An exponential expression contains a base

More information

Math 7 Notes Unit Two: Integers

Math 7 Notes Unit Two: Integers Math 7 Notes Unit Two: Integers Syllabus Objective: 2.1 The student will solve problems using operations on positive and negative numbers, including rationals. Integers the set of whole numbers and their

More information

4. 1. PROGRAM: Architectural Technology CODE: A40100 DEGREE: Associate in Applied Science DESCRIPTION/PURPOSE

4. 1. PROGRAM: Architectural Technology CODE: A40100 DEGREE: Associate in Applied Science DESCRIPTION/PURPOSE ARCHITECTURAL TECHNOLOGY DESCRIPTION/PURPOSE PROGRAM: Architectural Technology CODE: A40100 DEGREE: Associate in Applied Science The Architectural Technology curriculum prepares individuals with knowledge

More information

Hidden Markov Models in Language Processing

Hidden Markov Models in Language Processing Hidden Markov Models in Language Processing Dustin Hillard Lecture notes courtesy of Prof. Mari Ostendorf Outline Review of Markov models What is an HMM? Examples General idea of hidden variables: implications

More information

Isomorphism Testing Standard Presentations Example. Isomorphism testing. Go to Classifications. Go to Automorphisms

Isomorphism Testing Standard Presentations Example. Isomorphism testing. Go to Classifications. Go to Automorphisms Isomorphism Testing Standard Presentations Example Isomorphism testing Go to Classifications Go to Automorphisms Isomorphism Testing Standard Presentations Example Conclusion Lecture 3 Things we have discussed

More information

Proportions PRE-ACTIVITY PREPARATION

Proportions PRE-ACTIVITY PREPARATION Section 4.2 PRE-ACTIVITY PREPARATION Proportions In the photo at right, you can see that the top teapot is a smaller version of the lower one. In fact, if you were to compare the ratios of each teapot

More information

Informal Translation

Informal Translation Informal Translation Examination regulations for the consecutive Master's program Geodetic Engineering in the Faculty of Agriculture at the University of Bonn On September 11, 2017 47th issue No. 25 September

More information

Optimal Testing of Structured Knowledge

Optimal Testing of Structured Knowledge Optimal Testing of Structured Knowledge Michael Munie and Yoav Shoham Stanford University, CA {munie, shoham}@ stanford.edu Abstract Adopting a decision-theoretic perspective, we investigate the problem

More information

A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling

A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling A Global Constraint for Parallelizing the Execution of Task Sets in Non-Preemptive Scheduling 1 Introduction Michael Marte 1 Institut für Informatik, Universität München Oettingenstr. 67, 80538 München,

More information

AP Physics B 1980 Free Response Questions

AP Physics B 1980 Free Response Questions AP Physics B 1980 Free Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must be

More information

Exam Computability and Complexity

Exam Computability and Complexity Total number of points:... Number of extra sheets of paper:... Exam Computability and Complexity by Jiri Srba, January 2009 Student s full name CPR number Study number Before you start, fill in the three

More information

Midterm, Fall 2003

Midterm, Fall 2003 5-78 Midterm, Fall 2003 YOUR ANDREW USERID IN CAPITAL LETTERS: YOUR NAME: There are 9 questions. The ninth may be more time-consuming and is worth only three points, so do not attempt 9 unless you are

More information

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 6 Review of Normal Probability Distribution QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing this chapter,

More information

Probabilistic Graphical Models for Image Analysis - Lecture 1

Probabilistic Graphical Models for Image Analysis - Lecture 1 Probabilistic Graphical Models for Image Analysis - Lecture 1 Alexey Gronskiy, Stefan Bauer 21 September 2018 Max Planck ETH Center for Learning Systems Overview 1. Motivation - Why Graphical Models 2.

More information

AP Calculus BC 2008 Free-Response Questions Form B

AP Calculus BC 2008 Free-Response Questions Form B AP Calculus BC 008 Free-Response Questions Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

A.SSE.A.1: Terms, Factors, & Coefficients of Expressions

A.SSE.A.1: Terms, Factors, & Coefficients of Expressions EQUATIONS AND INEQUALITIES A. Interpret the structure of expressions. 1. Interpret expressions that represent a quantity in terms of its context. a. Interpret parts of an expression, such as terms, factors,

More information

2000 Advanced Placement Program Free-Response Questions

2000 Advanced Placement Program Free-Response Questions 2000 Advanced Placement Program Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other

More information

Bayesian Networks in Educational Assessment Tutorial

Bayesian Networks in Educational Assessment Tutorial Bayesian Networks in Educational Assessment Tutorial Session V: Refining Bayes Nets with Data Russell Almond, Bob Mislevy, David Williamson and Duanli Yan Unpublished work 2002-2014 ETS 1 Agenda SESSION

More information

Intro to AI: Lecture 8. Volker Sorge. Introduction. A Bayesian Network. Inference in. Bayesian Networks. Bayesian Networks.

Intro to AI: Lecture 8. Volker Sorge. Introduction. A Bayesian Network. Inference in. Bayesian Networks. Bayesian Networks. Specifying Probability Distributions Specifying a probability for every atomic event is impractical We have already seen it can be easier to specify probability distributions by using (conditional) independence

More information

Representation. Stefano Ermon, Aditya Grover. Stanford University. Lecture 2

Representation. Stefano Ermon, Aditya Grover. Stanford University. Lecture 2 Representation Stefano Ermon, Aditya Grover Stanford University Lecture 2 Stefano Ermon, Aditya Grover (AI Lab) Deep Generative Models Lecture 2 1 / 32 Learning a generative model We are given a training

More information

COURSE OUTLINE OF RECORD

COURSE OUTLINE OF RECORD Course ID : MATH 201P Discipline : Mathematics Top(CB03) : 1701.00, Mathematics, General Prior Transfer Level (CB21) : B = Two levels below transfer CC Approval : 10/27/2016 Degree/Transfer Status(CB05)

More information

Kybernetika. Jiří Vomlel Building adaptive tests using Bayesian networks. Terms of use:

Kybernetika. Jiří Vomlel Building adaptive tests using Bayesian networks. Terms of use: Kybernetika Jiří Vomlel Building adaptive tests using Bayesian networks Kybernetika, Vol. 40 (2004), No. 3, [333]--348 Persistent URL: http://dml.cz/dmlcz/135599 Terms of use: Institute of Information

More information

Teaching Geography Author Phil GERSMEHL

Teaching Geography Author Phil GERSMEHL Teaching Geography Author Phil GERSMEHL University of Minnesota, USA 332 Review of International Geographical Education Online RIGEO, 2015, 5(3), 332-336 Publisher: The Guilford Press Publication Year:

More information

AP Calculus BC 2005 Free-Response Questions Form B

AP Calculus BC 2005 Free-Response Questions Form B AP Calculus BC 005 Free-Response Questions Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

CALCULUS SEVENTH EDITION. Indiana Academic Standards for Calculus. correlated to the CC2

CALCULUS SEVENTH EDITION. Indiana Academic Standards for Calculus. correlated to the CC2 CALCULUS SEVENTH EDITION correlated to the Indiana Academic Standards for Calculus CC2 6/2003 2002 Introduction to Calculus, 7 th Edition 2002 by Roland E. Larson, Robert P. Hostetler, Bruce H. Edwards

More information

Machine Learning 3. week

Machine Learning 3. week Machine Learning 3. week Entropy Decision Trees ID3 C4.5 Classification and Regression Trees (CART) 1 What is Decision Tree As a short description, decision tree is a data classification procedure which

More information

{ p if x = 1 1 p if x = 0

{ p if x = 1 1 p if x = 0 Discrete random variables Probability mass function Given a discrete random variable X taking values in X = {v 1,..., v m }, its probability mass function P : X [0, 1] is defined as: P (v i ) = Pr[X =

More information

CS 188: Artificial Intelligence Spring Today

CS 188: Artificial Intelligence Spring Today CS 188: Artificial Intelligence Spring 2006 Lecture 9: Naïve Bayes 2/14/2006 Dan Klein UC Berkeley Many slides from either Stuart Russell or Andrew Moore Bayes rule Today Expectations and utilities Naïve

More information

Bayesian Networks BY: MOHAMAD ALSABBAGH

Bayesian Networks BY: MOHAMAD ALSABBAGH Bayesian Networks BY: MOHAMAD ALSABBAGH Outlines Introduction Bayes Rule Bayesian Networks (BN) Representation Size of a Bayesian Network Inference via BN BN Learning Dynamic BN Introduction Conditional

More information

Applying Bayesian networks in the game of Minesweeper

Applying Bayesian networks in the game of Minesweeper Applying Bayesian networks in the game of Minesweeper Marta Vomlelová Faculty of Mathematics and Physics Charles University in Prague http://kti.mff.cuni.cz/~marta/ Jiří Vomlel Institute of Information

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools AP Calculus AB AP Calculus AB BOE Approved 04/08/2014 1 AP CALCULUS AB Critical Areas of Focus Advanced Placement Calculus AB consists of a full year of college calculus.

More information

A.REI.B.3: Solve Linear Equations and Inequalities in One Variable.

A.REI.B.3: Solve Linear Equations and Inequalities in One Variable. A.REI.B.3: Solve Linear Equations and Inequalities in One Variable. EQUATIONS AND INEQUALITIES A.REI.B.3: Solving Linear Equations and Inequalities in One Variable B. Solve equations and inequalities in

More information

AP PHYSICS 2011 SCORING GUIDELINES

AP PHYSICS 2011 SCORING GUIDELINES AP PHYSICS 2011 SCORING GUIDELINES General Notes About 2011 AP Physics Scoring Guidelines 1. The solutions contain the most common method of solving the free-response questions and the allocation of points

More information

AP Physics C: Mechanics 2005 Scoring Guidelines

AP Physics C: Mechanics 2005 Scoring Guidelines AP Physics C: Mechanics 005 Scoring Guidelines The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

Introduction to Business Statistics QM 220 Chapter 12

Introduction to Business Statistics QM 220 Chapter 12 Department of Quantitative Methods & Information Systems Introduction to Business Statistics QM 220 Chapter 12 Dr. Mohammad Zainal 12.1 The F distribution We already covered this topic in Ch. 10 QM-220,

More information

Prentice Hall CME Project Algebra

Prentice Hall CME Project Algebra Prentice Hall CME Project Algebra 1 2009 Algebra 1 C O R R E L A T E D T O from March 2009 Algebra 1 A1.1 Relations and Functions A1.1.1 Determine whether a relation represented by a table, graph, words

More information

Bachelor of Science in Geology

Bachelor of Science in Geology Bachelor of Science in Geology 1 Bachelor of Science in Geology Why study geology? In Geology you get to apply techniques and knowledge from chemistry, physics, biology and math to answer important questions

More information

Final Exam December 12, 2017

Final Exam December 12, 2017 Introduction to Artificial Intelligence CSE 473, Autumn 2017 Dieter Fox Final Exam December 12, 2017 Directions This exam has 7 problems with 111 points shown in the table below, and you have 110 minutes

More information

AP Physics B 2010 Scoring Guidelines

AP Physics B 2010 Scoring Guidelines AP Physics B 010 Scoring Guidelines The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded in 1900,

More information

INSTRUCTIONAL FOCUS DOCUMENT High School Courses Science/Chemistry

INSTRUCTIONAL FOCUS DOCUMENT High School Courses Science/Chemistry State Resources: Texas Education Agency STAAR Chemistry Reference Materials. Retrieved from http://www.tea.state.tx.us/student.assessment/staar/science/ (look under "Specific STAAR Resources," "Science").

More information

SIMPLE AND HIERARCHICAL MODELS FOR STOCHASTIC TEST MISGRADING

SIMPLE AND HIERARCHICAL MODELS FOR STOCHASTIC TEST MISGRADING SIMPLE AND HIERARCHICAL MODELS FOR STOCHASTIC TEST MISGRADING JIANJUN WANG Center for Science Education Kansas State University The test misgrading is treated in this paper as a stochastic process. Three

More information

Math Review. for the Quantitative Reasoning measure of the GRE General Test

Math Review. for the Quantitative Reasoning measure of the GRE General Test Math Review for the Quantitative Reasoning measure of the GRE General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important for solving

More information

Objective: Construct a paper clock by partitioning a circle into halves and quarters, and tell time to the half hour or quarter hour.

Objective: Construct a paper clock by partitioning a circle into halves and quarters, and tell time to the half hour or quarter hour. Lesson 13 Objective: Suggested Lesson Structure Fluency Practice Concept Development Student Debrief Total Time (10 minutes) (40 minutes) (10 minutes) (60 minutes) Fluency Practice (10 minutes) Rename

More information

CS Lecture 3. More Bayesian Networks

CS Lecture 3. More Bayesian Networks CS 6347 Lecture 3 More Bayesian Networks Recap Last time: Complexity challenges Representing distributions Computing probabilities/doing inference Introduction to Bayesian networks Today: D-separation,

More information

Lecture 9: PGM Learning

Lecture 9: PGM Learning 13 Oct 2014 Intro. to Stats. Machine Learning COMP SCI 4401/7401 Table of Contents I Learning parameters in MRFs 1 Learning parameters in MRFs Inference and Learning Given parameters (of potentials) and

More information

Bayesian Networks. Motivation

Bayesian Networks. Motivation Bayesian Networks Computer Sciences 760 Spring 2014 http://pages.cs.wisc.edu/~dpage/cs760/ Motivation Assume we have five Boolean variables,,,, The joint probability is,,,, How many state configurations

More information

Pre-Algebra (6/7) Pacing Guide

Pre-Algebra (6/7) Pacing Guide Pre-Algebra (6/7) Pacing Guide Vision Statement Imagine a classroom, a school, or a school district where all students have access to high-quality, engaging mathematics instruction. There are ambitious

More information

Bridget Mulvey. A lesson on naming chemical compounds. The Science Teacher

Bridget Mulvey. A lesson on naming chemical compounds. The Science Teacher Bridget Mulvey A lesson on naming chemical compounds 44 The Science Teacher Students best learn science through a combination of science inquiry and language learning (Stoddart et al. 2002). This article

More information

15-780: Graduate Artificial Intelligence. Bayesian networks: Construction and inference

15-780: Graduate Artificial Intelligence. Bayesian networks: Construction and inference 15-780: Graduate Artificial Intelligence ayesian networks: Construction and inference ayesian networks: Notations ayesian networks are directed acyclic graphs. Conditional probability tables (CPTs) P(Lo)

More information

AP Physics C: Mechanics 2001 Scoring Guidelines

AP Physics C: Mechanics 2001 Scoring Guidelines AP Physics C: Mechanics 001 Scoring Guidelines The materials included in these files are intended for non-commercial use by AP teachers for course and exam preparation; permission for any other use must

More information

Florida Department of Education COURSE DESCRIPTION - GRADES 9-12, ADULT

Florida Department of Education COURSE DESCRIPTION - GRADES 9-12, ADULT Florida Department of Education 2002 COURSE DESCRIPTION - GRADES 9-12, ADULT Subject Area: Mathematics Course Number: 1200380 Course Title: Algebra Ib Credit: 1.0 Will meet graduation requirements for

More information

AP Physics 2. Norton High School Teacher: Mr. Murray

AP Physics 2. Norton High School Teacher: Mr. Murray 2016-2017 AP Physics 2 Norton High School Teacher: Mr. Murray craigmurray@norton.k12.ma.us 508-285-0160 Course Description: AP Physics 2 is an algebra-based, introductory college-level physics course.

More information

An Introduction to Bayesian Networks: Representation and Approximate Inference

An Introduction to Bayesian Networks: Representation and Approximate Inference An Introduction to Bayesian Networks: Representation and Approximate Inference Marek Grześ Department of Computer Science University of York Graphical Models Reading Group May 7, 2009 Data and Probabilities

More information

Tópicos Especiais em Modelagem e Análise - Aprendizado por Máquina CPS863

Tópicos Especiais em Modelagem e Análise - Aprendizado por Máquina CPS863 Tópicos Especiais em Modelagem e Análise - Aprendizado por Máquina CPS863 Daniel, Edmundo, Rosa Terceiro trimestre de 2012 UFRJ - COPPE Programa de Engenharia de Sistemas e Computação Bayesian Networks

More information

AP Calculus AB 2001 Free-Response Questions

AP Calculus AB 2001 Free-Response Questions AP Calculus AB 001 Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must

More information

Chapter 6 The Standard Deviation as a Ruler and the Normal Model

Chapter 6 The Standard Deviation as a Ruler and the Normal Model Chapter 6 The Standard Deviation as a Ruler and the Normal Model Overview Key Concepts Understand how adding (subtracting) a constant or multiplying (dividing) by a constant changes the center and/or spread

More information

Landmark Elementary School School Report Card Arch Street Pike Little Rock, AR

Landmark Elementary School School Report Card Arch Street Pike Little Rock, AR Landmark Elementary School School Report Card 2014 2015 16712 Arch Street Pike Little Rock, AR 72206 501 888 8790 SCHOOL CHARACTERISTICS Principal Superintendent STUDENT DEMOGRAPHICS Pam McCurry Jerry

More information

Cato Elementary School School Report Card Jacksonville Cato Road North Little Rock, AR

Cato Elementary School School Report Card Jacksonville Cato Road North Little Rock, AR Cato Elementary School School Report Card 2014 2015 9906 Jacksonville Cato Road North Little Rock, AR 72120 501 833 1160 SCHOOL CHARACTERISTICS Principal Superintendent STUDENT DEMOGRAPHICS Shyrel Lee

More information

Precision and Structure as Tools to Build Understanding in Algebra. Rich Rehberger Math Instructor Gallatin College Montana State University

Precision and Structure as Tools to Build Understanding in Algebra. Rich Rehberger Math Instructor Gallatin College Montana State University Precision and Structure as Tools to Build Understanding in Algebra Rich Rehberger Math Instructor Gallatin College Montana State University What do I mean by Precision? Think of some common phrases overheard

More information

Council of State Science Supervisors - National Conference

Council of State Science Supervisors - National Conference Council of State Science Supervisors - National Conference Christopher C. Lazzaro, Associate Director of Science Education clazzaro@collegeboard.org 212.520.8628 Provide an overview of the Science College

More information

PROBABILITY AND INFERENCE

PROBABILITY AND INFERENCE PROBABILITY AND INFERENCE Progress Report We ve finished Part I: Problem Solving! Part II: Reasoning with uncertainty Part III: Machine Learning 1 Today Random variables and probabilities Joint, marginal,

More information

11/3/17. PSYC 100 discussion sessions can help you explore some of these possibilities! What can I do with my degree? Non-Linear Career Path

11/3/17. PSYC 100 discussion sessions can help you explore some of these possibilities! What can I do with my degree? Non-Linear Career Path PSYC 100 discussion sessions can help you explore some of these possibilities! What can I do with my degree? Credit: Celeste Spier, former UNL psychology advisor } I won t get a job after I graduate. }

More information

K-12 MATHEMATICS STANDARDS

K-12 MATHEMATICS STANDARDS MATHEMATICS To the reader: This document presents our mathematics standards through the lens of Understanding by Design. We began by identifying the important broad understandings and the essential questions

More information

Exact Inference Algorithms Bucket-elimination

Exact Inference Algorithms Bucket-elimination Exact Inference Algorithms Bucket-elimination COMPSCI 276, Spring 2011 Class 5: Rina Dechter (Reading: class notes chapter 4, Darwiche chapter 6) 1 Belief Updating Smoking lung Cancer Bronchitis X-ray

More information

UNIT 4 RANK CORRELATION (Rho AND KENDALL RANK CORRELATION

UNIT 4 RANK CORRELATION (Rho AND KENDALL RANK CORRELATION UNIT 4 RANK CORRELATION (Rho AND KENDALL RANK CORRELATION Structure 4.0 Introduction 4.1 Objectives 4. Rank-Order s 4..1 Rank-order data 4.. Assumptions Underlying Pearson s r are Not Satisfied 4.3 Spearman

More information