Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1

Size: px
Start display at page:

Download "Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1"

Transcription

1 Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1

2 What is it for? At the LHC design accelerator intensity: New phenomena: 0.05 Hz Total interaction rate: 1 GHz (40 MHz beam crossings) Many possible new phenomena produce heavy b quarks which can only be distinguished from the bulk of the background by reconstructing the individual tracks. The problem! beam pipe few mm We are proposing to significantly enhance the ability of ATLAS to rapidly identify b quarks in the trigger. Currently done in commodity PC s. This is slow and becomes slower as the accelerator intensity and thus track density increase. July 24, 2008 M. Shochet 2

3 ATLAS July 24, 2008 M. Shochet 3

4 Inner Tracking Detectors 3 pixel layers (space point) 8 strip layers (1 coordinate) 11 layers, 14 coordinates Pixels barrel SCT barrel Pixels disks July 24, 2008 M. Shochet 4

5 Getting data into FTK SCT Pixels R O D s on L1 accept FTK dual-output HOLA designed by Tang R O B s R O B s silicon hits silicon tracks Level 2 ask for ROI s July 24, 2008 M. Shochet 5

6 Pixels: 120 Strips: 92 Number of input fibers 12 Number of crates July 24, 2008 M. Shochet 6

7 How does it work? First do pattern recognition, then fit possible candidates. coarse resolution hits (superbins) full resolution hits Prestore patterns (roads) in large content-addressable memory. The Pattern Bank (4-layer) July 24, 2008 M. Shochet 7

8 Massively parallel pattern recognition AM = BINGO PLAYERS PATTERN 4 PATTERN 5 PATTERN 1 PATTERN 2 PATTERN 3 PATTERN N HIT # 1447 track fitter 1 superbin per silicon layer Majority logic allows up to 1 missed layer. July 24, 2008 M. Shochet 8

9 Pixels & SCT Functional layout RODs 50~100 KHz event rate S-links Data Formatter (DF) cluster finding split by layer overlap regions HITS (LVDS links) EVENT # N DATA ORGANIZER Track Fitter PIPELINED DO-board AM ROADS + HITS EVENT # 1 SUPER BINS AM-board ROADS Raw data ROBINs Track Track data data ROBIN ~Offline quality Track parameters July 24, 2008 M. Shochet 9

10 Possible layout for a core crate (after DFs) Track Fitter DO5 DO4 DO3 DO2 DO1 DO0 AM-B1 AM-B0 AM-B2 AM-B3 AM-B4 AM-B5 AM-B6 AM-B7 AM-B8 AM-B9 AM-B10 AM-B11 AM-B12 July 24, 2008 M. Shochet 10

11 Data Formatter Receives raw hits from the detector (RODs) Finds hit clusters pixels silicon strips Store cluster centroids Separates clusters by silicon layer & sends to Data Organizers on 6 LVDS data busses (22 bits each) July 24, 2008 M. Shochet 11

12 Data Organizer Receives hits from Data Formatters. Stores hits at full resolution in a way that is rapidly accessible by pattern number. Sends hits at coarser resolution (superbin) to pattern recognition unit (Associative Memory). Receives patterns from AM, retrieves full resolution hits, and sends road number and hits to the Track Fitter. July 24, 2008 M. Shochet 12

13 Track Fitter Receives road # and associated hits from Data Organizers. Computes all hit combinations Calculate the track parameters curvature, azimuthal angle, polar angle, z 0, impact parameter and the goodness of fit (χ 2 ) using a linear correction to the mean for that sector (excellent precision over a sector). sector: a physical silicon module in each layer pixels: 1" x 2.5 " strips: 2.5" x 5 " July 24, 2008 M. Shochet 13

14 14 measurements, 5 parameters 9 constraints ( χ 2 ) 14 p = a x + b i ij j i j= 1 P i : 5 track parameters & 9 constraints (χ 2 is sum of squares) x j : the hit coordinate in layer j a ij, b i : the stored constants for each sector, calculated in advance from a large sample of training tracks (simulation or data) Cut on goodness of fit; among the combinations in a road, select the track with the best χ 2. Output good tracks to ROBIN. July 24, 2008 M. Shochet 14

15 Readout Buffer (ROBIN) Stores tracks for access by the level-2 trigger PCs. July 24, 2008 M. Shochet 15

16 Track Fitter details GigaFitter a simplified version built for the CDF SVT 2D reconstruction (transverse to the beamline) 6 detector layers 3 track parameters (curvature, azimuthal angle, impact parameter) 3 constraints χ 2 July 24, 2008 M. Shochet 16

17 GigaFitter scheme INPUT FiFo Lay0-Ram Lay1- Ram Lay2- Ram Lay3-Ram... Lay10-Ram Comb - FiFo DSP: Fit Tracks Choose best χ 2 track Constants RAM DO roads & hits input FIFO RAMs according to detector layer Combinations (one hit/layer) calculated sequentially & stored in Comb-FIFO Each combination & the constants are sent to DSP for fitting & selection July 24, 2008 M. Shochet 17

18 C1 Hit C2 18 C3 18 DSP algorithm for SVT 39 ACC ACC ACC 39 FIFO C4 onstants ACC 39 DSP48E RST EV CTRL READY RST Comb-FIFO data serialized: 1 hit and its constants sent to parallel DSP slices each computing a track parameter or constraint. An additional DSP computes total χ 2 from individual constraints Total of 7 DSP slices in parallel each working at 200 MHz July 24, 2008 M. Shochet 18

19 DSP Slice One DSP slice computes a track parameter in 14 clock cycles, plus 4 for the first one. July 24, 2008 M. Shochet 19

20 Xilinx XC5VSX95T V5 slices (4 LUT + 2 FF) 1% used for each fitter 1520 kbit of distributed RAM 1% used for each fitter 640 DSPs 2.5% used for each fitter in the FTK version 5 parameters, 9 constraints, 1 to calculate overall χ 2 40 fitters/chip (remember: many combinations per road) 1 Mbyte of block RAM plenty for the SVT prototype not even close for the FTK!! July 24, 2008 M. Shochet 20

21 Missing hit problem To obtain high reconstruction efficiency, we must allow one physical detector layer to miss a hit. The constants in the parameter and constraint equations are different when there is a missing hit. Store 12 sets of constants (all hits, a miss in one of 11 layers). A lot of memory that has to be accessed very quickly. Can one look ahead for the constant set that will be needed next? Alternative is to estimate the hit location in the missing layer. How long does it take? July 24, 2008 M. Shochet 21

22 Size of the constant memory 210 words/constant set ( ) If we need 2-byte precision 420 bytes/constant set One constant set/sector. Currently estimate 100k sectors in an FTK crate. 42 Mbytes of fast memory 0.5 Gbyte if solve missing hit problem with more memory We have heard that with the latest FPGAs, there is very fast access to external computer-like memory. Is that true? July 24, 2008 M. Shochet 22

23 How many fitters are needed? The number of cycles from the time the data from a road is in the input FIFO until the track parameters are in the output FIFO is approximately: NfitCycl = Ncomb Nhits (all 14 calculations done in parallel) A road packet takes Nhits + 1 Data Organizer clock cycles to be sent to the Track Fitter. Thus if we are to have 0 deadtime from track fitting, we need the number of parallel fitters (there are 40 in a chip), Nfitters, satisfying: Nhits + 1 NfitCycl 1 = DO freq fitter freq Nfitters This translates into a maximum average Ncomb of Nfitters ClockRatio (Nhits + 1)/Nhits where ClockRatio is the ratio of the fitter to DO clock speeds. We will have to satisfy this: road width, # of FPGAs. July 24, 2008 M. Shochet 23

24 Hit Warrior function One can easily get many tracks (ghosts) from a single real particle due to presence of extra random silicon hits. Compare a new track with those already found. If new one has 8 or more hits in common with a stored track, keep only the best χ 2 track. If space permits, add this function to the Track Fitter. July 24, 2008 M. Shochet 24

25 Spy Buffer Data flows very quickly through this system. By the time any PC using its output detects a problem, the data would already be long gone from the FTK. That makes diagnosing a problem that is occurring internally in the FTK extremely difficult. We found it very useful in the SVT to have deep buffers at the input and output of every board in the system. Then, when a problem is detected, these spy buffers can be frozen in the entire system and read out. The buffer is deep enough so the event with the error is still inside it. This allows diagnosing and fixing subtle problems. July 24, 2008 M. Shochet 25

Grids: Why, How, and What Next

Grids: Why, How, and What Next Grids: Why, How, and What Next J. Templon, NIKHEF ESA Grid Meeting Noordwijk 25 October 2002 Information I intend to transfer!why are Grids interesting? Grids are solutions so I will spend some time talking

More information

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur. Module - 7 Lecture - 3 Levelling and Contouring

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur. Module - 7 Lecture - 3 Levelling and Contouring Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur Module - 7 Lecture - 3 Levelling and Contouring (Refer Slide Time: 00:21) Welcome to this lecture series

More information

Family Studies Center Methods Workshop

Family Studies Center Methods Workshop oncentral Family Studies Center Methods Workshop Temple University ovember 14, 2014 (Temple University) ovember 14, 2014 1 / 47 oncentral Understand the role of statistical power analysis in family studies

More information

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking NPTEL NPTEL ONINE CERTIFICATION COURSE Introduction to Machine Learning Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking Prof. Balaraman Ravindran Computer Science and Engineering Indian

More information

DALI power line communication

DALI power line communication DALI power line communication Content Functionality and advantages How does it work? Applications Installation Technical parameters About us DALI PLC Content Functionality and advantages Device which allows

More information

Kripke s skeptical paradox

Kripke s skeptical paradox Kripke s skeptical paradox phil 93914 Jeff Speaks March 13, 2008 1 The paradox.................................... 1 2 Proposed solutions to the paradox....................... 3 2.1 Meaning as determined

More information

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare

More information

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Lecture 09 Basics of Hypothesis Testing Hello friends, welcome

More information

Discussion Notes for Bayesian Reasoning

Discussion Notes for Bayesian Reasoning Discussion Notes for Bayesian Reasoning Ivan Phillips - http://www.meetup.com/the-chicago-philosophy-meetup/events/163873962/ Bayes Theorem tells us how we ought to update our beliefs in a set of predefined

More information

INTRODUCTION TO HYPOTHESIS TESTING. Unit 4A - Statistical Inference Part 1

INTRODUCTION TO HYPOTHESIS TESTING. Unit 4A - Statistical Inference Part 1 1 INTRODUCTION TO HYPOTHESIS TESTING Unit 4A - Statistical Inference Part 1 Now we will begin our discussion of hypothesis testing. This is a complex topic which we will be working with for the rest of

More information

Matrix of Mind Reality

Matrix of Mind Reality Matrix of Mind Reality Enoch Tan Creator of Mind Reality Discover The Greatest Secrets Of The Mind And Reality That Will Get You Anything You Desire, Almost Like Magic! If you want to FINALLY experience

More information

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards Math Program correlated to Grade-Level ( in regular (non-capitalized) font are eligible for inclusion on Oregon Statewide Assessment) CCG: NUMBERS - Understand numbers, ways of representing numbers, relationships

More information

Gaia DR2. The first real Gaia catalogue. Michael Biermann on behalf of the Gaia Data Processing and Analysis Consortium DPAC

Gaia DR2. The first real Gaia catalogue. Michael Biermann on behalf of the Gaia Data Processing and Analysis Consortium DPAC Gaia DR2 The first real Gaia catalogue Michael Biermann on behalf of the Gaia Data Processing and Analysis Consortium DPAC Michael Biermann Gaia DR2 June 18, 2018 1 / 50 The second Gaia Data Release (Gaia

More information

Torah Code Cluster Probabilities

Torah Code Cluster Probabilities Torah Code Cluster Probabilities Robert M. Haralick Computer Science Graduate Center City University of New York 365 Fifth Avenue New York, NY 006 haralick@netscape.net Introduction In this note we analyze

More information

Computational Learning Theory: Agnostic Learning

Computational Learning Theory: Agnostic Learning Computational Learning Theory: Agnostic Learning Machine Learning Fall 2018 Slides based on material from Dan Roth, Avrim Blum, Tom Mitchell and others 1 This lecture: Computational Learning Theory The

More information

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING Prentice Hall Mathematics:,, 2004 Missouri s Framework for Curricular Development in Mathematics (Grades 9-12) TOPIC I: PROBLEM SOLVING 1. Problem-solving strategies such as organizing data, drawing a

More information

How many imputations do you need? A two stage calculation using a quadratic rule

How many imputations do you need? A two stage calculation using a quadratic rule Sociological Methods and Research, in press 2018 How many imputations do you need? A two stage calculation using a quadratic rule Paul T. von Hippel University of Texas, Austin Abstract 0F When using multiple

More information

APRIL 2017 KNX DALI-Gateways DG/S x BU EPBP GPG Building Automation. Thorsten Reibel, Training & Qualification

APRIL 2017 KNX DALI-Gateways DG/S x BU EPBP GPG Building Automation. Thorsten Reibel, Training & Qualification APRIL 2017 KNX DALI-Gateways DG/S x.64.1.1 BU EPBP GPG Building Automation Thorsten Reibel, Training & Qualification Agenda New Generation DALI-Gateways DG/S x.64.1.1 Features DALI Assortment today New

More information

A Scientific Model Explains Spirituality and Nonduality

A Scientific Model Explains Spirituality and Nonduality A Scientific Model Explains Spirituality and Nonduality Frank Heile, Ph.D. Physics degrees from Stanford and MIT frank@spiritualityexplained.com www.spiritualityexplained.com Science and Nonduality Conference

More information

Recursive Mergesort. CSE 589 Applied Algorithms Spring Merging Pattern of Recursive Mergesort. Mergesort Call Tree. Reorder the Merging Steps

Recursive Mergesort. CSE 589 Applied Algorithms Spring Merging Pattern of Recursive Mergesort. Mergesort Call Tree. Reorder the Merging Steps Recursive Mergesort CSE 589 Applied Algorithms Spring 1999 Cache Performance Mergesort Heapsort A[1n] is to be sorted; B[1n] is an auxiliary array; Mergesort(i,j) {sorts the subarray A[ij] } if i < j then

More information

Carolina Bachenheimer-Schaefer, Thorsten Reibel, Jürgen Schilder & Ilija Zivadinovic Global Application and Solution Team

Carolina Bachenheimer-Schaefer, Thorsten Reibel, Jürgen Schilder & Ilija Zivadinovic Global Application and Solution Team APRIL 2017 Webinar KNX DALI-Gateway DG/S x.64.1.1 BU EPBP GPG Building Automation Carolina Bachenheimer-Schaefer, Thorsten Reibel, Jürgen Schilder & Ilija Zivadinovic Global Application and Solution Team

More information

UCB CS61C : Machine Structures

UCB CS61C : Machine Structures inst.eecs.berkeley.edu/~csc UCB CSC : Machine Structures Guest Lecturer Alan Christopher Lecture Caches II -- MEMRISTOR MEMORY ON ITS WAY (HOPEFULLY) HP has begun testing research prototypes of a novel

More information

Balancing Authority Ace Limit (BAAL) Proof-of-Concept BAAL Field Trial

Balancing Authority Ace Limit (BAAL) Proof-of-Concept BAAL Field Trial Balancing Authority Ace Limit (BAAL) Proof-of-Concept BAAL Field Trial Overview The Reliability-based Control Standard Drafting Team and the Balancing Area Control Standard Drafting Team were combined

More information

Excel Lesson 3 page 1 April 15

Excel Lesson 3 page 1 April 15 Excel Lesson 3 page 1 April 15 Monday 4/13/15 We begin today's lesson with the $ symbol, one of the biggest hurdles for Excel users. Let us learn about the $ symbol in the context of what I call the Classic

More information

Introduction to Inference

Introduction to Inference Introduction to Inference Confidence Intervals for Proportions 1 On the one hand, we can make a general claim with 100% confidence, but it usually isn t very useful; on the other hand, we can also make

More information

ABB STOTZ-KONTAKT GmbH ABB i-bus KNX DGN/S DALI Gateway for emergency lighting

ABB STOTZ-KONTAKT GmbH ABB i-bus KNX DGN/S DALI Gateway for emergency lighting STO/GM December 2011 ABB STOTZ-KONTAKT GmbH ABB i-bus KNX DGN/S 1.16.1 DALI Gateway for emergency lighting STO/G - Slide 1 DALI Gateway Emergency Lighting DGN/S 1.16.1 DALI Standard EN 62386-100 Normal

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Lecture 15 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make a

More information

Copyright 2012 Carlson, O Bryan & Joyner 47

Copyright 2012 Carlson, O Bryan & Joyner 47 3. Determine if the quantities specified in the following situations are proportional. Justify your response in at least two ways. (Be careful to NOT confuse the quantities with the changes in the quantities.)

More information

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC

Allreduce for Parallel Learning. John Langford, Microsoft Resarch, NYC Allreduce for Parallel Learning John Langford, Microsoft Resarch, NYC May 8, 2017 Applying for a fellowship in 1997 Interviewer: So, what do you want to do? John: I d like to solve AI. I: How? J: I want

More information

Grade 6 Math Connects Suggested Course Outline for Schooling at Home

Grade 6 Math Connects Suggested Course Outline for Schooling at Home Grade 6 Math Connects Suggested Course Outline for Schooling at Home I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO: Scavenger

More information

TITLE PAGE. An Expert System for measuring shear-wave splitting. above small earthquakes

TITLE PAGE. An Expert System for measuring shear-wave splitting. above small earthquakes 29/11.06 - (2006)c TITLE PAGE An above small earthquakes Ping Hao a, Yuan Gao a,b * and Stuart Crampin a,b,c a Institute of Earthquake Science, China Earthquake Administration, 63 Fuxing Road, 100036 Beijing,

More information

climate change in the american mind Americans Global Warming Beliefs and Attitudes in March 2012

climate change in the american mind Americans Global Warming Beliefs and Attitudes in March 2012 climate change in the american mind Americans Global Warming Beliefs and Attitudes in March 2012 Climate Change in the American Mind: Americans Global Warming Beliefs and Attitudes in March 2012 Interview

More information

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption How much do these texts stress... reinventing more efficiently memorized? calculator dependence over mental training? estimation over exact answers? ; develops concepts incrementally suggested for 34 problems,

More information

Georgia Quality Core Curriculum

Georgia Quality Core Curriculum correlated to the Grade 8 Georgia Quality Core Curriculum McDougal Littell 3/2000 Objective (Cite Numbers) M.8.1 Component Strand/Course Content Standard All Strands: Problem Solving; Algebra; Computation

More information

Prioritizing Issues in Islamic Economics and Finance

Prioritizing Issues in Islamic Economics and Finance Middle-East Journal of Scientific Research 15 (11): 1594-1598, 2013 ISSN 1990-9233 IDOSI Publications, 2013 DOI: 10.5829/idosi.mejsr.2013.15.11.11658 Prioritizing Issues in Islamic Economics and Finance

More information

COSMO-E - status and developments

COSMO-E - status and developments Federal Department of Home Affairs FDHA Federal Office of Meteorology and Climatology MeteoSwiss COSMO-E - status and developments André Walser, Marco Arpagaus, Daliah Maurer COSMO General Meeting 8 September

More information

Curriculum Guide for Pre-Algebra

Curriculum Guide for Pre-Algebra Unit 1: Variable, Expressions, & Integers 2 Weeks PA: 1, 2, 3, 9 Where did Math originate? Why is Math possible? What should we expect as we use Math? How should we use Math? What is the purpose of using

More information

In Our Own Words 2000 Research Study

In Our Own Words 2000 Research Study The Death Penalty and Selected Factors from the In Our Own Words 2000 Research Study Prepared on July 25 th, 2001 DEATH PENALTY AND SELECTED FACTORS 2 WHAT BRINGS US TOGETHER: A PRESENTATION OF THE IOOW

More information

This report is organized in four sections. The first section discusses the sample design. The next

This report is organized in four sections. The first section discusses the sample design. The next 2 This report is organized in four sections. The first section discusses the sample design. The next section describes data collection and fielding. The final two sections address weighting procedures

More information

Grade 6 correlated to Illinois Learning Standards for Mathematics

Grade 6 correlated to Illinois Learning Standards for Mathematics STATE Goal 6: Demonstrate and apply a knowledge and sense of numbers, including numeration and operations (addition, subtraction, multiplication, division), patterns, ratios and proportions. A. Demonstrate

More information

Quorums. Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich

Quorums. Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich Quorums Christian Plattner, Gustavo Alonso Exercises for Verteilte Systeme WS05/06 Swiss Federal Institute of Technology (ETH), Zürich {plattner,alonso}@inf.ethz.ch 20.01.2006 Setting: A Replicated Database

More information

Gaia Fading. Jana Zufic Ars.Polis A. Butorac 9, HR Porec, Croatia

Gaia Fading. Jana Zufic Ars.Polis A. Butorac 9, HR Porec, Croatia Gaia Fading Jana Zufic Ars.Polis A. Butorac 9, HR-52440 Porec, Croatia jana@ars.polis.hr, http://ars.polis.hr/ Description of artwork As soon as our ancestors began to walk the Earth, the belief in some

More information

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected.

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected. EXST 7014 Experimental Statistics II, Fall 2018 Lab 10: ANOVA and Post ANOVA Test Due: 31 st October 2018 OBJECTIVES Analysis of variance (ANOVA) is the most commonly used technique for comparing the means

More information

New Calculations of Space-Time Dimensions of the Visible Universe

New Calculations of Space-Time Dimensions of the Visible Universe Australian Journal of Basic and Applied Sciences, 5(6): 931-935, 2011 ISSN 1991-8178 New Calculations of Space-Time Dimensions of the Visible Universe 1,2,3 M. Al-Seady, 4 A. Al-Hossain 1 Jazan University

More information

Agnostic KWIK learning and efficient approximate reinforcement learning

Agnostic KWIK learning and efficient approximate reinforcement learning Agnostic KWIK learning and efficient approximate reinforcement learning István Szita Csaba Szepesvári Department of Computing Science University of Alberta Annual Conference on Learning Theory, 2011 Szityu

More information

Some details of the contact phenomenon

Some details of the contact phenomenon The Contact Equation was first developed by Stephen Bassett, Executive Director of Paradigm Research Group. It attempts to address a basic question: If X number of people are experiencing direct physical

More information

Working Paper Presbyterian Church in Canada Statistics

Working Paper Presbyterian Church in Canada Statistics Working Paper Presbyterian Church in Canada Statistics Brian Clarke & Stuart Macdonald Introduction Denominational statistics are an important source of data that keeps track of various forms of religious

More information

Same-different and A-not A tests with sensr. Same-Different and the Degree-of-Difference tests. Outline. Christine Borgen Linander

Same-different and A-not A tests with sensr. Same-Different and the Degree-of-Difference tests. Outline. Christine Borgen Linander Same-different and -not tests with sensr Christine Borgen Linander DTU Compute Section for Statistics Technical University of Denmark chjo@dtu.dk huge thank to a former colleague of mine Rune H B Christensen.

More information

Review for Test III #1

Review for Test III #1 Review for Test III #1 Intermediate Algebra / MAT135 Spring 2010 (Prof Greenbaun) 1 Multiply Simplify your answer as much as possible 2 A car travels at an average speed of miles per hour How long does

More information

Searching for sub-gev scale hidden-sector particles exploiting DESY s electron beams

Searching for sub-gev scale hidden-sector particles exploiting DESY s electron beams Searching for sub-gev scale hidden-sector particles exploiting DESY s electron beams Andreas Ringwald in collaboration with Sarah Andreas, Philip Bechtle, Heiko Ehrlichmann, Erika Garutti, Axel Lindner,

More information

Albeo LED Luminaire. GE Lighting. ABHG Series DATA SHEET. Optics. Product information. Installation. Structures and materials.

Albeo LED Luminaire. GE Lighting. ABHG Series DATA SHEET. Optics. Product information. Installation. Structures and materials. GE Lighting Albeo LED Luminaire ABHG Series DATA SHEET WHITE IP20 IP42 IK02 5.9-16.3Kg Product information The award winning Albeo ABHG-series LED Luminaire utilizes innovative heat-sinking and cutting-edge

More information

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:26) Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 06 State Space Search Intro So, today

More information

occasions (2) occasions (5.5) occasions (10) occasions (15.5) occasions (22) occasions (28)

occasions (2) occasions (5.5) occasions (10) occasions (15.5) occasions (22) occasions (28) 1 Simulation Appendix Validity Concerns with Multiplying Items Defined by Binned Counts: An Application to a Quantity-Frequency Measure of Alcohol Use By James S. McGinley and Patrick J. Curran This appendix

More information

Windstorm Simulation & Modeling Project

Windstorm Simulation & Modeling Project Windstorm Simulation & Modeling Project Broward County Digital Elevation Models Interim Report Prepared for: The Broward County Commission Emergency Management Division 201 N. W. 84 Avenue Plantation,

More information

A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models

A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models INSTITUTE FOR DEFENSE ANALYSES A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models I. C. Oelrich, Project Leader August 2002 Approved for public release; distribution

More information

I Learned the Few Most Important Lessons of My Life in 5 Minutes or Less. By Jackson Ito

I Learned the Few Most Important Lessons of My Life in 5 Minutes or Less. By Jackson Ito September 7, 2016 I Learned the Few Most Important Lessons of My Life in 5 Minutes or Less By Jackson Ito It doesn t take long to learn important lessons in life. What is critical, however, is to be able

More information

Final Exam (PRACTICE-2) #2

Final Exam (PRACTICE-2) #2 Final Exam (PRACTICE-2) #2 Basic Math / FND M020 FA 14 10404-10N30FD04-Nap (Prof. Abdon) Student Name/ID: 1. Estimate by first rounding each number to the nearest hundred. 2. Give the digits in the thousands

More information

Eleuterio Spiriti on behalf of the FIRST collaboration

Eleuterio Spiriti on behalf of the FIRST collaboration The FIRST (Fragmentation of Ions Relevant for Space and Therapy) experiment: interaction region and MAPS vertex detector 12th Topical Seminar on Innovative Particle and Radiation Detectors (IPRD10) 7-10

More information

1.2. What is said: propositions

1.2. What is said: propositions 1.2. What is said: propositions 1.2.0. Overview In 1.1.5, we saw the close relation between two properties of a deductive inference: (i) it is a transition from premises to conclusion that is free of any

More information

POLS 205 Political Science as a Social Science. Making Inferences from Samples

POLS 205 Political Science as a Social Science. Making Inferences from Samples POLS 205 Political Science as a Social Science Making Inferences from Samples Christopher Adolph University of Washington, Seattle May 10, 2010 Chris Adolph (UW) Making Inferences from Samples May 10,

More information

Module - 02 Lecturer - 09 Inferential Statistics - Motivation

Module - 02 Lecturer - 09 Inferential Statistics - Motivation Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

How to select the best gyms Miami?

How to select the best gyms Miami? How to select the best gyms Miami? It is fact that exercise is a good habit in order to keep the body fit and active but this is not as easy as it sounds. Most of the people welcome the New Year with the

More information

The Fixed Hebrew Calendar

The Fixed Hebrew Calendar The Fixed Hebrew Calendar Moshe Lerman moshe.lerman@cremejvm.com June, 2017 קול גלגל המתגלגל ממטה למעלה 0. Introduction The present paper is an extension of a paper entitled Gauss Formula for the Julian

More information

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Lecture No. #05 Review of Probability and Statistics I Good afternoon, it is Tapan Bagchi again. I have

More information

HP-35s Calculator Program Compute Horizontal Curve Values given only 2 Parameters

HP-35s Calculator Program Compute Horizontal Curve Values given only 2 Parameters Program for HP35s Calculator Page 1 HP-35s Calculator Program Compute Horizontal Curve Values given only 2 Parameters Author: This program is based on a program written by Dr. Bill Hazelton (http://www.wollindina.com/hp-35s/hp-35s_curves_1a.pdf).

More information

Laboratory Exercise Saratoga Springs Temple Site Locator

Laboratory Exercise Saratoga Springs Temple Site Locator Brigham Young University BYU ScholarsArchive Engineering Applications of GIS - Laboratory Exercises Civil and Environmental Engineering 2017 Laboratory Exercise Saratoga Springs Temple Site Locator Jordi

More information

Reports to: Rocky Mountain Mobilization Manager DEPARTMENT / FUNCTIONAL GROUP: Mobilization / Resources Group

Reports to: Rocky Mountain Mobilization Manager DEPARTMENT / FUNCTIONAL GROUP: Mobilization / Resources Group JOB DESCRIPTION DATE: August 2016 JOB TITLE: Missions Coach, Rocky Mountain Team Full-time ministerial position that is salaried with full benefits Work location: Work from home. TEAM has strategically

More information

America s Changing Religious Landscape

America s Changing Religious Landscape Religion & Public Life America s Changing Religious Landscape Christians Decline Sharply as Share of Population; Unaffiliated and Other Faiths Continue to Grow The Christian share of the U.S. population

More information

Study of dose distribution in high energy photon beam used in radiotherapy

Study of dose distribution in high energy photon beam used in radiotherapy HEP MAD 07 International Conference, Antananarivo, Madagascar, 10-15 September 2007 1 Study of dose distribution in high energy photon beam used in radiotherapy R. Rafaravavy Oncology and Radiotherapy

More information

Now consider a verb - like is pretty. Does this also stand for something?

Now consider a verb - like is pretty. Does this also stand for something? Kripkenstein The rule-following paradox is a paradox about how it is possible for us to mean anything by the words of our language. More precisely, it is an argument which seems to show that it is impossible

More information

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007 E TWC/25/13 ORIGINAL: English DATE: August 14, 2007 INTERNATIONAL UNION FOR THE PROTECTION OF NEW VARIETIES OF PLANTS GENEVA TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS Twenty-Fifth Session

More information

NCLS Occasional Paper 8. Inflow and Outflow Between Denominations: 1991 to 2001

NCLS Occasional Paper 8. Inflow and Outflow Between Denominations: 1991 to 2001 NCLS Occasional Paper 8 Inflow and Outflow Between Denominations: 1991 to 2001 Sam Sterland, Ruth Powell and Keith Castle March 2006 The National Church Life Survey The National Church Life Survey has

More information

PSY 202 Sample 2. Question/Prompt: It is logical that others see us differently than we see ourselves, and there is

PSY 202 Sample 2. Question/Prompt: It is logical that others see us differently than we see ourselves, and there is PSY 202 Sample 2 Title: Wise Men Know Best Section #10 Due Date: Thursday, February 11th Question/Prompt: It is logical that others see us differently than we see ourselves, and there is research to back

More information

MITOCW watch?v=4hrhg4euimo

MITOCW watch?v=4hrhg4euimo MITOCW watch?v=4hrhg4euimo The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

More information

Sociology Exam 1 Answer Key February 18, 2011

Sociology Exam 1 Answer Key February 18, 2011 Sociology 63993 Exam 1 Answer Key February 18, 2011 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. A data set contains a few extreme

More information

Math 11 Final Exam Review Part 3 #1

Math 11 Final Exam Review Part 3 #1 Math 11 Final Exam Review Part 3 #1 College Algebra / Math 11 RCC Fall 2011 #48794 (Prof. Chiek) Student Name/ID: 1. For each point in the table below, decide whether it is on Line 1, Line 2, both, or

More information

Content Area Variations of Academic Language

Content Area Variations of Academic Language Academic Expressions for Interpreting in Language Arts 1. It really means because 2. The is a metaphor for 3. It wasn t literal; that s the author s way of describing how 4. The author was trying to teach

More information

Probability Foundations for Electrical Engineers Prof. Krishna Jagannathan Department of Electrical Engineering Indian Institute of Technology, Madras

Probability Foundations for Electrical Engineers Prof. Krishna Jagannathan Department of Electrical Engineering Indian Institute of Technology, Madras Probability Foundations for Electrical Engineers Prof. Krishna Jagannathan Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 1 Introduction Welcome, this is Probability

More information

Analysis of Heart Rate Variability during Meditative and Non-Meditative State using Analysis Of variance

Analysis of Heart Rate Variability during Meditative and Non-Meditative State using Analysis Of variance Available online at http://www.ijabbr.com International journal of Advanced Biological and Biomedical Research Volume 1, Issue 7, 2013: 728-736 Analysis of Heart Rate Variability during Meditative and

More information

CS485/685 Lecture 5: Jan 19, 2016

CS485/685 Lecture 5: Jan 19, 2016 CS485/685 Lecture 5: Jan 19, 2016 Statistical Learning [RN]: Sec 20.1, 20.2, [M]: Sec. 2.2, 3.2 CS485/685 (c) 2016 P. Poupart 1 Statistical Learning View: we have uncertain knowledge of the world Idea:

More information

Dave Piscitello: issues and try to (trap) him to try to get him into a (case) to take him to the vet.

Dave Piscitello: issues and try to (trap) him to try to get him into a (case) to take him to the vet. Page 1 Fast Flux PDP WG Teleconference TRANSCRIPTION Friday 5 December 2008 16:00 UTC Note: The following is the output of transcribing from an audio recording of the Fast Flux PDP WG teleconference on

More information

UNDERSTANDING UNBELIEF Public Engagement Call for Proposals Information Sheet

UNDERSTANDING UNBELIEF Public Engagement Call for Proposals Information Sheet UNDERSTANDING UNBELIEF Public Engagement Call for Proposals Information Sheet Through a generous grant from the John Templeton Foundation, the University of Kent is pleased to announce a funding stream

More information

A Multitude of Selves: Contrasting the Cartesian and Nietzschean views of selfhood

A Multitude of Selves: Contrasting the Cartesian and Nietzschean views of selfhood A Multitude of Selves: Contrasting the Cartesian and Nietzschean views of selfhood One s identity as a being distinct and independent from others is vital in order to interact with the world. A self identity

More information

Steady and Transient State Analysis of Gate Leakage Current in Nanoscale CMOS Logic Gates

Steady and Transient State Analysis of Gate Leakage Current in Nanoscale CMOS Logic Gates Steady and Transient State Analysis of Gate Leakage Current in Nanoscale CMOS Logic Gates Saraju P. Mohanty and Elias Kougianos VLSI Design and CAD Laboratory (VDCL) Dept of Computer Science and Engineering

More information

Lesson 09 Notes. Machine Learning. Intro

Lesson 09 Notes. Machine Learning. Intro Machine Learning Lesson 09 Notes Intro C: Hi Michael. M: Hey how's it going? C: So I want to talk about something today Michael. I want to talk about Bayesian Learning, and I've been inspired by our last

More information

Results of fuzzy verification methods with COSMO over Switzerland and Germany

Results of fuzzy verification methods with COSMO over Switzerland and Germany Federal Department of Home Affairs FDHA Federal Office of Meteorology and Climatology MeteoSwiss Results of fuzzy verification methods with COSMO over Switzerland and Germany work by Felix Ament, Tatjana

More information

THE EFFECT OF PULPITS IN THE RASTI VALUES WITHIN CHURCHES

THE EFFECT OF PULPITS IN THE RASTI VALUES WITHIN CHURCHES THE EFFECT OF PULPITS IN THE RASTI VALUES WITHIN CHURCHES Antonio P. Carvalho and Margarida M. Lencastre Acoustics Laboratory, Department of Civil Engineering, College of Engineering, University of Porto,

More information

The Universe Exists. We Exist. What conclusions can we draw?

The Universe Exists. We Exist. What conclusions can we draw? The Universe Exists. We Exist. What conclusions can we draw? Hugh Ross s argument (as I understand it) He accepts the observations and theories of modern cosmology and particle physics. (more than I do,

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: (Finish) Model selection Error decomposition Bias-Variance Tradeoff Classification: Naïve Bayes Readings: Barber 17.1, 17.2, 10.1-10.3 Stefan Lee Virginia

More information

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:14) Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 35 Goal Stack Planning Sussman's Anomaly

More information

P2P Content Distribution BitTorrent and Spotify

P2P Content Distribution BitTorrent and Spotify P2P Content Distribution BitTorrent and Spotify Amir H. Payberah amir@sics.se Amirkabir University of Technology (Tehran Polytechnic) Amir H. Payberah (Tehran Polytechnic) P2P Content Distribution 1393/8/27

More information

Bounded Rationality. Gerhard Riener. Department of Economics University of Mannheim. WiSe2014

Bounded Rationality. Gerhard Riener. Department of Economics University of Mannheim. WiSe2014 Bounded Rationality Gerhard Riener Department of Economics University of Mannheim WiSe2014 Gerhard Riener (University of Mannheim) Bounded Rationality WiSe2014 1 / 18 Bounded Rationality We have seen in

More information

GHOST HUNTING WATER NETWORK MODELLING TO FIND A PHANTOM BURST

GHOST HUNTING WATER NETWORK MODELLING TO FIND A PHANTOM BURST GHOST HUNTING WATER NETWORK MODELLING TO FIND A PHANTOM BURST Ben Davies, Water Network Planning Discipline Lead, MWH, now part of Stantec, Wellington Abstract Between 24 and 26 January 2016, there was

More information

Kant Lecture 4 Review Synthetic a priori knowledge

Kant Lecture 4 Review Synthetic a priori knowledge Kant Lecture 4 Review Synthetic a priori knowledge Statements involving necessity or strict universality could never be known on the basis of sense experience, and are thus known (if known at all) a priori.

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: (Finish) Regression Model selection, Cross-validation Error decomposition Readings: Barber 17.1, 17.2 Stefan Lee Virginia Tech Administrative Project

More information

TÜ Information Retrieval

TÜ Information Retrieval TÜ Information Retrieval Übung 2 Heike Adel, Sascha Rothe Center for Information and Language Processing, University of Munich May 8, 2014 1 / 17 Problem 1 Assume that machines in MapReduce have 100GB

More information

Getting Started Guide

Getting Started Guide Getting Started Guide GCSE (9-1) Religious Studies A Pearson Edexcel Level 1/Level 2 GCSE (9-1) in Religious Studies A (1RA0) Contents 1. Introduction 1 2. What s changed? 2 2.1 What are the changes to

More information

Vibrational Techniques and the Body

Vibrational Techniques and the Body Vibrational Techniques and the Body When we work with vibrational techniques. We either start to resonate with these vibrations, or we do not resonate with them. This document is about how the body resonates,

More information

State of Catholicism Introduction Report. by Jong Han, Religio Head of Research Peter Cetale, Religio CEO

State of Catholicism Introduction Report. by Jong Han, Religio Head of Research Peter Cetale, Religio CEO State of Catholicism 2018 Introduction Report by Jong Han, Religio Head of Research Peter Cetale, Religio CEO Purpose To inform on the overall state of Catholicism and the Catholic church in the United

More information

Windstorm Simulation & Modeling Project

Windstorm Simulation & Modeling Project Windstorm Simulation & Modeling Project Palm Beach County Digital Elevation Models Interim Report Prepared for: The Palm Beach County Emergency Management Division 20 South Military Trail West Palm Beach,

More information