A history-based estimation for LHCb job requirements

Size: px
Start display at page:

Download "A history-based estimation for LHCb job requirements"

Transcription

1 A history-based estimation for LHCb job requirements Nathalie Rauschmayr on behalf of LHCb Computing 13th April 2015

2 Introduction N. Rauschmayr 2 How long will a job run and how much memory might it need? Production Manager Underestimation: Job is killed. We lose the whole job! Overestimation: What to do with the remaining time

3 Introduction N. Rauschmayr 3 Well studied problem in High Performance Computing Some recent studies in HEP: CMS, WLCG multicore task force Multicore jobs: good runtime estimates allow better scheduling

4 Introduction N. Rauschmayr 3 Well studied problem in High Performance Computing Some recent studies in HEP: CMS, WLCG multicore task force Multicore jobs: good runtime estimates allow better scheduling

5 Introduction N. Rauschmayr 4 A lot of job meta data from past jobs: LHCb bookkeeping

6 Introduction N. Rauschmayr 4 A lot of job meta data from past jobs: LHCb bookkeeping Hardware specific: CPU model HS06 Cache size RAM Size

7 Introduction N. Rauschmayr 4 A lot of job meta data from past jobs: LHCb bookkeeping Hardware specific: CPU model HS06 Cache size RAM Size Input File Size Number of events Run number (LHCb RunDB) Trigger Configuration Key Avg. Multiplicity Avg. Luminosity...

8 Introduction N. Rauschmayr 4 A lot of job meta data from past jobs: LHCb bookkeeping Hardware specific: CPU model Job Start/End time HS06 Site Cache size Worker Node RAM Size Memory Footprint Input File Runtime Size Number of events Run number (LHCb RunDB) Trigger Configuration Key Avg. Multiplicity Avg. Luminosity...

9 Introduction N. Rauschmayr 4 A lot of job meta data from past jobs: LHCb bookkeeping Hardware specific: CPU model Job Start/End time HS06 Site Cache size Worker Node RAM Size Memory Footprint Input File Runtime Size Number of events Run number (LHCb RunDB) Trigger Configuration Key Avg. Multiplicity Avg. Luminosity...

10 Our Proposal N. Rauschmayr 5 Automate the prediction procedure based on prior jobs and given job meta data Supervised Learning Reduce false estimates Simplify Production Manager's life

11 Our Proposal N. Rauschmayr 6

12 Workload Analysis - Reconstruction Normalized CPU time per event: CPUTime HEPSPECValue NumberOfEvents Approximate a Gaussian distribution: Reprocessing ,000 Frequency 4,000 2, CPU-work per event in HS06.s

13 Workload Analysis - Reconstruction N. Rauschmayr 7 Normalized CPU time per event: CPUTime HEPSPECValue NumberOfEvents Approximate a Gaussian distribution: Reprocessing 2011 Reprocessing 2011 Maximum Likelihood HS06.s Frequency 6,000 4,000 2,000 Frequency 6,000 4,000 2, CPU-work per event in HS06.s 0 -sigma +sigma CPU-work per event in HS06.s

14 Workload Analysis - Reconstruction Comparison of 2011 and 2012 workloads: Reprocessing Reprocessing Maximum Likelihood HS06.s Frequency Maximum Likelihood HS06.s Frequency sigma +sigma CPU-work per event in HS06.s 0 -sigma +sigma CPU-work per event in HS06.s N. Rauschmayr 8

15 Workload Analysis - Stripping N. Rauschmayr 9 Stripping: Sort reconstructed events into different output streams Reprocessing Reprocessing 2012 Maximum Likelihood 5.87 HS06.s Frequency 1 Maximum Likelihood 5.26 HS06.s 0.5 Frequency sigma +sigma 0 +sigma +sigma CPU-work per event in HS06.s CPU-work per event in HS06.s

16 Detect Most Important Features N. Rauschmayr 10 Certain well known correlations: Beam energy versus event size

17 Detect Most Important Features N. Rauschmayr 10 Certain well known correlations: Beam energy versus event size Pileup versus complexity of reconstruction Example: Reconstruction (2011 versus 2012)

18 Detect Most Important Features N. Rauschmayr 11 Avoid overfitting...

19 Detect Most Important Features N. Rauschmayr 11 Avoid overfitting... Linear regression: runtime per event = Θ 0 + Θ 1 x 1 + Θ 2 x 2 + Θ 3 x 3 + Θ 4 x 4 + Θ 5 x 5 + Θ 6 x 6

20 Detect Most Important Features Avoid overfitting... Linear regression: runtime per event = Θ 0 + Θ 1 x 1 + Θ 2 x 2 + Θ 3 x 3 + Θ 4 x 4 + Θ 5 x 5 + Θ 6 x 6 Normalize File Size Avg. Event Size HEPSPEC Number Of Events Avg. Luminosity Avg. Multiplicity

21 Detect Most Important Features Avoid overfitting... Linear regression: runtime per event = Θ 0 + Θ 1 x 1 + Θ 2 x 2 + Θ 3 x 3 + Θ 4 x 4 + Θ 5 x 5 + Θ 6 x 6 Normalize Find best Θ File Size Avg. Event Size HEPSPEC Number Of Events Avg. Luminosity Avg. Multiplicity

22 Detect Most Important Features Avoid overfitting... Linear regression: runtime per event = Θ 0 + Θ 1 x 1 + Θ 2 x 2 + Θ 3 x 3 + Θ 4 x 4 + Θ 5 x 5 + Θ 6 x 6 Normalize Find best Θ Remove small Θ File Size Avg. Event Size HEPSPEC Number Of Events Avg. Luminosity Avg. Multiplicity x x

23 Detect Most Important Features N. Rauschmayr 11 Avoid overfitting... Linear regression: runtime per event = Θ 0 + Θ 1 x 1 + Θ 2 x 2 + Θ 3 x 3 + Θ 4 x 4 + Θ 5 x 5 + Θ 6 x 6 Normalize Find best Θ Remove small Θ Evaluate RMSE File Size Avg. Event Size HEPSPEC Number Of Events Avg. Luminosity Avg. Multiplicity x x % better than naive estimator like MLE

24 Detect Most Important Features N. Rauschmayr 12 Stripping Jobs: Normalize Find best Θ Remove small Θ Evaluate RMSE File Size Avg. Event Size HEPSPEC Number Of Events Avg. Luminosity Avg. Multiplicity x x % better than naive estimator like MLE

25 Supervised Learning N. Rauschmayr 13 Supervised learning: there exist some labelled training data What if only little amount of training data available?

26 Supervised Learning N. Rauschmayr Find similar jobs which have already run 2. Predict requirements for the next k jobs using either (MLE/LR) 3. When k jobs have finished, update prediction formula with the new results obtained 4. Repeat step 2 and 3 until all jobs have finished k Jobs Training Data k Jobs New Test Data

27 Supervised Learning N. Rauschmayr Find similar jobs which have already run 2. Predict requirements for the next k jobs using either (MLE/LR) 3. When k jobs have finished, update prediction formula with the new results obtained 4. Repeat step 2 and 3 until all jobs have finished Error Accumulated Error k Jobs + k Jobs Training Data k Jobs New Test Data

28 Supervised Learning N. Rauschmayr Find similar jobs which have already run 2. Predict requirements for the next k jobs using either (MLE/LR) 3. When k jobs have finished, update prediction formula with the new results obtained 4. Repeat step 2 and 3 until all jobs have finished Error Accumulated Error k Jobs + k Jobs + k Jobs Training Data k Jobs New Test Data

29 Supervised Learning N. Rauschmayr Find similar jobs which have already run 2. Predict requirements for the next k jobs using either (MLE/LR) 3. When k jobs have finished, update prediction formula with the new results obtained 4. Repeat step 2 and 3 until all jobs have finished Accumulated Error Error k Jobs + k Jobs + k Jobs + k Jobs Training Data k Jobs New Test Data

30 Supervised Learning Root Mean Squared Error: n i=0 (difference i) 2 n, where difference is predicted minus real values Update after 100 jobs Update after 100 jobs Accumulated RMSE MLE LR RMSE for each k Job Number 10 5 Job Number 10 5 N. Rauschmayr 15

31 Conclusion N. Rauschmayr 16 Historical data can help us to predict future jobs Certain meta data are strongly correlated with runtime Improved prediction up to 25% Both models (naive estimator and linear regression) can be easily implemented in Production and support the Production Manager in his work

32 N. Rauschmayr 17 Questions

33 Backup Slides N. Rauschmayr 18 Trigger configuration changes over different runs

34 Backup Slides N. Rauschmayr 19 Stripping Jobs: Memory and Runtime per Event Accumulated Error Update after 100 jobs MLE LR Job Number 10 5 Accumulated Error Update after 100 jobs MLE LR Job Number 10 5

35 Backup Slides Reconstruction: Memory Footprint Reprocessing 2011 Reprocessing Maximum Likelihood 1.76 GB 2 2 Frequency Maximum Likelihood 1.6 GB Frequency sigma +sigma 0 -sigma+sigma Memory in kb 10 6 Memory in kb 10 6 N. Rauschmayr 20

36 Backup Slides Stripping: Memory Footprint Change from POOL to ROOT Reprocessing Reprocessing Maximum Likelihood 3.4 GB Frequency 1.5 Maximum Likelihood 2.2 GB Frequency sigma +sigma 0 -sigma+sigma Memory in kb 10 6 Memory in kb 10 6 N. Rauschmayr 21

Building an NFL performance metric

Building an NFL performance metric Building an NFL performance metric Seonghyun Paik (spaik1@stanford.edu) December 16, 2016 I. Introduction In current pro sports, many statistical methods are applied to evaluate player s performance and

More information

A computer program that improves its performance at some task through experience.

A computer program that improves its performance at some task through experience. 1 A computer program that improves its performance at some task through experience. 2 Example: Learn to Diagnose Patients T: Diagnose tumors from images P: Percent of patients correctly diagnosed E: Pre

More information

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held

Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held Title: 4-Way-Stop Wait-Time Prediction Group members (1): David Held As part of my research in Sebastian Thrun's autonomous driving team, my goal is to predict the wait-time for a car at a 4-way intersection.

More information

Matrix-analog measure-cerrelatepredict

Matrix-analog measure-cerrelatepredict Matrix-analog measure-cerrelatepredict approach ICEM 2015 22-26 June 2015, Boulder David Hanslian Institute of Atmospheric Physics AS CR "Measure-correlate-predict" (MCP) = methods to estimate long-term

More information

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families

Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families Smart-Walk: An Intelligent Physiological Monitoring System for Smart Families P. Sundaravadivel 1, S. P. Mohanty 2, E. Kougianos 3, V. P. Yanambaka 4, and M. K. Ganapathiraju 5 University of North Texas,

More information

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW AC 2010-2145: MEASUREMENT OF HYDROGEN IN HELIUM FLOW Randy Buchanan, University of Southern Mississippi Christopher Winstead, University of Southern Mississippi Anton Netchaev, University of Southern Mississippi

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

Modeling Fantasy Football Quarterbacks

Modeling Fantasy Football Quarterbacks Augustana College Augustana Digital Commons Celebration of Learning Modeling Fantasy Football Quarterbacks Kyle Zeberlein Augustana College, Rock Island Illinois Myles Wallin Augustana College, Rock Island

More information

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824

Neural Networks II. Chen Gao. Virginia Tech Spring 2019 ECE-5424G / CS-5824 Neural Networks II Chen Gao ECE-5424G / CS-5824 Virginia Tech Spring 2019 Neural Networks Origins: Algorithms that try to mimic the brain. What is this? A single neuron in the brain Input Output Slide

More information

In addition to reading this assignment, also read Appendices A and B.

In addition to reading this assignment, also read Appendices A and B. 1 Kinematics I Introduction In addition to reading this assignment, also read Appendices A and B. We will be using a motion detector to track the positions of objects with time in several lab exercises

More information

Model EXAxt AV550G. Averaging Oxygen Analyzer

Model EXAxt AV550G. Averaging Oxygen Analyzer Model EXAxt AV550G Averaging Oxygen Analyzer Oxygen Measurement and Flyash Oxygen % vs cell EMF The O2 mation, model AV550, averaging oxygen analyzer was designed with a focus Calibration 1 on practical

More information

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com Naïve Bayes These slides were assembled by Byron Boots, with only minor modifications from Eric Eaton s slides and grateful acknowledgement to the many others who made their course materials freely available

More information

Depth Conversion with ISMap

Depth Conversion with ISMap Depth Conversion with ISMap Brian Russell July 5, 2012 Introduction This article will compare two different approaches to depth conversion between measured well depths and a map of seismic two-way travel-time

More information

Tier-2. Joint Annual Meeting of ÖPG/SPS/ÖGAA - Innsbruck /48. Austrian Federated WLCG

Tier-2. Joint Annual Meeting of ÖPG/SPS/ÖGAA - Innsbruck /48. Austrian Federated WLCG Austrian Federated WLCG Tier-2 Gregor Mair on behalf of Reinhard Bischof, Natascha Hoermann, Wolfgang Jais, Dietrich Liko, Gregor Mair, Katharina Nimeth, Peter Oettl and Gerhard Walzel Joint Annual Meeting

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Geant4 Electromagnetic Physics for HEP Applications

Geant4 Electromagnetic Physics for HEP Applications Geant4 Electromagnetic Physics for HEP Applications 1 st Geant4 User Workshop University of Wollongong 14-16 April 2011 Vladimir Ivanchenko, CERN On behalf of Geant4 electromagnetic standard working group

More information

Provably Secure Camouflaging Strategy for IC Protection

Provably Secure Camouflaging Strategy for IC Protection Provably Secure Camouflaging Strategy for IC Protection Meng Li 1 Kaveh Shamsi 2 Travis Meade 2 Zheng Zhao 1 Bei Yu 3 Yier Jin 2 David Z. Pan 1 1 Electrical and Computer Engineering, University of Texas

More information

Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines

Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines Computationally Efficient Determination of Long Term Extreme Out-of-Plane Loads for Offshore Turbines Anand Natarajan Senior Scientist Wind Energy Department, Risø DTU Denmark Introduction IEC 61400-1

More information

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com

Naïve Bayes. Robot Image Credit: Viktoriya Sukhanova 123RF.com Naïve Bayes These slides were assembled by Eric Eaton, with grateful acknowledgement of the many others who made their course materials freely available online. Feel free to reuse or adapt these slides

More information

LIDAR Correlation to Extreme Flapwise Moment : Gust Impact Prediction Time and Feedforward Control

LIDAR Correlation to Extreme Flapwise Moment : Gust Impact Prediction Time and Feedforward Control Downloaded from orbit.dtu.dk on: Dec 20, 2017 LIDAR Correlation to Extreme Flapwise Moment : Gust Impact Prediction Time and Feedforward Control Meseguer Urban, Albert; Hansen, Morten Hartvig Publication

More information

Delta Compressed and Deduplicated Storage Using Stream-Informed Locality

Delta Compressed and Deduplicated Storage Using Stream-Informed Locality Delta Compressed and Deduplicated Storage Using Stream-Informed Locality Philip Shilane, Grant Wallace, Mark Huang, & Windsor Hsu Backup Recovery Systems Division EMC Corporation Motivation and Approach

More information

PC-based systems ELOP II-NT

PC-based systems ELOP II-NT ELOP II-NT... the safe decision. 1 (mm 9910) Continuity in the work process... Double work processes resulting from a lack of interfaces between project stages is an unnecessary waste of time and money

More information

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data

Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Estimating Paratransit Demand Forecasting Models Using ACS Disability and Income Data Presenter: Daniel Rodríguez Román University of Puerto Rico, Mayagüez Co-author: Sarah V. Hernandez University of Arkansas,

More information

CS 221 PROJECT FINAL

CS 221 PROJECT FINAL CS 221 PROJECT FINAL STUART SY AND YUSHI HOMMA 1. INTRODUCTION OF TASK ESPN fantasy baseball is a common pastime for many Americans, which, coincidentally, defines a problem whose solution could potentially

More information

intended velocity ( u k arm movements

intended velocity ( u k arm movements Fig. A Complete Brain-Machine Interface B Human Subjects Closed-Loop Simulator ensemble action potentials (n k ) ensemble action potentials (n k ) primary motor cortex simulated primary motor cortex neuroprosthetic

More information

Section I: Multiple Choice Select the best answer for each problem.

Section I: Multiple Choice Select the best answer for each problem. Inference for Linear Regression Review Section I: Multiple Choice Select the best answer for each problem. 1. Which of the following is NOT one of the conditions that must be satisfied in order to perform

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 3: Vector Data: Logistic Regression Instructor: Yizhou Sun yzsun@cs.ucla.edu October 9, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG

BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG BASKETBALL PREDICTION ANALYSIS OF MARCH MADNESS GAMES CHRIS TSENG YIBO WANG GOAL OF PROJECT The goal is to predict the winners between college men s basketball teams competing in the 2018 (NCAA) s March

More information

Bayesian Methods: Naïve Bayes

Bayesian Methods: Naïve Bayes Bayesian Methods: Naïve Bayes Nicholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Last Time Parameter learning Learning the parameter of a simple coin flipping model Prior

More information

Winter Steelhead Redd to Fish conversions, Spawning Ground Survey Data

Winter Steelhead Redd to Fish conversions, Spawning Ground Survey Data Winter Steelhead Redd to Fish conversions, Spawning Ground Survey Data Oregon Department of Fish and Wildlife (ODFW); Corvallis Research Office Oregon Adult Salmonid Inventory and Sampling Project (June

More information

Navigate to the golf data folder and make it your working directory. Load the data by typing

Navigate to the golf data folder and make it your working directory. Load the data by typing Golf Analysis 1.1 Introduction In a round, golfers have a number of choices to make. For a particular shot, is it better to use the longest club available to try to reach the green, or would it be better

More information

Lab 1. Adiabatic and reversible compression of a gas

Lab 1. Adiabatic and reversible compression of a gas Lab 1. Adiabatic and reversible compression of a gas Introduction The initial and final states of an adiabatic and reversible volume change of an ideal gas can be determined by the First Law of Thermodynamics

More information

AN ASSESSMENT OF NEW JERSEY RESIDENT HUNTER OPINION ON CROSSBOW USE

AN ASSESSMENT OF NEW JERSEY RESIDENT HUNTER OPINION ON CROSSBOW USE AN ASSESSMENT OF NEW JERSEY RESIDENT HUNTER OPINION ON CROSSBOW USE Survey mailed: December 2007 Data analyzed: January 2008 Division of Fish and Wildlife David Chanda, Director Larry Herrighty, Assistant

More information

Projecting Three-Point Percentages for the NBA Draft

Projecting Three-Point Percentages for the NBA Draft Projecting Three-Point Percentages for the NBA Draft Hilary Sun hsun3@stanford.edu Jerold Yu jeroldyu@stanford.edu December 16, 2017 Roland Centeno rcenteno@stanford.edu 1 Introduction As NBA teams have

More information

Lecture 5. Optimisation. Regularisation

Lecture 5. Optimisation. Regularisation Lecture 5. Optimisation. Regularisation COMP90051 Statistical Machine Learning Semester 2, 2017 Lecturer: Andrey Kan Copyright: University of Melbourne Iterative optimisation Loss functions Coordinate

More information

SUPPLEMENT MATERIALS

SUPPLEMENT MATERIALS SUPPLEMENT MATERIALS This document provides the implementation details of LW-FQZip 2 and the detailed experimental results of the comparison studies. 1. Implementation details of LW-FQZip 2 LW-FQZip 2

More information

Torrild - WindSIM Case study

Torrild - WindSIM Case study Torrild - WindSIM Case study Note: This study differs from the other case studies in format, while here another model; WindSIM is tested as alternative to the WAsP model. Therefore this case should be

More information

Chapter 12 Practice Test

Chapter 12 Practice Test Chapter 12 Practice Test 1. Which of the following is not one of the conditions that must be satisfied in order to perform inference about the slope of a least-squares regression line? (a) For each value

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Jan 26, 217 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

A.6 Graphic Files. A Scale-Free Transportation Network Explains the City-Size Distribution. Figure 6. The Interstate route map (abridged).

A.6 Graphic Files. A Scale-Free Transportation Network Explains the City-Size Distribution. Figure 6. The Interstate route map (abridged). A Scale-Free Transportation Network Explains the City-Size Distribution A. Graphic Files Figure. The Interstate route map (abridged). Figure. A typical airline s route configuration (pre-merger Continental

More information

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils

Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils 86 Pet.Sci.(29)6:86-9 DOI 1.17/s12182-9-16-x Novel empirical correlations for estimation of bubble point pressure, saturated viscosity and gas solubility of crude oils Ehsan Khamehchi 1, Fariborz Rashidi

More information

Accuracy and Precision of High-Speed Field Measurements of Pavement Surface Rutting and Cracking

Accuracy and Precision of High-Speed Field Measurements of Pavement Surface Rutting and Cracking Accuracy and Precision of High-Speed Field Measurements of Pavement Surface Rutting and Cracking Pedro A. Serigos, MSE, MSStat - serigosp@utexas.edu Jorge A. Prozzi, PhD Andre de Fortier Smit, PhD Mike

More information

Determining Occurrence in FMEA Using Hazard Function

Determining Occurrence in FMEA Using Hazard Function Determining Occurrence in FMEA Using Hazard Function Hazem J. Smadi Abstract FMEA has been used for several years and proved its efficiency for system s risk analysis due to failures. Risk priority number

More information

Lab 1c Isentropic Blow-down Process and Discharge Coefficient

Lab 1c Isentropic Blow-down Process and Discharge Coefficient 058:080 Experimental Engineering Lab 1c Isentropic Blow-down Process and Discharge Coefficient OBJECTIVES - To study the transient discharge of a rigid pressurized tank; To determine the discharge coefficients

More information

Evaluation of four numerical wind flow models

Evaluation of four numerical wind flow models EWEA Resource Assessment Workshop 2013 Evaluation of four numerical wind flow models Michael C. Brower, PhD Chief Technical Officer Jose Vidal, MSc Consulting Services Europe & Latin America Manager Philippe

More information

Predicting Season-Long Baseball Statistics. By: Brandon Liu and Bryan McLellan

Predicting Season-Long Baseball Statistics. By: Brandon Liu and Bryan McLellan Stanford CS 221 Predicting Season-Long Baseball Statistics By: Brandon Liu and Bryan McLellan Task Definition Though handwritten baseball scorecards have become obsolete, baseball is at its core a statistical

More information

Applications of ELCIRC at LNEC

Applications of ELCIRC at LNEC stratification in the Guadiana estuary tidal propagation in the Óbidos lagoon Lígia Pinto Anabela Oliveira André B. Fortunato 2 O utline Stratification in the Guadiana estuary The Guadiana estuary Objectives

More information

CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS

CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS CHAPTER 6 DISCUSSION ON WAVE PREDICTION METHODS A critical evaluation of the three wave prediction methods examined in this thesis is presented in this Chapter. The significant wave parameters, Hand T,

More information

Predicting the Total Number of Points Scored in NFL Games

Predicting the Total Number of Points Scored in NFL Games Predicting the Total Number of Points Scored in NFL Games Max Flores (mflores7@stanford.edu), Ajay Sohmshetty (ajay14@stanford.edu) CS 229 Fall 2014 1 Introduction Predicting the outcome of National Football

More information

A Point-Based Algorithm to Generate Final Table States of Football Tournaments

A Point-Based Algorithm to Generate Final Table States of Football Tournaments International Journal of Computing Academic Research (IJCAR) ISSN 2305-9184, Volume 7, Number 3 (June 2018), pp.38-42 MEACSE Publications http://www.meacse.org/ijcar A Point-Based Algorithm to Generate

More information

The Best Use of Lockout/Tagout and Control Reliable Circuits

The Best Use of Lockout/Tagout and Control Reliable Circuits Session No. 565 The Best Use of Lockout/Tagout and Control Reliable Circuits Introduction L. Tyson Ross, P.E., C.S.P. Principal LJB Inc. Dayton, Ohio Anyone involved in the design, installation, operation,

More information

Analysis of Shear Lag in Steel Angle Connectors

Analysis of Shear Lag in Steel Angle Connectors University of New Hampshire University of New Hampshire Scholars' Repository Honors Theses and Capstones Student Scholarship Spring 2013 Analysis of Shear Lag in Steel Angle Connectors Benjamin Sawyer

More information

Preparation for Salinity Control ME 121

Preparation for Salinity Control ME 121 Preparation for Salinity Control ME 121 This document describes a set of measurements and analyses that will help you to write an Arduino program to control the salinity of water in your fish tank. The

More information

PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT

PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT Sean Rainsford Chris Parkman MWH NZ Ltd Transit New Zealand PREDICTING TEXTURE DEFICIENCY IN PAVEMENT MANAGEMENT Inadequate texture is one of the key

More information

Safety-critical systems: Basic definitions

Safety-critical systems: Basic definitions Safety-critical systems: Basic definitions Ákos Horváth Based on István Majzik s slides Dept. of Measurement and Information Systems Budapest University of Technology and Economics Department of Measurement

More information

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT

EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT EVALUATION OF ENVISAT ASAR WAVE MODE RETRIEVAL ALGORITHMS FOR SEA-STATE FORECASTING AND WAVE CLIMATE ASSESSMENT F.J. Melger ARGOSS, P.O. Box 61, 8335 ZH Vollenhove, the Netherlands, Email: info@argoss.nl

More information

Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer

Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer Performance Visualization of Bubble Sort in Worst Case Using R Programming in Personal Computer Dipankar Das 1, Priyanka Das 2, Rishab Dey 3, Sreya Modak 4 1 Assistant Professor, The Heritage Academy,

More information

Diagnosis of Fuel Evaporative System

Diagnosis of Fuel Evaporative System T S F S 0 6 L A B E X E R C I S E 2 Diagnosis of Fuel Evaporative System April 5, 2017 1 objective The objective with this laboratory exercise is to read, understand, and implement an algorithm described

More information

Physical Analysis Model Report

Physical Analysis Model Report Physical Analysis Model Report Developed by The University of Kentucky and KYPIPE LLC Prepared for the National Institute of Hometown Security 368 N. Hwy 27 Somerset, KY 42503 November 19, 2012 This research

More information

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline 2 Review of lecture 5 The

More information

Additional On-base Worth 3x Additional Slugging?

Additional On-base Worth 3x Additional Slugging? Additional On-base Worth 3x Additional Slugging? Mark Pankin SABR 36 July 1, 2006 Seattle, Washington Notes provide additional information and were reminders during the presentation. They are not supposed

More information

RM-80 respiration monitor

RM-80 respiration monitor RM-80 respiration monitor User Manual September 18, 2015 0025-003M 950 North Hague Avenue Columbus, Ohio 43204-2121 USA Sales: sales@colinst.com Service: service@colinst.com Phone: (614) 276-0861 Fax:

More information

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline Review of lecture 5 The

More information

Recovery of sea level fields of the last decades from altimetry and tide gauge data

Recovery of sea level fields of the last decades from altimetry and tide gauge data Recovery of sea level fields of the last decades from altimetry and tide gauge data Francisco M. Calafat, Damià Gomis, Ananda Pascual, Marta Marcos and Simón Ruiz Mediterranean Institute for Adavanced

More information

Deconstructing Data Science

Deconstructing Data Science Deconstructing Data Science David Bamman, UC Berkele Info 29 Lecture 4: Regression overview Feb 1, 216 Regression A mapping from input data (drawn from instance space ) to a point in R (R = the set of

More information

CT433 - Machine Safety

CT433 - Machine Safety Rockwell Automation On The Move May 16-17 2018 Milwaukee, WI CT433 - Machine Safety Performance Level Selection and Design Realization Jon Riemer Solution Architect Safety & Security Functional Safety

More information

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions.

Tying Knots. Approximate time: 1-2 days depending on time spent on calculator instructions. Tying Knots Objective: Students will find a linear model to fit data. Students will compare and interpret different slopes and intercepts in a context. Students will discuss domain and range: as discrete

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

Predicting NBA Shots

Predicting NBA Shots Predicting NBA Shots Brett Meehan Stanford University https://github.com/brettmeehan/cs229 Final Project bmeehan2@stanford.edu Abstract This paper examines the application of various machine learning algorithms

More information

Sensing and Modeling of Terrain Features using Crawling Robots

Sensing and Modeling of Terrain Features using Crawling Robots Czech Technical University in Prague Sensing and Modeling of Terrain Features using Crawling Robots Jakub Mrva 1 Faculty of Electrical Engineering Agent Technology Center Computational Robotics Laboratory

More information

Software Reliability 1

Software Reliability 1 Software Reliability 1 Software Reliability What is software reliability? the probability of failure-free software operation for a specified period of time in a specified environment input sw output We

More information

Should bonus points be included in the Six Nations Championship?

Should bonus points be included in the Six Nations Championship? Should bonus points be included in the Six Nations Championship? Niven Winchester Joint Program on the Science and Policy of Global Change Massachusetts Institute of Technology 77 Massachusetts Avenue,

More information

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003

STATE OF NEW YORK PUBLIC SERVICE COMMISSION. At a session of the Public Service Commission held in the City of Albany on August 20, 2003 STATE OF NEW YORK PUBLIC SERVICE COMMISSION At a session of the Public Service Commission held in the City of Albany on August 20, 2003 COMMISSIONERS PRESENT: William M. Flynn, Chairman Thomas J. Dunleavy

More information

Wind Flow Modeling Software Comparison

Wind Flow Modeling Software Comparison Wind Flow Modeling Software Comparison John Vanden Bosche AWEA Wind Resource Assessment Workshop Minneapolis, MN September 30, 2009 Issues With Wind Flow Modeling Impractical to measure the wind at the

More information

Development and Implementation of a Relocatable Coastal and Nearshore Modeling System

Development and Implementation of a Relocatable Coastal and Nearshore Modeling System Development and Implementation of a Relocatable Coastal and Nearshore Modeling System James M. Kaihatu Zachry Department of Civil Engineering, Texas A&M University 3136 TAMU College Station, TX 77843-3136

More information

AggPro: The Aggregate Projection System

AggPro: The Aggregate Projection System Gore, Snapp and Highley AggPro: The Aggregate Projection System 1 AggPro: The Aggregate Projection System Ross J. Gore, Cameron T. Snapp and Timothy Highley Abstract Currently there exist many different

More information

PROJECTS STREETS

PROJECTS STREETS 2009 Actual 2009 2010 Actual 2010 2011 Actual 2011 2012 Actual 2012 2013 Actual 2013 11,320 11,774 275 162 3,077 1,200 2,987 1,377 875 1,545 350 2,652 8,781 7,890 2,564 2,275 Pool 884 493 1,844 589 240

More information

Vacuum Simulations of the KATRIN Experiment

Vacuum Simulations of the KATRIN Experiment Vacuum Simulations of the KATRIN Experiment Marcel Krause (KATRIN collaboration) 31.03.2014 KIT University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association www.kit.edu

More information

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 9 0 9 7 C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 30S/30E/30M An Interactive Digital Media Course 9 0 9 7 : C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 3 0 S

More information

Hydroinformatics in Urban Environment

Hydroinformatics in Urban Environment Hydroinformatics in Urban Environment Prof. Dragan Savic FREng 11 May 2014 Centre for Water Systems Established in 1998 30+ members (9 academic staff, 8 post-docs, 20+ PhDs/EngDs, 1 administrator) Current

More information

Nearshore Wind-Wave Forecasting at the Oregon Coast. Gabriel García, H. Tuba Özkan-Haller, Peter Ruggiero November 16, 2011

Nearshore Wind-Wave Forecasting at the Oregon Coast. Gabriel García, H. Tuba Özkan-Haller, Peter Ruggiero November 16, 2011 Nearshore Wind-Wave Forecasting at the Oregon Coast Gabriel García, H. Tuba Özkan-Haller, Peter Ruggiero November 16, 2011 What is Wave Forecasting? An attempt to predict how the ocean surface is going

More information

FMEA- FA I L U R E M O D E & E F F E C T A N A LY S I S. PRESENTED BY: AJITH FRANCIS

FMEA- FA I L U R E M O D E & E F F E C T A N A LY S I S. PRESENTED BY: AJITH FRANCIS FMEA- FA I L U R E M O D E & E F F E C T A N A LY S I S. PRESENTED BY: AJITH FRANCIS 1 OBJECTIVES What is FMEA? Why is an FMEA important? History of FMEA Benefits of FMEA Limitations of FMEA How to conduct

More information

AccuRAID iscsi Auto-Tiering Best Practice

AccuRAID iscsi Auto-Tiering Best Practice AccuRAID iscsi Auto-Tiering Best Practice Overview From the perspective of storage features, the performance of SSDs are high, but the cost is also high per GB. Relatively speaking, the cost of a traditional

More information

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS

THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS THE FUNDAMENTALS OF THE AIR SAMPLER CALIBRATION-VERIFICATION PROCESS Frank M. Gavila F&J SPECIALTY PRODUCTS, INC. 404 Cypress Road Ocala, Florida, USA 3447 fandj@fjspecialty.com INTRODUCTION The calibration

More information

SPLIT HOPKINSON PRESSURE BAR OPERATIONS MANUAL 5/9/2014

SPLIT HOPKINSON PRESSURE BAR OPERATIONS MANUAL 5/9/2014 B Calibration of Split Hopkinson Pressure Bar Setup: Calibration is performed by comparing the wave speed of the initial pulse versus the reflected pulse and calculating the Energy Ratio. This ratio gives

More information

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update.

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update. Using this Beta Version of FastBreak Pro First, this new beta version (Version 6.X) will only work with users who have version 5.X of FastBreak Pro. We recommend you read this entire addendum before trying

More information

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs

Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Intelligent Decision Making Framework for Ship Collision Avoidance based on COLREGs Seminar Trondheim June 15th 2017 Nordic Institute of Navigation Norwegian Forum for Autonomous Ships SINTEF Ocean, Trondheim

More information

The Evolution of Vertical Spatial Coherence with Range from Source

The Evolution of Vertical Spatial Coherence with Range from Source The Evolution of Vertical Spatial Coherence with Range from Source Peter H. Dahl Applied Physics Laboratory and Mechanical Engineering Dept. University of Washington Research sponsored by U.S. Office of

More information

Rogue Wave Statistics and Dynamics Using Large-Scale Direct Simulations

Rogue Wave Statistics and Dynamics Using Large-Scale Direct Simulations Rogue Wave Statistics and Dynamics Using Large-Scale Direct Simulations Dick K.P. Yue Center for Ocean Engineering Department of Mechanical Engineering Massachusetts Institute of Technology Cambridge,

More information

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor

A handy systematic method for data hazards detection in an instruction set of a pipelined microprocessor A hy systematic method for data hazards detection in an instruction set of a pipelined microprocessor Ahmed M Mahran Computer Systems Engineering Department, Faculty of Engineering, Alexria University,

More information

y ) s x x )(y i (x i r = 1 n 1 s y Statistics Lecture 7 Exploring Data , y 2 ,y n (x 1 ),,(x n ),(x 2 ,y 1 How two variables vary together

y ) s x x )(y i (x i r = 1 n 1 s y Statistics Lecture 7 Exploring Data , y 2 ,y n (x 1 ),,(x n ),(x 2 ,y 1 How two variables vary together Statistics 111 - Lecture 7 Exploring Data Numerical Summaries for Relationships between Variables Administrative Notes Homework 1 due in recitation: Friday, Feb. 5 Homework 2 now posted on course website:

More information

Essen,al Probability Concepts

Essen,al Probability Concepts Naïve Bayes Essen,al Probability Concepts Marginaliza,on: Condi,onal Probability: Bayes Rule: P (B) = P (A B) = X v2values(a) P (A B) = P (B ^ A = v) P (A ^ B) P (B) ^ P (B A) P (A) P (B) Independence:

More information

Ivan Suarez Robles, Joseph Wu 1

Ivan Suarez Robles, Joseph Wu 1 Ivan Suarez Robles, Joseph Wu 1 Section 1: Introduction Mixed Martial Arts (MMA) is the fastest growing competitive sport in the world. Because the fighters engage in distinct martial art disciplines (boxing,

More information

Reported walking time and measured distances to water sources: Implications for measuring Basic Service

Reported walking time and measured distances to water sources: Implications for measuring Basic Service Reported walking time and measured distances to water sources: Implications for measuring Basic Service Anna Murray1, Maeve Kennard1, Daniele Lantagne2 1, 2Tufts University UNC Water and Health 2018 Background

More information

PREDICTING the outcomes of sporting events

PREDICTING the outcomes of sporting events CS 229 FINAL PROJECT, AUTUMN 2014 1 Predicting National Basketball Association Winners Jasper Lin, Logan Short, and Vishnu Sundaresan Abstract We used National Basketball Associations box scores from 1991-1998

More information

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters.

Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Student Names:,, OBJECTIVE: Create a bungee line for an object to allow it the most thrilling, yet SAFE, fall from a height of 3 or more meters. Each group gets their own object, a meter stick, and 7 new

More information

Machine Learning an American Pastime

Machine Learning an American Pastime Nikhil Bhargava, Andy Fang, Peter Tseng CS 229 Paper Machine Learning an American Pastime I. Introduction Baseball has been a popular American sport that has steadily gained worldwide appreciation in the

More information

Implementing Emergency Stop Systems - Safety Considerations & Regulations A PRACTICAL GUIDE V1.0.0

Implementing Emergency Stop Systems - Safety Considerations & Regulations A PRACTICAL GUIDE V1.0.0 Implementing Emergency Stop Systems - Safety Considerations & Regulations A PRACTICAL GUIDE V1.0.0 ~ 2 ~ This document is an informative aid only. The information and examples given are for general use

More information

A Novel Approach to Predicting the Results of NBA Matches

A Novel Approach to Predicting the Results of NBA Matches A Novel Approach to Predicting the Results of NBA Matches Omid Aryan Stanford University aryano@stanford.edu Ali Reza Sharafat Stanford University sharafat@stanford.edu Abstract The current paper presents

More information

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning

Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Performance of Fully Automated 3D Cracking Survey with Pixel Accuracy based on Deep Learning Kelvin C.P. Wang Oklahoma State University and WayLink Systems Corp. 2017-10-19, Copenhagen, Denmark European

More information