Situation Assessment using Graphical Models

Size: px
Start display at page:

Download "Situation Assessment using Graphical Models"

Transcription

1 Situation Assessment using Graphical Models Peter Bladon, Richard J. Hall and W. Andy Wright BAE SYSTEMS Advanced Technology Centre Sowerby Building FPC 267, PO Box 5 Filton Bristol, BS34 7QW, UK Abstract This paper presents a Bayesian network framework for situation assessment. The framework is generated from a set of technical requirements that would be a prerequisite for any situation assessment system. It is shown that Bayesian networks readily satisfy these requirements and produce a system that readily fits into the Endsley description of situation assessment. The framework can also be seen as part of the Observe and Orientate components of the OODA loop paradigm. Keywords: Situation assessment, probability theory, Bayesian networks. Introduction Situation assessment (or situation awareness) is a key component of any decision making process. In a military context, it is especially important to build awareness of complex, evolving, situations in a timely and accurate manner. It is, perhaps, somewhat surprising that there is no unique or agreed definition of situation assessment. In pilot in the loop scenarios there are at least three definitions currently in use. These include Endsley [], Bedney and Meister [2] and Smith and Hancock [3]. The definition of Endsley is perhaps the most enlightening: An alternative definition is that given by the Joint Development Laboratory (JDL) in relation to data fusion [4]. Here data fusion is divided into a number of levels: Level : Pre-processing and pre-detection Level : Single object refinement Level 2: Situation refinement Level 3: Implication refinement Level 4: Process refinement In this context, situation assessment is most closely associated with JDL level 2 ( situation refinement ). Finally, there is Boyd s OODA (Observe, Orient, Decide and Act) paradigm [5] see figure. Often the Orient element, the process of placing observations into context, is associated with situation assessment. Act Observe Orient Situation awareness is the perception of the elements in the environment within a volume of time and space, the comprehension of their meaning and a projection of their status in the near future. which supports a three level model for situation awareness: Level : Perception of elements of current situation Level 2: Comprehension of current situation Level 3: Projection of future status Decide Figure : Boyd s OODA-loop. The common theme running through these different descriptions is the fusing of raw data, from different sources, with different attributes, in order to draw inferences about the context and behaviour of objects within the environment. Note that situation assessment is a necessary precursor to the decision making process, not a replacement for it. 886

2 Previous work has advocated the use of a Bayesian framework for situation Assessment, e.g. [7, 8]. In this paper we show that this approach is consistent with a set of technical requirements that any situation assessment system must meet. This Bayesian network approach fits readily with the Endsley model of situation assessment and contains elements of the OODA-loop and JDL models. 2 Requirements for a Situation Assessment System Building a system to do situation assessment is an information modelling task. It is necessary to build a world model that can associate and process real observations in order to derive meaningful conclusions that reflect what is happening in a given situation. From a technical and system view point, such a system should have a number of important attributes. Specifically: Robust: able to handle inconsistent, uncertain and incomplete data. The same object may be captured by many sensors which may report different positions; some sensors may fail to capture any signal at all. Interrogate and summarise: provide answers to specific queries that summarise the internal state of the system. We should be able to ask tell me if aircraft 23 is hostile without getting reports on the state of the rest of the world. Reason consistently: the answers to any two questions asked of the system (for a given system state) must not produce inconsistent answers. Encode prior relationships: facilitate the institution of known relationships between variables. Traceable and auditable: the reasoning process must be understandable and verifiable. Fuse different types of data: for example, radar sensor data and linguistic data from intelligence reports. In addition, it would be advantageous if the system were: Extendable: to allow the easy inclusion of new variables and dependencies. Tuneable: to be able to improve the accuracy of the system by learning from available data. If this was the case, then our model would not be limited to a closed world where new variables and new situations do not arise. 3 The Approach Any practical situation assessment system would need to satisfy these requirements. We will show that these requirements are naturally satisfied by adopting a probabilistic world model, which is simply the joint distribution over all the variables of interest: () For discrete variables, this joint distribution is a table, one row for each distinct state of the variables. Using the rules of probability theory, it is straightforward (in theory) to determine quantities such as "!$#%&&'() *+(-,.%-# /2 32 *+(-,.%-# (2) This should be read as Probability that the aircraft is hostile, given specific readings for *+(-,.%-# and *+(-,.%-# -. This can be calculated for a particular model by marginalising out other variables, conditional on the readings of the sensors. In practice, this approach suffers from two disadvantages. Firstly, marginalisation is difficult, as a substantial fraction of the state space (size 5 for a discrete model with 6 variables and 5 states per variable) must be summed over. For large models this rapidly becomes computationally infeasible. Secondly, model building is difficult. This is in part due to the size of the state space that must be specified. More significantly, a large joint distribution does not capture the dependency structure of the domain, since many variables may be independent, or conditionally independent of one another. A more intuitive interpretation of a probability distribution is given by a graphical model. Such a model is a factorisation of the joint distribution represented by a graph. Each node in the graph corresponds to one or more variables in the joint distribution and arcs represent dependencies between the nodes. There are two main types of graphical model: Markov random-fields and Bayesian networks [9]. Markov random-fields are undirected models; their utility is limited because only a very restricted set of graphs (triangulated graphs) conveniently map onto any joint probability distribution. Bayesian networks are directed graphs where each node represents a conditional distribution, and arrows represent conditioning of child variables on their parents. In general, a Bayesian network will factor the joint distribution as: 7 89 : ; < ; ) = ; (3) where = ; is the parent set of node > This decomposition allows reasoning about small pieces of the problem in isolation. Consider figure 2, which shows a simple graph with 887

3 X 4 X X 2 X 3 X 5 X 6 probabilistic graphs: prior knowledge is encoded in the structure and parameters of the graph. Traceable and auditable: using a graphical model (a Bayesian network) for the probability distribution allows the individual relationships between variables to be expressed as a function of local dependencies. Fuse different types of data: probability theory deals with relationships between uncertain variables; the nature of the variables themselves is unimportant. Figure 2: A simple six variable graph. six variables. The factorisation of the joint distribution has the form: (4) 7 ) 7 2) 7 ) 2) The factorisation gives an immediate picture of the dependencies between variables, which might be very difficult to establish from just a direct inspection of the joint distribution. 3. Satisfying the requirements Now we can see how using graphical models provides a framework that meets the requirements for a practical situation assessment system. Specifically: Robust: probability provides a mathematically consistent framework for dealing with uncertain and incomplete information [6]. Incomplete (i.e. unknown variables) can be allowed for by marginalisation. Interrogate and summarise: through the process of marginalisation, the dependence of one set of unknown variables on a set of known variables can be determined. This process, which allows for the removal of other variables, is not regarded as important, i.e., it allows specific questions to be asked and summarised answers to be given. Reason consistently: since all reasoning is done using one probabilistic model, all answers are derived from a single multi-dimensional distribution and, therefore, are consistent. Encode prior relationships: the Bayesian probability framework facilitates the inclusion of background (prior) knowledge and the updating of this when new information is available. This is facilitated within To make our system extendable and tuneable, it is necessary for it to adapt its structure and parameterization to allow for the inclusion of new variables and information. 3.2 Learning in Graphical Models In many systems it is possible to construct a graphical model directly from prior knowledge about the problem. However, in more general situations, where prior knowledge is not as readily available, this is not the case. This limitation can be overcome through the use of machine learning methods. Learning in graphical models may be divided into two related components; Parameter learning: where the parameters that govern the function of a given graphical structure are learnt. Structural learning: where the structure of the graph is determined from the data. There has been substantial progress on the first of these components. The more simple methods use the expectation and maximisation (EM) algorithm [] to compute the most likely parameter values. This algorithm has the advantage that it is possible to learn the parameters from incomplete data (i.e. data where there are missing elements in the training data at random positions). More sophisticated methods [] offer greater accuracy but they do so at a cost of increased computation. This is an important issue since situation assessment is a key component of the OODA loop. Boyd showed that a key prerequisite to overcoming an opponent is the ability to cycle round your own OODA loop at a rate faster than your opponent does, effectively getting ahead the opponent s OODA loop. The trade off between accuracy and speed, therefore, is a crucial element in any situation assessment scenario. Learning the structure of the graphical model presents a more difficult problem. Even for very simple structures, it has been shown that the search over all possible edge node combinations grows exponentially in the number of variables and so is NP-hard [2]. Consequently, most applications of these methods rely on using prior knowledge about the problem to define the structure of the graph and only use the data that are available to obtain appropriate parameters given this fixed structure. For an involved inference 888

4 problem with a complex graph such a process requires substantial quantities of data, something that is often not readily available. What is required is a learning process that is able to make use of the prior information that is available, and to balance this against the available data. One way to develop this idea is to divide the data into context-dependent sets and in turn use these sets to develop separate context-specific independent models [3]. Specifically, the inference problem is divided into separate context-specific problems, which can then be represented as separate graphical models. This approach has the advantage that it allows a graph representing a larger problem to be broken down into smaller sub-graphs. Since the learning process over any graph scales exponentially, this significantly eases the computational complexity and so reduces the data requirements. The models found by this multigraph learning procedure can then be used to form a mixture of graphs. Under an appropriate Bayesian framework, such graphs can then be computed over in a similar fashion to other mixture model type frameworks [4]. 4 A Simple Example To illustrate the utility of this framework, consider a simple example where a Bayesian network is used for situation assessment. In this example, a suite of two sensors (nodes Sensor and ) is used to determine if an aircraft is friendly or an enemy. The two sensors are conditioned on the signature of the aircraft (the node) which in turn is conditioned on the true identity of the aircraft (the node), as shown in figure 3. The sensor nodes have Sensor Figure 3: A simple graph showing the relationship between, and sensor nodes a binary state ; ( ; 3, where = 3 is the identity of the sensor; the sensor nodes give an indication of the state of the node, which has states - ( 3. The states of the node are denoted by &(-, (-, ( 3. The relationships between the sensor readings, signature and true identity of the aircraft are uncertain: each node has an Sensor ( ( Table : Conditional probability table for Sensor, given ( ( Table 2: Conditional probability table for, given associated conditional probability table whose size depends on the number of parent nodes. The probability tables for Sensor and are shown in tables and 2. These reflect the probabilities of detection of a given signature. Note there is greater differentiation with since it is slightly more accurate than Sensor. In this artificial example, the acts as a noisy version of the variable. In practice, this might be a transponder signal that on rare occasions might lie as a result of malfunctions or spoofing. This relationship is captured in table 3. In the absence of sensor information, the probability that the aircraft is friendly is given by the probabilities shown in table 4. These represent our prior state of knowledge about observing friendly or enemy aircraft. The scenario can be extended to allow for the variability of the sensors with the state of the weather. Accordingly, a new node is added with states -, #92,+ 2, 3 that conditions both sensor nodes, as in figure 4. The conditional probability tables, updated to include the weather, are shown in tables 5 and 6. Note how, in this scenario, the performance oensor decreases in rain, while that of increases. The prior probabilities for the node are given in table 7. The final extension of this scenario is to include some other type information about the aircraft that is independent of the sensors, e.g. some intelligence information. The node, with states (32 linked to the node is shown in figure 5. However, this information is also &(-, (-, ( ( Table 3: Conditional probability table for, given 889

5 &(-,.6 (-, (.4 Table 4: Prior probabilities for Orientate Sensor Observe Sensor Figure 4: The graph extended to include the effect of the Sensor (, #/2,.9. (, #/2,..9 2,.6.4 ( 2,.4.6 Table 5: Conditional probability table for Sensor, given and (, #/2,.6.4 (, #/2,.4.6 2,.8.2 ( 2,.2.8 Table 6: Conditional probability table for, given and, #/2,.8 2,.2 Table 7: Prior probabilities for Figure 5: The complete graph showing all variables and their relationships. The mapping of the graph to the Orientate and Observe elements of the OODA-loop is also shown. &(-, (-, ( ( Table 8: Conditional probability table for, given uncertain and to allow for this a new probability table (table 8) is introduced. It is interesting to note that this simple model, as shown in figure 5, associates data from different sources, in context, and leads to a structure that naturally fits with the Endsley view of situation assessment []. The model also encompasses the Observe and Orientate elements of the OODA-loop, and levels and 2 from the JDL model of data fusion. 4. Inference with the model There are a number of interesting questions that can be answered with this model regarding the true state of the sensors, weather and intelligence. This is done by entering all known data into the model and using the junction tree algorithm [9] to determine the probability of the unknown states. With no evidence entered into the model (i.e. no observations have been made) then the marginal probabilities of each state are shown in figure 6. We now enter evidence into the graph (i.e. observations have been made). is set to (indicating detection of a friend). Sensor has presumably detected nothing. This is a case where there is an incomplete set of observations, but the network can still reason consistently and effectively. The node states for this case are shown in figure 7. 89

6 Sensor.5 f e f 2 e2 The node now indicates that the probability of the aircraft being a friend is.8. The probability of the signature coming from a friend has increased. The probability that the intelligence reports that is true has increased to.65 (i.e. it is more likely that any intelligence reports that we now get will indicate the aircraft is a friend). Note also that the network is indicating that the measurement was more likely to have been made in poor weather. Now consider the case where the sensor readings conflict. Sensor detects an unfriendly IFF signature ( (2 ) and believes the aircraft is friendly ( ). This is shown in figure 8. The network predicts that the aircraft is a friend with probability.7. This is because has better prediction capability than Sensor when the weather is bad (i.e. raining, which has a high prior probability) see table 7. We see how understanding the conditional relationships between the nodes allows us to audit (interpret) the final state of the system in terms of individual causes and effects. Figure 6: State probabilities with no observations Sensor.5.5 f e f 2 e Sensor.5.5 f e f 2 e2.5 Figure 7: Probabilities obtained where only is set with a known value. Figure 8: Both sensors observed Alternatively, if the weather is known to be good (i.e. it is not raining) then the probability that Sensor is giving the correct answer increases and the probability of shows the probability of foe is now.7, as indicated in figure 9. This demonstrates explaining away: there is less support for the evidence of, given we know it is not raining. If an intelligence report arrives, indicating that thff is true ( ), then this evidence explains away the reading of Sensor ( ( ). The node indicates the probability of the platform being a friend is.75, as shown in figure. This simple example demonstrates the utility of the approach. The contextural relationships embodied in the problem are encoded in the structure of the graph and its parameters. The junction tree algorithm allows marginalisation of unobserved variables so that incomplete information is handled in an elegant and efficient manner. 89

7 5 Conclusions.5.5 This paper postulates a set of requirements for a practical situation assessment system. It is shown that a Bayesian network approach provides a framework that not only fulfils these requirements but also fits the Endsley description of situation assessment. Furthermore, the framework provides a practical set of tools with which data and information can be placed in context and manipulated in a globally consistent way. Inference is demonstrated for a simple example using the junction tree algorithm. This shows the ability of this approach to: Sensor.5 f e f 2 e2 Figure 9: explains away. cope with uncertainty, 2. cope with missing or incomplete data, 3. provide a parsimonious description of how inference is obtained 4. explain away variables where no data is available. The ability to learn the strength of relationships between system variables is an additional advantage of the framework, which relies on the utilisation of a number of machine learning methods that have been recently developed. However, the application of any learning method will have to balance accuracy with speed to ensure timely input into any OODA loop. It should be remembered that situation assessment is only the first part of any decision process. To make effective decisions, it is also necessary to predict the outcome of any action and understand its consequences. Acknowledgements.5.5 This work is supported by UK MOD under the Probabilistic Graphical Methods for Situational Assessment project. The authors would also like to thank D. Nicholson of BAE SYSTEMS ATC for helpful comments and suggestions..5.5 Sensor.5.5 References [] M. Endsley, Towards a theory of situation awareness in dynamic systems, Human Factors, Vol 37, pp , 995. f e f 2 e2 Figure : report explains inconsistent, Sensor and variables [2] G. Bedney and D. Meister, Theory of activity and situation awareness, International Journal of Cognitive Ergonomics, Vol 3, pp , 999. [3] K. Smith and P. Hancock, Situtation awareness is adaptive, externally directed consciousness, Human Factors, Vol 37, pp , 995. [4] E. Waltz and J. Linas, Multisensor Data Fusion, Artech House, Norwood, Massachusetts,

8 [5] J. R. Boyd, A discourse on winning and losing, Unpublished set of briefing slides available at Air University Library, Maxwell AFB, Alabama, May 987. [6] J. M. Bernado and A. F. Smith, Bayesian Theory, John Wiley, New York, 994. [7] E. J. Wright, S. M. Mahoney and K. B. Laskey, Use of domain knowledge models to recognize cooperative force activities, Proceedings of the 2 MSS National Symposium on Sensor and Data Fusion, San Diego, CA, 2. [8] E. J. Wright, S. M. Mahoney, K. C. Ng and K. B. Laskey, Measuring Performance for Situation Assessment, Proceedings of 2 MSS National Symposium on Sensor Data Fusion, 2. [9] J. Pearl, Probabilistic reasoning in intelligent systems: networks of plausible inference, Morgan Kaufman, San Mateo, CA [] A. Dempster, N. Laird, and D. Rubin, Maximum likelihood from incomplete data via the EM algorithm, Journal of the Royal Statistical Society B 39 pp. 38, 977. [] M.I. Jordan, Learning in Graphical Models, MIT Press Cambridge, MA, 999. [2] D. Chickering, Learning Bayesian Networks is NPcomplete, In Learning from Data e.d. D. Fisher and H. Lens pp. 2 3 Springer-Verlag, 996. [3] C. Boutilier, N. Friedman, M. Goldsmidt, and D. Koller, Context-specific independence in Bayesian networks, In Proc 8th Conference on Uncertainty in AI. pp , 996. [4] M.I. Jordan and R.A. Jacobs, Hierarchical mixtures of experts and the EM algorithm, Neural Computation, Vol. 6, pp. 8 24,

Data Fusion Models in WSNs: Comparison and Analysis

Data Fusion Models in WSNs: Comparison and Analysis Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) Data Fusion s in WSNs: Comparison and Analysis Marwah M Almasri, and Khaled M Elleithy, Senior Member,

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS

AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS AUTOMATED TROUBLESHOOTING OF MOBILE NETWORKS USING BAYESIAN NETWORKS R.Barco 1, R.Guerrero 2, G.Hylander 2, L.Nielsen 3, M.Partanen 2, S.Patel 4 1 Dpt. Ingeniería de Comunicaciones. Universidad de Málaga.

More information

Seminar - Organic Computing

Seminar - Organic Computing Seminar - Organic Computing Self-Organisation of OC-Systems Markus Franke 25.01.2006 Typeset by FoilTEX Timetable 1. Overview 2. Characteristics of SO-Systems 3. Concern with Nature 4. Design-Concepts

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

The Good Judgment Project: A large scale test of different methods of combining expert predictions

The Good Judgment Project: A large scale test of different methods of combining expert predictions The Good Judgment Project: A large scale test of different methods of combining expert predictions Lyle Ungar, Barb Mellors, Jon Baron, Phil Tetlock, Jaime Ramos, Sam Swift The University of Pennsylvania

More information

Rule-based Expert Systems

Rule-based Expert Systems Rule-based Expert Systems What is knowledge? is a theoretical or practical understanding of a subject or a domain. is also the sim of what is currently known, and apparently knowledge is power. Those who

More information

Commanding Officer Decision Superiority: The Role of Technology and the Decision Maker

Commanding Officer Decision Superiority: The Role of Technology and the Decision Maker Commanding Officer Decision Superiority: The Role of Technology and the Decision Maker Presenter: Dr. Stephanie Hszieh Authors: Lieutenant Commander Kate Shobe & Dr. Wally Wulfeck 14 th International Command

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1

Notes on The Sciences of the Artificial Adapted from a shorter document written for course (Deciding What to Design) 1 Notes on The Sciences of the Artificial Adapted from a shorter document written for course 17-652 (Deciding What to Design) 1 Ali Almossawi December 29, 2005 1 Introduction The Sciences of the Artificial

More information

SARDNET: A Self-Organizing Feature Map for Sequences

SARDNET: A Self-Organizing Feature Map for Sequences SARDNET: A Self-Organizing Feature Map for Sequences Daniel L. James and Risto Miikkulainen Department of Computer Sciences The University of Texas at Austin Austin, TX 78712 dljames,risto~cs.utexas.edu

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X

The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, / X The 9 th International Scientific Conference elearning and software for Education Bucharest, April 25-26, 2013 10.12753/2066-026X-13-154 DATA MINING SOLUTIONS FOR DETERMINING STUDENT'S PROFILE Adela BÂRA,

More information

Henry Tirri* Petri Myllymgki

Henry Tirri* Petri Myllymgki From: AAAI Technical Report SS-93-04. Compilation copyright 1993, AAAI (www.aaai.org). All rights reserved. Bayesian Case-Based Reasoning with Neural Networks Petri Myllymgki Henry Tirri* email: University

More information

Reinforcement Learning by Comparing Immediate Reward

Reinforcement Learning by Comparing Immediate Reward Reinforcement Learning by Comparing Immediate Reward Punit Pandey DeepshikhaPandey Dr. Shishir Kumar Abstract This paper introduces an approach to Reinforcement Learning Algorithm by comparing their immediate

More information

Life and career planning

Life and career planning Paper 30-1 PAPER 30 Life and career planning Bob Dick (1983) Life and career planning: a workbook exercise. Brisbane: Department of Psychology, University of Queensland. A workbook for class use. Introduction

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

Abstractions and the Brain

Abstractions and the Brain Abstractions and the Brain Brian D. Josephson Department of Physics, University of Cambridge Cavendish Lab. Madingley Road Cambridge, UK. CB3 OHE bdj10@cam.ac.uk http://www.tcm.phy.cam.ac.uk/~bdj10 ABSTRACT

More information

stateorvalue to each variable in a given set. We use p(x = xjy = y) (or p(xjy) as a shorthand) to denote the probability that X = x given Y = y. We al

stateorvalue to each variable in a given set. We use p(x = xjy = y) (or p(xjy) as a shorthand) to denote the probability that X = x given Y = y. We al Dependency Networks for Collaborative Filtering and Data Visualization David Heckerman, David Maxwell Chickering, Christopher Meek, Robert Rounthwaite, Carl Kadie Microsoft Research Redmond WA 98052-6399

More information

DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA

DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA DIDACTIC MODEL BRIDGING A CONCEPT WITH PHENOMENA Beba Shternberg, Center for Educational Technology, Israel Michal Yerushalmy University of Haifa, Israel The article focuses on a specific method of constructing

More information

Clouds = Heavy Sidewalk = Wet. davinci V2.1 alpha3

Clouds = Heavy Sidewalk = Wet. davinci V2.1 alpha3 Identifying and Handling Structural Incompleteness for Validation of Probabilistic Knowledge-Bases Eugene Santos Jr. Dept. of Comp. Sci. & Eng. University of Connecticut Storrs, CT 06269-3155 eugene@cse.uconn.edu

More information

How do adults reason about their opponent? Typologies of players in a turn-taking game

How do adults reason about their opponent? Typologies of players in a turn-taking game How do adults reason about their opponent? Typologies of players in a turn-taking game Tamoghna Halder (thaldera@gmail.com) Indian Statistical Institute, Kolkata, India Khyati Sharma (khyati.sharma27@gmail.com)

More information

Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining. Predictive Data Mining with Finite Mixtures

Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining. Predictive Data Mining with Finite Mixtures Pp. 176{182 in Proceedings of The Second International Conference on Knowledge Discovery and Data Mining (Portland, OR, August 1996). Predictive Data Mining with Finite Mixtures Petri Kontkanen Petri Myllymaki

More information

Visual CP Representation of Knowledge

Visual CP Representation of Knowledge Visual CP Representation of Knowledge Heather D. Pfeiffer and Roger T. Hartley Department of Computer Science New Mexico State University Las Cruces, NM 88003-8001, USA email: hdp@cs.nmsu.edu and rth@cs.nmsu.edu

More information

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT

WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT WE GAVE A LAWYER BASIC MATH SKILLS, AND YOU WON T BELIEVE WHAT HAPPENED NEXT PRACTICAL APPLICATIONS OF RANDOM SAMPLING IN ediscovery By Matthew Verga, J.D. INTRODUCTION Anyone who spends ample time working

More information

Learning Methods in Multilingual Speech Recognition

Learning Methods in Multilingual Speech Recognition Learning Methods in Multilingual Speech Recognition Hui Lin Department of Electrical Engineering University of Washington Seattle, WA 98125 linhui@u.washington.edu Li Deng, Jasha Droppo, Dong Yu, and Alex

More information

Knowledge based expert systems D H A N A N J A Y K A L B A N D E

Knowledge based expert systems D H A N A N J A Y K A L B A N D E Knowledge based expert systems D H A N A N J A Y K A L B A N D E What is a knowledge based system? A Knowledge Based System or a KBS is a computer program that uses artificial intelligence to solve problems

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Integrating E-learning Environments with Computational Intelligence Assessment Agents

Integrating E-learning Environments with Computational Intelligence Assessment Agents Integrating E-learning Environments with Computational Intelligence Assessment Agents Christos E. Alexakos, Konstantinos C. Giotopoulos, Eleni J. Thermogianni, Grigorios N. Beligiannis and Spiridon D.

More information

A Data Fusion Model for Location Estimation in Construction

A Data Fusion Model for Location Estimation in Construction 26th International Symposium on Automation and Robotics in Construction (ISARC 2009) A Data Fusion Model for Location Estimation in Construction S.N.Razavi 1 and C.T.Hass 2 1 PhD Candidate, Department

More information

Action Models and their Induction

Action Models and their Induction Action Models and their Induction Michal Čertický, Comenius University, Bratislava certicky@fmph.uniba.sk March 5, 2013 Abstract By action model, we understand any logic-based representation of effects

More information

Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA

Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA Testing A Moving Target: How Do We Test Machine Learning Systems? Peter Varhol Technology Strategy Research, USA Testing a Moving Target How Do We Test Machine Learning Systems? Peter Varhol, Technology

More information

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology

ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology ReinForest: Multi-Domain Dialogue Management Using Hierarchical Policies and Knowledge Ontology Tiancheng Zhao CMU-LTI-16-006 Language Technologies Institute School of Computer Science Carnegie Mellon

More information

Agent-Based Software Engineering

Agent-Based Software Engineering Agent-Based Software Engineering Learning Guide Information for Students 1. Description Grade Module Máster Universitario en Ingeniería de Software - European Master on Software Engineering Advanced Software

More information

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming.

We are strong in research and particularly noted in software engineering, information security and privacy, and humane gaming. Computer Science 1 COMPUTER SCIENCE Office: Department of Computer Science, ECS, Suite 379 Mail Code: 2155 E Wesley Avenue, Denver, CO 80208 Phone: 303-871-2458 Email: info@cs.du.edu Web Site: Computer

More information

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project D-4506-5 1 Road Maps 6 A Guide to Learning System Dynamics System Dynamics in Education Project 2 A Guide to Learning System Dynamics D-4506-5 Road Maps 6 System Dynamics in Education Project System Dynamics

More information

SYSTEM ENTITY STRUCTUURE ONTOLOGICAL DATA FUSION PROCESS INTEGRAGTED WITH C2 SYSTEMS

SYSTEM ENTITY STRUCTUURE ONTOLOGICAL DATA FUSION PROCESS INTEGRAGTED WITH C2 SYSTEMS SYSTEM ENTITY STRUCTUURE ONTOLOGICAL DATA FUSION PROCESS INTEGRAGTED WITH C2 SYSTEMS Hojun Lee Bernard P. Zeigler Arizona Center for Integrative Modeling and Simulation (ACIMS) Electrical and Computer

More information

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System

QuickStroke: An Incremental On-line Chinese Handwriting Recognition System QuickStroke: An Incremental On-line Chinese Handwriting Recognition System Nada P. Matić John C. Platt Λ Tony Wang y Synaptics, Inc. 2381 Bering Drive San Jose, CA 95131, USA Abstract This paper presents

More information

Probability estimates in a scenario tree

Probability estimates in a scenario tree 101 Chapter 11 Probability estimates in a scenario tree An expert is a person who has made all the mistakes that can be made in a very narrow field. Niels Bohr (1885 1962) Scenario trees require many numbers.

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

More information

Case Acquisition Strategies for Case-Based Reasoning in Real-Time Strategy Games

Case Acquisition Strategies for Case-Based Reasoning in Real-Time Strategy Games Proceedings of the Twenty-Fifth International Florida Artificial Intelligence Research Society Conference Case Acquisition Strategies for Case-Based Reasoning in Real-Time Strategy Games Santiago Ontañón

More information

Knowledge Transfer in Deep Convolutional Neural Nets

Knowledge Transfer in Deep Convolutional Neural Nets Knowledge Transfer in Deep Convolutional Neural Nets Steven Gutstein, Olac Fuentes and Eric Freudenthal Computer Science Department University of Texas at El Paso El Paso, Texas, 79968, U.S.A. Abstract

More information

Quantitative Evaluation of an Intuitive Teaching Method for Industrial Robot Using a Force / Moment Direction Sensor

Quantitative Evaluation of an Intuitive Teaching Method for Industrial Robot Using a Force / Moment Direction Sensor International Journal of Control, Automation, and Systems Vol. 1, No. 3, September 2003 395 Quantitative Evaluation of an Intuitive Teaching Method for Industrial Robot Using a Force / Moment Direction

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

Predicting Future User Actions by Observing Unmodified Applications

Predicting Future User Actions by Observing Unmodified Applications From: AAAI-00 Proceedings. Copyright 2000, AAAI (www.aaai.org). All rights reserved. Predicting Future User Actions by Observing Unmodified Applications Peter Gorniak and David Poole Department of Computer

More information

5. UPPER INTERMEDIATE

5. UPPER INTERMEDIATE Triolearn General Programmes adapt the standards and the Qualifications of Common European Framework of Reference (CEFR) and Cambridge ESOL. It is designed to be compatible to the local and the regional

More information

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification

Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Class-Discriminative Weighted Distortion Measure for VQ-Based Speaker Identification Tomi Kinnunen and Ismo Kärkkäinen University of Joensuu, Department of Computer Science, P.O. Box 111, 80101 JOENSUU,

More information

A Model of Knower-Level Behavior in Number Concept Development

A Model of Knower-Level Behavior in Number Concept Development Cognitive Science 34 (2010) 51 67 Copyright Ó 2009 Cognitive Science Society, Inc. All rights reserved. ISSN: 0364-0213 print / 1551-6709 online DOI: 10.1111/j.1551-6709.2009.01063.x A Model of Knower-Level

More information

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits.

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits. DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE Sample 2-Year Academic Plan DRAFT Junior Year Summer (Bridge Quarter) Fall Winter Spring MMDP/GAME 124 GAME 310 GAME 318 GAME 330 Introduction to Maya

More information

Knowledge-Based - Systems

Knowledge-Based - Systems Knowledge-Based - Systems ; Rajendra Arvind Akerkar Chairman, Technomathematics Research Foundation and Senior Researcher, Western Norway Research institute Priti Srinivas Sajja Sardar Patel University

More information

Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages

Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages Iterative Cross-Training: An Algorithm for Learning from Unlabeled Web Pages Nuanwan Soonthornphisaj 1 and Boonserm Kijsirikul 2 Machine Intelligence and Knowledge Discovery Laboratory Department of Computer

More information

A Model to Detect Problems on Scrum-based Software Development Projects

A Model to Detect Problems on Scrum-based Software Development Projects A Model to Detect Problems on Scrum-based Software Development Projects ABSTRACT There is a high rate of software development projects that fails. Whenever problems can be detected ahead of time, software

More information

Active Learning. Yingyu Liang Computer Sciences 760 Fall

Active Learning. Yingyu Liang Computer Sciences 760 Fall Active Learning Yingyu Liang Computer Sciences 760 Fall 2017 http://pages.cs.wisc.edu/~yliang/cs760/ Some of the slides in these lectures have been adapted/borrowed from materials developed by Mark Craven,

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

UK Institutional Research Brief: Results of the 2012 National Survey of Student Engagement: A Comparison with Carnegie Peer Institutions

UK Institutional Research Brief: Results of the 2012 National Survey of Student Engagement: A Comparison with Carnegie Peer Institutions UK Institutional Research Brief: Results of the 2012 National Survey of Student Engagement: A Comparison with Carnegie Peer Institutions November 2012 The National Survey of Student Engagement (NSSE) has

More information

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes Stacks Teacher notes Activity description (Interactive not shown on this sheet.) Pupils start by exploring the patterns generated by moving counters between two stacks according to a fixed rule, doubling

More information

Predicting Students Performance with SimStudent: Learning Cognitive Skills from Observation

Predicting Students Performance with SimStudent: Learning Cognitive Skills from Observation School of Computer Science Human-Computer Interaction Institute Carnegie Mellon University Year 2007 Predicting Students Performance with SimStudent: Learning Cognitive Skills from Observation Noboru Matsuda

More information

Wisconsin 4 th Grade Reading Results on the 2015 National Assessment of Educational Progress (NAEP)

Wisconsin 4 th Grade Reading Results on the 2015 National Assessment of Educational Progress (NAEP) Wisconsin 4 th Grade Reading Results on the 2015 National Assessment of Educational Progress (NAEP) Main takeaways from the 2015 NAEP 4 th grade reading exam: Wisconsin scores have been statistically flat

More information

POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance

POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance POLA: a student modeling framework for Probabilistic On-Line Assessment of problem solving performance Cristina Conati, Kurt VanLehn Intelligent Systems Program University of Pittsburgh Pittsburgh, PA,

More information

A Case-Based Approach To Imitation Learning in Robotic Agents

A Case-Based Approach To Imitation Learning in Robotic Agents A Case-Based Approach To Imitation Learning in Robotic Agents Tesca Fitzgerald, Ashok Goel School of Interactive Computing Georgia Institute of Technology, Atlanta, GA 30332, USA {tesca.fitzgerald,goel}@cc.gatech.edu

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

Automating the E-learning Personalization

Automating the E-learning Personalization Automating the E-learning Personalization Fathi Essalmi 1, Leila Jemni Ben Ayed 1, Mohamed Jemni 1, Kinshuk 2, and Sabine Graf 2 1 The Research Laboratory of Technologies of Information and Communication

More information

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments

Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Specification and Evaluation of Machine Translation Toy Systems - Criteria for laboratory assignments Cristina Vertan, Walther v. Hahn University of Hamburg, Natural Language Systems Division Hamburg,

More information

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS Pirjo Moen Department of Computer Science P.O. Box 68 FI-00014 University of Helsinki pirjo.moen@cs.helsinki.fi http://www.cs.helsinki.fi/pirjo.moen

More information

Delaware Performance Appraisal System Building greater skills and knowledge for educators

Delaware Performance Appraisal System Building greater skills and knowledge for educators Delaware Performance Appraisal System Building greater skills and knowledge for educators DPAS-II Guide (Revised) for Teachers Updated August 2017 Table of Contents I. Introduction to DPAS II Purpose of

More information

EDEXCEL FUNCTIONAL SKILLS PILOT. Maths Level 2. Chapter 7. Working with probability

EDEXCEL FUNCTIONAL SKILLS PILOT. Maths Level 2. Chapter 7. Working with probability Working with probability 7 EDEXCEL FUNCTIONAL SKILLS PILOT Maths Level 2 Chapter 7 Working with probability SECTION K 1 Measuring probability 109 2 Experimental probability 111 3 Using tables to find the

More information

Learning Probabilistic Behavior Models in Real-Time Strategy Games

Learning Probabilistic Behavior Models in Real-Time Strategy Games Proceedings of the Seventh AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment Learning Probabilistic Behavior Models in Real-Time Strategy Games Ethan Dereszynski and Jesse

More information

An OO Framework for building Intelligence and Learning properties in Software Agents

An OO Framework for building Intelligence and Learning properties in Software Agents An OO Framework for building Intelligence and Learning properties in Software Agents José A. R. P. Sardinha, Ruy L. Milidiú, Carlos J. P. Lucena, Patrick Paranhos Abstract Software agents are defined as

More information

Knowledge Synthesis and Integration: Changing Models, Changing Practices

Knowledge Synthesis and Integration: Changing Models, Changing Practices Knowledge Synthesis and Integration: Changing Models, Changing Practices Irvine, California March 16, 2009 Allan Best, Managing Partner, InSource University of British Columbia Diane Finegood, Simon Fraser

More information

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems Hannes Omasreiter, Eduard Metzker DaimlerChrysler AG Research Information and Communication Postfach 23 60

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

Computerized Adaptive Psychological Testing A Personalisation Perspective

Computerized Adaptive Psychological Testing A Personalisation Perspective Psychology and the internet: An European Perspective Computerized Adaptive Psychological Testing A Personalisation Perspective Mykola Pechenizkiy mpechen@cc.jyu.fi Introduction Mixed Model of IRT and ES

More information

Toward Probabilistic Natural Logic for Syllogistic Reasoning

Toward Probabilistic Natural Logic for Syllogistic Reasoning Toward Probabilistic Natural Logic for Syllogistic Reasoning Fangzhou Zhai, Jakub Szymanik and Ivan Titov Institute for Logic, Language and Computation, University of Amsterdam Abstract Natural language

More information

Go fishing! Responsibility judgments when cooperation breaks down

Go fishing! Responsibility judgments when cooperation breaks down Go fishing! Responsibility judgments when cooperation breaks down Kelsey Allen (krallen@mit.edu), Julian Jara-Ettinger (jjara@mit.edu), Tobias Gerstenberg (tger@mit.edu), Max Kleiman-Weiner (maxkw@mit.edu)

More information

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition

Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition Introduction to Ensemble Learning Featuring Successes in the Netflix Prize Competition Todd Holloway Two Lecture Series for B551 November 20 & 27, 2007 Indiana University Outline Introduction Bias and

More information

Planning with External Events

Planning with External Events 94 Planning with External Events Jim Blythe School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 blythe@cs.cmu.edu Abstract I describe a planning methodology for domains with uncertainty

More information

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems Ajith Abraham School of Business Systems, Monash University, Clayton, Victoria 3800, Australia. Email: ajith.abraham@ieee.org

More information

Transfer Learning Action Models by Measuring the Similarity of Different Domains

Transfer Learning Action Models by Measuring the Similarity of Different Domains Transfer Learning Action Models by Measuring the Similarity of Different Domains Hankui Zhuo 1, Qiang Yang 2, and Lei Li 1 1 Software Research Institute, Sun Yat-sen University, Guangzhou, China. zhuohank@gmail.com,lnslilei@mail.sysu.edu.cn

More information

A Reinforcement Learning Variant for Control Scheduling

A Reinforcement Learning Variant for Control Scheduling A Reinforcement Learning Variant for Control Scheduling Aloke Guha Honeywell Sensor and System Development Center 3660 Technology Drive Minneapolis MN 55417 Abstract We present an algorithm based on reinforcement

More information

Quantitative Research Questionnaire

Quantitative Research Questionnaire Quantitative Research Questionnaire Surveys are used in practically all walks of life. Whether it is deciding what is for dinner or determining which Hollywood film will be produced next, questionnaires

More information

Scenario Design for Training Systems in Crisis Management: Training Resilience Capabilities

Scenario Design for Training Systems in Crisis Management: Training Resilience Capabilities Scenario Design for Training Systems in Crisis Management: Training Resilience Capabilities Amy Rankin 1, Joris Field 2, William Wong 3, Henrik Eriksson 4, Jonas Lundberg 5 Chris Rooney 6 1, 4, 5 Department

More information

Full text of O L O W Science As Inquiry conference. Science as Inquiry

Full text of O L O W Science As Inquiry conference. Science as Inquiry Page 1 of 5 Full text of O L O W Science As Inquiry conference Reception Meeting Room Resources Oceanside Unifying Concepts and Processes Science As Inquiry Physical Science Life Science Earth & Space

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

Probabilistic Mission Defense and Assurance

Probabilistic Mission Defense and Assurance Probabilistic Mission Defense and Assurance Alexander Motzek and Ralf Möller Universität zu Lübeck Institute of Information Systems Ratzeburger Allee 160, 23562 Lübeck GERMANY email: motzek@ifis.uni-luebeck.de,

More information

ProFusion2 Sensor Data Fusion for Multiple Active Safety Applications

ProFusion2 Sensor Data Fusion for Multiple Active Safety Applications ProFusion2 Sensor Data Fusion for Multiple Active Safety Applications S.-B. Park 1, F. Tango 2, O. Aycard 3, A. Polychronopoulos 4, U. Scheunert 5, T. Tatschke 6 1 DELPHI, Electronics & Safety, 42119 Wuppertal,

More information

A Note on Structuring Employability Skills for Accounting Students

A Note on Structuring Employability Skills for Accounting Students A Note on Structuring Employability Skills for Accounting Students Jon Warwick and Anna Howard School of Business, London South Bank University Correspondence Address Jon Warwick, School of Business, London

More information

Radius STEM Readiness TM

Radius STEM Readiness TM Curriculum Guide Radius STEM Readiness TM While today s teens are surrounded by technology, we face a stark and imminent shortage of graduates pursuing careers in Science, Technology, Engineering, and

More information

Decision Analysis. Decision-Making Problem. Decision Analysis. Part 1 Decision Analysis and Decision Tables. Decision Analysis, Part 1

Decision Analysis. Decision-Making Problem. Decision Analysis. Part 1 Decision Analysis and Decision Tables. Decision Analysis, Part 1 Decision Support: Decision Analysis Jožef Stefan International Postgraduate School, Ljubljana Programme: Information and Communication Technologies [ICT3] Course Web Page: http://kt.ijs.si/markobohanec/ds/ds.html

More information

An Introduction to Simio for Beginners

An Introduction to Simio for Beginners An Introduction to Simio for Beginners C. Dennis Pegden, Ph.D. This white paper is intended to introduce Simio to a user new to simulation. It is intended for the manufacturing engineer, hospital quality

More information

Causal Link Semantics for Narrative Planning Using Numeric Fluents

Causal Link Semantics for Narrative Planning Using Numeric Fluents Proceedings, The Thirteenth AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE-17) Causal Link Semantics for Narrative Planning Using Numeric Fluents Rachelyn Farrell,

More information

Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for

Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for Learning Optimal Dialogue Strategies: A Case Study of a Spoken Dialogue Agent for Email Marilyn A. Walker Jeanne C. Fromer Shrikanth Narayanan walker@research.att.com jeannie@ai.mit.edu shri@research.att.com

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

Parent Information Welcome to the San Diego State University Community Reading Clinic

Parent Information Welcome to the San Diego State University Community Reading Clinic Parent Information Welcome to the San Diego State University Community Reading Clinic Who Are We? The San Diego State University Community Reading Clinic (CRC) is part of the SDSU Literacy Center in the

More information

Unit 7 Data analysis and design

Unit 7 Data analysis and design 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 7 Data analysis and design A/507/5007 Guided learning hours: 60 Version 2 - revised May 2016 *changes indicated by black vertical line ocr.org.uk/it LEVEL

More information

TD(λ) and Q-Learning Based Ludo Players

TD(λ) and Q-Learning Based Ludo Players TD(λ) and Q-Learning Based Ludo Players Majed Alhajry, Faisal Alvi, Member, IEEE and Moataz Ahmed Abstract Reinforcement learning is a popular machine learning technique whose inherent self-learning ability

More information

Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology. Michael L. Connell University of Houston - Downtown

Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology. Michael L. Connell University of Houston - Downtown Digital Fabrication and Aunt Sarah: Enabling Quadratic Explorations via Technology Michael L. Connell University of Houston - Downtown Sergei Abramovich State University of New York at Potsdam Introduction

More information

Conversation Starters: Using Spatial Context to Initiate Dialogue in First Person Perspective Games

Conversation Starters: Using Spatial Context to Initiate Dialogue in First Person Perspective Games Conversation Starters: Using Spatial Context to Initiate Dialogue in First Person Perspective Games David B. Christian, Mark O. Riedl and R. Michael Young Liquid Narrative Group Computer Science Department

More information