DART Tutorial Sec'on 16: Diagnos'c Output

Size: px
Start display at page:

Download "DART Tutorial Sec'on 16: Diagnos'c Output"

Transcription

1 DART Tutorial Sec'on 16: Diagnos'c Output UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons expressed in this publica'on are those of the author(s) and do not necessarily reflect the views of the Na'onal Science Founda'on.

2 DART Diagnos'c Output Categories: State-Space: Values of model s state vector and infla'on. Output using netcdf format. Observa'on-Space: Values of the observa'ons. DART-specific obs_sequence format for now. Regression confidence factor: Values for state vector / observa'on pairs. Output as flat ASCII (soon to be netcdf). Program diagnos'c output: Iden'fica'on for source code version and namelist values. Error, warning, message output from modules. DART Tutorial Sec'on 16: Slide 2

3 State-Space Diagnos'c Files: Available in netcdf (a common data format) hup:// DART outputs up to four state space diagnos'c files. These files are selected by lis'ng their names for the stages_to_write entry in the &filter_nml. The stages_to_write namelist entry and resul'ng netcdf file names are: forecast forecast.nc preassim postassim postassim.nc analysis analysis.nc In addi'on, stages_to_write can also include: input input.nc Copy of ini'al condi'ons, same format as output.nc output output.nc Output file for restart of subsequent filter steps. DART Tutorial Sec'on 16: Slide 3

4 State-Space Diagnos'c Files: Loca'on of each diagnos'c file in the filter cycle. Ensemble Forecasts forecast.nc Apply Prior Infla'on analysis.nc Apply Posterior Infla'on postassim.nc Assimila'on Updates State DART Tutorial Sec'on 16: Slide 4

5 State-Space Diagnos'c Files: Contents of state space diagnos'c files are controlled by &filter_nml: &filter_nml output_mean =.true. output_sd =.true. num_output_state_members = ## output_interval = N (include ensemble mean) (include ensemble spread) (include this many individual ensemble members) (only output every N th assimila'on 'me) Note: output_interval for true_state.nc is in the &perfect_model_obs_nml namelist. In input.nml for lorenz_96, make sure all diagnos'c files are listed as stages_to_write. Run the filter to generate all files. Try some Matlab diagnos'cs. You can change the diagnos'c file for a single plot by typing the file at the prompt, or You can change the file for all subsequent plots by secng Matlab variable diagn_file. For instance, diagn_file = postassim.nc ; DART Tutorial Sec'on 16: Slide 5

6 State-Space Diagnos'c Files: Trying out different diagnos'c files: In input.nml for lorenz_96, the default has been to output the and analysis.nc diagnos'c files. You could also add postassim and forecast to the list in stages_to_write. So far, have only looked at diagnos'cs for Two ways to change the diagnos'c file in Matlab tools like plot_total_err: 1). Change for a single plot by entering diagnos'c filename at Matlab prompt: >> plot_total_err Input name of ensemble trajectory file: <cr> for analysis.nc Comparing true_state.nc and analysis.nc 2).You can change the file for all subsequent plots by secng Matlab variable diagn_file. >> diagn_file = analysis.nc ; Try looking at diagnos'cs for analysis.nc, forecast.nc, and postassim.nc Some of these will be the same unless you have both prior and posterior infla'on on. DART Tutorial Sec'on 16: Slide 6

7 DART State-Space Diagnos'c func'ons See the DART website sec'on 'tled: Configuring Matlab to work with DART hup:// ALL the DART Matlab state-space diagnos'c func'ons are in diagnos?cs/matlab This must be in your matlabpath. Only focus on the files that start with plot_ plot_bins.m plot_correl.m plot_ens_err_spread.m plot_ens_mean_'me_series.m plot_ens_'me_series.m plot_phase_space.m plot_reg_factor.m plot_sawtooth.m plot_smoother_err.m plot_total_err.m plot_var_var_correl.m Some, but not all, described here. All func'ons have a help sec'on available in the standard Matlab way. DART Tutorial Sec'on 16: Slide 7

8 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: a. plot_bins: rank histograms, 8 Lorenz_96 Variable 1 for./prior_diag.nc Lorenz_96 Variable 13 for./prior_diag.nc Lorenz_96 Variable 27 for./prior_diag.nc DART 25 Tutorial Sec'on 16: Slide 8

9 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: b. plot_correl: correla'on x(t) with all other state vars at all 'mes, state variable (index) Lorenz_96 Correlation of variable state index 2, T = 5 of./prior_diag.nc against all variables, all times, all 2 ensemble members time (timestep #) DART Tutorial Sec'on 16: Slide 9

10 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: c. plot_ens_err_spread: rms error and spread, distance 1.5 Lorenz_96 model Var 1 Ensemble Error Spread for./prior_diag.nc time mean Ensemble Mean Total Error = time mean Ensemble Spread =.2779 distance distance model time (1 timesteps) Lorenz_96 model Var 13 Ensemble Error Spread for./prior_diag.nc time mean Ensemble Mean Total Error =.3668 time mean Ensemble Spread = model time (1 timesteps) Lorenz_96 model Var 27 Ensemble Error Spread for./prior_diag.nc 1.5 time mean Ensemble Mean Total Error = time mean Ensemble Spread = model time (1 timesteps) DART Tutorial Sec'on 16: Slide 1

11 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: d. plot_ens_mean_'me_series: just like the name says, 1 5 Lorenz_96 Variable 1 of./prior_diag.nc True State Ensemble Mean model time (1 timesteps) 1 5 Lorenz_96 Variable 13 of./prior_diag.nc True State Ensemble Mean model time (1 timesteps) 1 Lorenz_96 Variable 27 of./prior_diag.nc 5 True State Ensemble Mean model time (1 timesteps) DART Tutorial Sec'on 16: Slide 11

12 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: e. plot_ens_'me_series: plots the ensemble (as available from num_output_state_members ), Lorenz_96 state varnum 1 Ensemble Members of./prior_diag.nc True State Ensemble Mean Ensemble Members (2) model time (1 timesteps) Lorenz_96 state varnum 13 Ensemble Members of./prior_diag.nc 1 5 True State Ensemble Mean Ensemble Members (2) model time (1 timesteps) Lorenz_96 state varnum 27 Ensemble Members of./prior_diag.nc 1 5 True State Ensemble Mean Ensemble Members (2) model time (1 timesteps) DART Tutorial Sec'on 16: Slide 12

13 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: f. plot_phase_space: 3D phase space 'me evolu'on. The Attractor True_State.nc true true_state.nc Lorenz_96 true_state 1 State variable #3 state variable # state variable # state variable # State variable #1 1 DART Tutorial Sec'on 16: Slide 13

14 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: g. plot_sawtooth: truth, prior and posterior 'me series. 5 Lorenz_96 Trajectories state index truth ensemble mean ensemble member 5 ensemble member 1 ensemble member model time (25 timesteps) DART Tutorial Sec'on 16: Slide 14

15 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: h. plot_total_err: total error for different fields, 3.5 Lorenz_96 Total Error over all 4 variables for./prior_diag.nc time mean Ensemble Mean Total Error = time mean Ensemble Spread Total Error = Total Error model time (1 timesteps) DART Tutorial Sec'on 16: Slide 15

16 Viewing the State-Space netcdf files: 1. Standard DART matlab diagnos'cs: i. plot_var_var_correl: x(t) correla'on to single variable, all 'mes. 1 Lorenz_96 Correlation of variable state 2, T = 5, with variable state 18 2 ensemble members Prior_Diag.nc correlation time (timestep #) DART Tutorial Sec'on 16: Slide 16

17 Viewing the State-Space netcdf files: 2. ncview: a quick and surprisingly useful netcdf viewer. hup://meteora.ucsd.edu/~pierce/ncview_home_page.html Displays spa'al slices, anima'ons, 'me series model state or fcopy time (days since -- ::) State Variable ID (indexical) jla Sun Jun 5 13:41:44 25 prior ensemble state Range of model state or fcopy: to (null) Range of State Variable ID: 1 to 4 indexical Range of time: to 1 days since -- :: Current ensemble member or copy: 1 nondimensional Frame 1 in File Prior_Diag.nc DART Tutorial Sec'on 16: Slide 17

18 Viewing the State-Space netcdf files: 3. Many other graphical/analysis programs can read netcdf. (Note that we use udunits metadata conven'on.) 4. netcdf Operator (NCO) tools allow opera'ons on netcdf files: (hup://nco.sourceforge.net) Selec'ng hyperslices of fields, Differencing netcdf file, Averaging, etc. NASA GISS: Panoply DART Tutorial Sec'on 16: Slide 18

19 Infla'on Diagnos'cs in State-Space netcdf files: In addi'on to state variables, the netcdf files also contain 'me series of the state space infla'on mean value and infla'on standard devia'on if adap've infla'on is on. These fields are called: state_priorinf_mean, state_priorinf_sd, state_pos?nf_mean, and state_pos?nf_sd DART Tutorial Sec'on 16: Slide 19

20 Prior Infla'on State-Space Diagnos'c Files: Contents of prior infla'on fields for each diagnos'c file in the filter cycle. Undamped, same as previous 'me analysis.nc Ensemble Forecasts forecast.nc Apply Prior Infla'on Same as postassim.nc analysis.nc Damped, applied at this 'me Apply Posterior Infla'on Updated by assimila'on postassim.nc Assimila'on Updates State DART Tutorial Sec'on 16: Slide 2

21 Posterior Infla'on State-Space Diagnos'c Files: Contents of posterior infla'on fields for each diagnos'c file in the filter cycle. Undamped, same as previous 'me analysis.nc Ensemble Forecasts forecast.nc Apply Prior Infla'on Updated by observa'ons. analysis.nc Undamped, same as forecast Apply Posterior Infla'on Damped, what is applied postassim.nc Assimila'on Updates State DART Tutorial Sec'on 16: Slide 21

22 Observa'on-space files: Quick recap of standard observa'on sequence file names (all names are actually specified in namelists): obs_seq.in input to perfect_model_obs obs_seq.out output from perfect_model_obs, also input to filter obs_seq.final output from filter Observa'on sequence file output by filter has prior, posterior, observed value (and truth for OSSEs). For an overview, check out the DART webpage sec'on: hup:// Contents of obs_seq.final controlled by &filter_nml: &filter_nml obs_sequence_in_name = obs_seq.out obs_sequence_out_name = obs_seq.final num_output_obs_members = ## Name of input observa'on sequence file. Name of output observa'on sequence file. Output this many individual ensemble es'mates. DART Tutorial Sec'on 16: Slide 22

23 Observa'on-space diagnos'cs: The observa'on sequence file is not in a par'cularly user-friendly format. To aid in the evalua'on and interpreta'on, a program named obs_diag must be run to produce a netcdf file with results that can be ploued in a manner of your choosing. DART has Matlab func'ons/scripts that create high-quality graphics. See tutorial sec'on 18 for full coverage of viewing, diagnosing obs sequences. Here are a few of the Matlab func'ons available in diagnos?cs/matlab plot_rank_histogram.m plot_evolu'on.m plot_rmse_xxx_evolu'on.m two_experiments_evolu'on.m (works with more than two, actually) plot_profile.m plot_bias_xxx_profile.m plot_rmse_xxx_profile.m two_experiments_profile.m (works with more than two, actually) DART Tutorial Sec'on 16: Slide 23

24 Observa'on-space diagnos'cs: SOME of the informa'on in the observa'on sequence files can be converted to netcdf and easily ploued. A program named obs_seq_to_netcdf must be run to produce the netcdf. Here are a few of the Matlab func'ons available in diagnos?cs/matlab. link_obs.m plot_obs_netcdf.m plot_obs_netcdf_diffs.m DART Tutorial Sec'on 16: Slide 24

25 Regression confidence factor output: Reminder: reg_factor α introduced in Tutorial Sec'on 13 when running the group filter (with more than 1 group!). Controlled by &reg_factor_nml: &reg_factor_nml save_reg_diagnostics =.true. reg_diagnostics_file = reg_diagnostics Should file be output? Name of output file. File size could be (model size) X (number of obs.) X (number of assim 'mes). Very big, even for small models (only first 4 obs output default). Normally, modify code in reg_factor_mod.f9 to control: Output is at end of select_regression = 1 code block. Format is ASCII: 'me in days, 'me in seconds, obs_index, state_index, α Plot with Matlab plot_reg_factor. DART Tutorial Sec'on 16: Slide 25

26 Program Diagnos'c Output: File dart_log.out All DART executables append to this file! Contains: registra'on informa'on Program start 'me, version of code for each module used Namelist values for each module* Names of output files, Diagnos'c output for modules (through error_handler()), Warnings and fatal errors from DART code. Fair Warning: This file is not cleared by DART. Can get very longgggggg You should feel free to delete/rename it before star'ng the next experiment. *may be in a separate file, depending on &utilities_nml secng DART Tutorial Sec'on 16: Slide 26

27 DART Tutorial Index to Sec'ons 1. Filtering For a One Variable System 2. The DART Directory Tree 3. DART Run?me Control and Documenta?on 4. How should observa?ons of a state variable impact an unobserved state variable? Mul?variate assimila?on. 5. Comprehensive Filtering Theory: Non-Iden?ty Observa?ons and the Joint Phase Space 6. Other Updates for An Observed Variable 7. Some Addi?onal Low-Order Models 8. Dealing with Sampling Error 9. More on Dealing with Error; Infla?on 1. Regression and Nonlinear Effects 11. Crea?ng DART Executables 12. Adap?ve Infla?on 13. Hierarchical Group Filters and Localiza?on 14. Quality Control 15. DART Experiments: Control and Design 16. Diagnos?c Output 17. Crea?ng Observa?on Sequences 18. Lost in Phase Space: The Challenge of Not Knowing the Truth 19. DART-Compliant Models and Making Models Compliant 2. Model Parameter Es?ma?on 21. Observa?on Types and Observing System Design 22. Parallel Algorithm Implementa?on 23. Loca'on module design (not available) 24. Fixed lag smoother (not available) 25. A simple 1D advec?on model: Tracer Data Assimila?on DART Tutorial Sec'on 16: Slide 27

DART Tutorial Sec'on 16: Diagnos'c Output

DART Tutorial Sec'on 16: Diagnos'c Output DART Tutorial Sec'on 16: Diagnos'c Output UCAR 214 The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons expressed

More information

DART Tutorial Sec'on 11: Crea'ng DART Executables

DART Tutorial Sec'on 11: Crea'ng DART Executables DART Tutorial Sec'on 11: Crea'ng DART Executables UCAR 2014 The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons

More information

DART Tutorial Sec'on 25: A simple 1D advec'on model: Tracer Data Assimila'on

DART Tutorial Sec'on 25: A simple 1D advec'on model: Tracer Data Assimila'on DART Tutorial Sec'on 25: A simple 1D advec'on model: Tracer Data Assimila'on UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions

More information

DART Tutorial Sec'on 2: The DART Directory Tree

DART Tutorial Sec'on 2: The DART Directory Tree DART Tutorial Sec'on 2: The DART Directory Tree UCAR The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions or recommenda'ons expressed

More information

DART Tutorial Sec'on 21: Observa'on Types and Observing System Design

DART Tutorial Sec'on 21: Observa'on Types and Observing System Design DART Tutorial Sec'on 21: Observa'on Types and Observing System Design UCAR 2014 The Na'onal Center for Atmospheric Research is sponsored by the Na'onal Science Founda'on. Any opinions, findings and conclusions

More information

Observa(on Processing. Nancy Collins or

Observa(on Processing. Nancy Collins or Observa(on Processing Nancy Collins nancy@ucar.edu or dart@ucar.edu Roadmap What s in an Observa(on Provided tools and capabili(es Observa(on sources Observa(on and representa(veness error Types, Kinds,

More information

Evalua&ng methods for represen&ng model error using ensemble data assimila&on

Evalua&ng methods for represen&ng model error using ensemble data assimila&on Evalua&ng methods for represen&ng model error using ensemble data assimila&on Jeff Whitaker NOAA Earth System Research Lab, Boulder, CO, USA jeffrey.s.whitaker@noaa.gov 1 Evalua&ng model error schemes

More information

A Survey of Ensemble Filtering in the Data Assimilation Research Testbed

A Survey of Ensemble Filtering in the Data Assimilation Research Testbed 1 A Survey of Ensemble Filtering in the Data Assimilation Research Testbed (Note: In the following, input that students need to enter are in bold, underlined text. Text that will be output to a workstation

More information

Tutorial on STATA. Adrian Rohit Dass Ins3tute of Health Policy, Management, and Evalua3on Canadian Centre for Health Economics. September 18, 2015

Tutorial on STATA. Adrian Rohit Dass Ins3tute of Health Policy, Management, and Evalua3on Canadian Centre for Health Economics. September 18, 2015 Tutorial on STATA Adrian Rohit Dass Ins3tute of Health Policy, Management, and Evalua3on Canadian Centre for Health Economics September 18, 2015 Outline Why use STATA? Reading/Cleaning data Regression

More information

Prac%cal Session 3: Atmospheric Model Configura%on Op%ons. Andrew Ge>elman

Prac%cal Session 3: Atmospheric Model Configura%on Op%ons. Andrew Ge>elman Prac%cal Session 3: Atmospheric Model Configura%on Op%ons Andrew Ge>elman Overview Monday: Running the model Tuesday: namelist Control of the model Diagnosing the model Today: Different configura%on op%ons

More information

Paralleliza(on Challenges for Ensemble Data Assimila(on

Paralleliza(on Challenges for Ensemble Data Assimila(on Paralleliza(on Challenges for Ensemble Data Assimila(on Helen Kershaw Institute for Mathematics Applied to Geophysics, National Center for Atmospheric Research Email: hkershaw@ucar.edu What am I going

More information

Evalua&ng Secure Programming Knowledge

Evalua&ng Secure Programming Knowledge Evalua&ng Secure Programming Knowledge Ma6 Bishop, UC Davis Jun Dai, Cal State Sacramento Melissa Dark, Purdue University Ida Ngambeki, Purdue University Phillip Nico, Cal Poly San Luis Obispo Minghua

More information

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley TerraSwarm A Machine Learning and Op0miza0on Toolkit for the Swarm Ilge Akkaya, Shuhei Emoto, Edward A. Lee University of California, Berkeley TerraSwarm Tools Telecon 17 November 2014 Sponsored by the

More information

CISC327 - So*ware Quality Assurance

CISC327 - So*ware Quality Assurance CISC327 - So*ware Quality Assurance Lecture 19 Regression Tes?ng CISC327-2003- 2017 J.R. Cordy, S. Grant, J.S. Bradbury, J. Dunfield Regression Tes?ng Today we look at regression tes?ng Purpose of regression

More information

Objec0ves. Gain understanding of what IDA Pro is and what it can do. Expose students to the tool GUI

Objec0ves. Gain understanding of what IDA Pro is and what it can do. Expose students to the tool GUI Intro to IDA Pro 31/15 Objec0ves Gain understanding of what IDA Pro is and what it can do Expose students to the tool GUI Discuss some of the important func

More information

Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik

Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik Ensemble- Based Characteriza4on of Uncertain Features Dennis McLaughlin, Rafal Wojcik Hydrology TRMM TMI/PR satellite rainfall Neuroscience - - MRI Medicine - - CAT Geophysics Seismic Material tes4ng Laser

More information

CS 465 Final Review. Fall 2017 Prof. Daniel Menasce

CS 465 Final Review. Fall 2017 Prof. Daniel Menasce CS 465 Final Review Fall 2017 Prof. Daniel Menasce Ques@ons What are the types of hazards in a datapath and how each of them can be mi@gated? State and explain some of the methods used to deal with branch

More information

Monitoring IPv6 Content Accessibility and Reachability. Contact: R. Guerin University of Pennsylvania

Monitoring IPv6 Content Accessibility and Reachability. Contact: R. Guerin University of Pennsylvania Monitoring IPv6 Content Accessibility and Reachability Contact: R. Guerin (guerin@ee.upenn.edu) University of Pennsylvania Outline Goals and scope So=ware overview Func@onality, performance, and requirements

More information

hashfs Applying Hashing to Op2mize File Systems for Small File Reads

hashfs Applying Hashing to Op2mize File Systems for Small File Reads hashfs Applying Hashing to Op2mize File Systems for Small File Reads Paul Lensing, Dirk Meister, André Brinkmann Paderborn Center for Parallel Compu2ng University of Paderborn Mo2va2on and Problem Design

More information

Tutorial II Using the adap3ve mesh refinement & spherical shell geometry. Juliane Dannberg

Tutorial II Using the adap3ve mesh refinement & spherical shell geometry. Juliane Dannberg Tutorial II Using the adap3ve mesh refinement & spherical shell geometry Juliane Dannberg Overview At the end of this tutorial, you should be able to: Set up a model with Earth- like geometry and temperature

More information

ATTENTION: All students MUST create a new Apple ID during setup to use with their WSU ipad.

ATTENTION: All students MUST create a new Apple ID during setup to use with their WSU ipad. Se#ng Up Your WSU Apple ipad Mini Page 1 of 6 Your ipad Mini should be plugged in and ready to setup. ATTENTION: All students MUST create a new Apple ID during setup to use with their WSU ipad. If you

More information

Automatic Localization of Target Vertebrae in Spine Surgery using Fast CT-to-Fluoroscopy (3D-2D) Image Registration

Automatic Localization of Target Vertebrae in Spine Surgery using Fast CT-to-Fluoroscopy (3D-2D) Image Registration Automac Localizaon of Target Vertebrae in Spine Surgery using Fast -to-fluoroscopy (3D-2D) Image Registraon Y. Otake, a,b S. Schafer, b J. W. Stayman, b W. Zbijewski, b G. Kleinszig, c R. Graumann, c A.

More information

Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it

Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it Welcome to this Clean Sky Info Day on how to become a Partner in Clean Sky 2. This presenta=on will explain how to prepare a proposal and submit it via the Par=cipant Portal. 1 To make the submission process

More information

WRF Utilities. Cindy Bruyère

WRF Utilities. Cindy Bruyère WRF Utilities Cindy Bruyère Overview Graphical Tools WRF Model Domain Design Intermediate Files netcdf GRIB1 / GRIB2 Verification Tools Domain Wizard Graphics Graphics NCL Graphical package WRF-ARW Only

More information

STA 4273H: Sta-s-cal Machine Learning

STA 4273H: Sta-s-cal Machine Learning STA 4273H: Sta-s-cal Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! h0p://www.cs.toronto.edu/~rsalakhu/ Lecture 3 Parametric Distribu>ons We want model the probability

More information

Sign Up For An Inspire Northeast Wisconsin Account

Sign Up For An Inspire Northeast Wisconsin Account I m interested! Now What? Sign Up For An Inspire Northeast Signing up for Inspire Northeast Wisconsin is easy just follow these step-by-step direc

More information

Detec%ng Wildlife in Uncontrolled Outdoor Video using Convolu%onal Neural Networks

Detec%ng Wildlife in Uncontrolled Outdoor Video using Convolu%onal Neural Networks Detec%ng Wildlife in Uncontrolled Outdoor Video using Convolu%onal Neural Networks Connor Bowley *, Alicia Andes +, Susan Ellis-Felege +, Travis Desell * Department of Computer Science * Department of

More information

Best Prac*ces for Data Management When Using Instrumenta*on

Best Prac*ces for Data Management When Using Instrumenta*on Best Prac*ces for Data Management When Using Instrumenta*on A tutorial on effec*ve data collec*on, saving, and processing methods Created by the Office of Research Compliance and Training As part of the

More information

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley

TerraSwarm. A Machine Learning and Op0miza0on Toolkit for the Swarm. Ilge Akkaya, Shuhei Emoto, Edward A. Lee. University of California, Berkeley TerraSwarm A Machine Learning and Op0miza0on Toolkit for the Swarm Ilge Akkaya, Shuhei Emoto, Edward A. Lee University of California, Berkeley TerraSwarm Tools Telecon 17 November 2014 Sponsored by the

More information

Modifying Model Code. Andrew Ge1elman

Modifying Model Code. Andrew Ge1elman Modifying Model Code Andrew Ge1elman What we have done: Log in to a super computer Run the model Change run op@ons and output Run the diagnos@c scripts Change configura@on op@ons Run the Single Column

More information

Broadband Pla+orm Valida/on Exercise for Pseudo- Spectral Accelera/on: Review Panel Summary

Broadband Pla+orm Valida/on Exercise for Pseudo- Spectral Accelera/on: Review Panel Summary Broadband Pla+orm Valida/on Exercise for Pseudo- Spectral Accelera/on: Review Panel Summary Douglas Dreger (UCB) Review Panel Gregory Beroza Steven Day Douglas Dreger (Chair) Chris/ne Goulet Thomas Jordan

More information

Apply. A. Michelle Lawing Ecosystem Science and Management Texas A&M University College Sta,on, TX

Apply. A. Michelle Lawing Ecosystem Science and Management Texas A&M University College Sta,on, TX Apply A. Michelle Lawing Ecosystem Science and Management Texas A&M University College Sta,on, TX 77843 alawing@tamu.edu Schedule for today My presenta,on Review New stuff Mixed, Fixed, and Random Models

More information

The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on

The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on The Regional Climate Model Evalua4on System (RCMES): Introduc4on and Demonstra4on Paul C. Loikith, Duane E. Waliser, Chris MaEmann, Jinwon Kim, Huikyo Lee, Paul M. Ramirez, Andrew F. Hart, Cameron E. Goodale,

More information

Kaseya Service Desk Workshop DAY TWO

Kaseya Service Desk Workshop DAY TWO Kaseya Service Desk Workshop DAY TWO Developed by Kaseya University Powered by IT Scholars 1 Kaseya Version 6.2 Last updated on June 27, 2012 Day One Roadmap! Introduc3on to Workshop and Virtual Labs Kaseya

More information

Pa#ern Recogni-on for Neuroimaging Toolbox

Pa#ern Recogni-on for Neuroimaging Toolbox Pa#ern Recogni-on for Neuroimaging Toolbox Pa#ern Recogni-on Methods: Basics João M. Monteiro Based on slides from Jessica Schrouff and Janaina Mourão-Miranda PRoNTo course UCL, London, UK 2017 Outline

More information

Machine Learning Crash Course: Part I

Machine Learning Crash Course: Part I Machine Learning Crash Course: Part I Ariel Kleiner August 21, 2012 Machine learning exists at the intersec

More information

Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018

Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018 Iden%fying & Audi%ng Low Impact BES Assets: A Mock Audit BC Outreach Webinar: Session 2 Salt Lake City UT January 9, 2018 Joseph B. Baugh, PhD Senior Compliance Auditor Cyber Security Western Electricity

More information

ilab Solu*ons End User Guide Johns Hopkins University School of Medicine

ilab Solu*ons End User Guide Johns Hopkins University School of Medicine ilab Solu*ons End User Guide Johns Hopkins University School of Medicine Johns Hopkins Core Facili:es End User Instruc:ons Table of Contents ) ) Registra,on Process Accessing Johns Hopkins Cores 3) Request

More information

Display and usage of Interna3onalized Registra3on Data. Dave Piscitello

Display and usage of Interna3onalized Registra3on Data. Dave Piscitello Display and usage of Interna3onalized Registra3on Data Dave Piscitello 1 SAC 037: Display and usage of Interna3onalized Registra3on Data Reference document can be found at h=p://www.icann.org/commi=ees/security/

More information

MAHR Webstore Tutorial POWERED BY

MAHR Webstore Tutorial POWERED BY MAHR Webstore Tutorial POWERED BY Sign In! Open a new browser window and go to the following link:! h3ps://marcomcentral.app.p;.com/lavigne/mahr/login.aspx?company_id=21708 If you have not registered,

More information

Data Portal and Integra.on in JAMSTEC

Data Portal and Integra.on in JAMSTEC Data Portal and Integra.on in JAMSTEC Yasunori Hanafusa Data Research Center for Marine-Earth Sciences (DrC) Agency for Marine-Earth Science and Technology (JAMSTEC) 1 Overview of Data Management in JAMSTEC

More information

Monocular Head Pose Es0ma0on

Monocular Head Pose Es0ma0on ICIAR 2008 - Interna0onal Conference on Image Analysis and Recogni0on Monocular Head Pose Es0ma0on Pedro Mar0ns, Jorge Ba0sta Ins0tute for Systems and Robo0cs h>p://www.isr.uc.pt Department of Electrical

More information

Classes and objects. Chapter 2: Head First Java: 2 nd Edi4on, K. Sierra, B. Bates

Classes and objects. Chapter 2: Head First Java: 2 nd Edi4on, K. Sierra, B. Bates Classes and objects Chapter 2: Head First Java: 2 nd Edi4on, K. Sierra, B. Bates Fundamentals of Computer Science Keith Vertanen Copyright 2013 A founda4on for programming any program you might want to

More information

TOWARDS AUTOMATED DEM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES

TOWARDS AUTOMATED DEM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES TOWARDS AUTOMATED DEM GENERATION FROM HIGH RESOLUTION STEREO SATELLITE IMAGES Pablo d'angelo, Manfred Lehner, Thomas Krauss, Danielle Hoja and Peter Reinartz German Aerospace Center (DLR), Remote Sensing

More information

HDF Product Designer: A tool for building HDF5 containers with granule metadata

HDF Product Designer: A tool for building HDF5 containers with granule metadata The HDF Group HDF Product Designer: A tool for building HDF5 containers with granule metadata Lindsay Powers Aleksandar Jelenak, Joe Lee, Ted Habermann The HDF Group Data Producer s Conundrum 2 HDF Features

More information

REDCap Data Dic+onary

REDCap Data Dic+onary REDCap Data Dic+onary ITHS Biomedical Informa+cs Core iths_redcap_admin@uw.edu Bas de Veer MS Research Consultant REDCap version: 6.2.1 Last updated December 9, 2014 1 Goals & Agenda Goals CraDing your

More information

CS101: Fundamentals of Computer Programming. Dr. Tejada www-bcf.usc.edu/~stejada Week 1 Basic Elements of C++

CS101: Fundamentals of Computer Programming. Dr. Tejada www-bcf.usc.edu/~stejada Week 1 Basic Elements of C++ CS101: Fundamentals of Computer Programming Dr. Tejada stejada@usc.edu www-bcf.usc.edu/~stejada Week 1 Basic Elements of C++ 10 Stacks of Coins You have 10 stacks with 10 coins each that look and feel

More information

The Meter-ON project. Marco Baron Enel Distribuzione. Steering the implementation of smart metering solutions throughout Europe

The Meter-ON project. Marco Baron Enel Distribuzione. Steering the implementation of smart metering solutions throughout Europe Steering the implementa.on of smart metering solu.ons throughout Europe The Meter-ON project Steering the implementation of smart metering solutions throughout Europe Session 47: Operational challenges

More information

Introduc)on to R. Eric Feigelson. Dept. of Astronomy & Astrophysics Center for Astrosta5s5cs Penn State University

Introduc)on to R. Eric Feigelson. Dept. of Astronomy & Astrophysics Center for Astrosta5s5cs Penn State University Introduc)on to R Eric Feigelson Dept. of Astronomy & Astrophysics Center for Astrosta5s5cs Penn State University edf@astro.psu.edu Space Telescope Science Ins5tute sta5s5cs mini- course Fall 2011 The R

More information

Secure and Ef icient Iris and Fingerprint Identi ication

Secure and Ef icient Iris and Fingerprint Identi ication Secure and Eficient Iris and Fingerprint Identiication Marina Blanton Department of Computer Science and Engineering, University of Notre Dame mblanton@nd.edu Paolo Gas Department of Computer Science,

More information

BBM 101 Introduc/on to Programming I Fall 2014, Lecture 3. Aykut Erdem, Erkut Erdem, Fuat Akal

BBM 101 Introduc/on to Programming I Fall 2014, Lecture 3. Aykut Erdem, Erkut Erdem, Fuat Akal BBM 101 Introduc/on to Programming I Fall 2014, Lecture 3 Aykut Erdem, Erkut Erdem, Fuat Akal 1 Today Introduc/on to Programming Basic Concepts Developing Algorithms Crea

More information

Stat Analysis Tool. Filtering Summarizing Aggregating. of Grid-Stat, Point-Stat, & Wavelet-Stat output

Stat Analysis Tool. Filtering Summarizing Aggregating. of Grid-Stat, Point-Stat, & Wavelet-Stat output Stat Analysis Tool Filtering Summarizing Aggregating of Grid-Stat, Point-Stat, & Wavelet-Stat output Presenter: Tara Jensen What can Stat Analysis do for you? Can I get Q: Overall statistics for all gridded

More information

Documen(ng code, Javadoc, Defensive Programming, Asserts, Excep(ons & Try/Catch

Documen(ng code, Javadoc, Defensive Programming, Asserts, Excep(ons & Try/Catch Documen(ng code, Javadoc, Defensive Programming, Asserts, Excep(ons & Try/Catch 1 Most important reason to comment A) To summarize the code B) To explain how the code works C) To mark loca(ons that need

More information

Minimum Redundancy and Maximum Relevance Feature Selec4on. Hang Xiao

Minimum Redundancy and Maximum Relevance Feature Selec4on. Hang Xiao Minimum Redundancy and Maximum Relevance Feature Selec4on Hang Xiao Background Feature a feature is an individual measurable heuris4c property of a phenomenon being observed In character recogni4on: horizontal

More information

Mul$-objec$ve Visual Odometry Hsiang-Jen (Johnny) Chien and Reinhard Kle=e

Mul$-objec$ve Visual Odometry Hsiang-Jen (Johnny) Chien and Reinhard Kle=e Mul$-objec$ve Visual Odometry Hsiang-Jen (Johnny) Chien and Reinhard Kle=e Centre for Robo+cs & Vision Dept. of Electronic and Electric Engineering School of Engineering, Computer, and Mathema+cal Sciences

More information

From Raw Data to Beau.ful Graph Using JSL Michael Hecht, SAS Ins.tute Inc., Cary, NC

From Raw Data to Beau.ful Graph Using JSL Michael Hecht, SAS Ins.tute Inc., Cary, NC From Raw Data to Beau.ful Graph Using JSL Michael Hecht, SAS Ins.tute Inc., Cary, NC Abstract JSL is a powerful tool for manipula3ng raw data into the form needed for easy visualiza3on in JMP. This paper

More information

Welcome to the SIHO itransact portal.

Welcome to the SIHO itransact portal. Provider and Vendor Access Portal One stop access for your guide to utilizing SIHO s new itransact platform. Welcome to the SIHO itransact portal. Primary access codes will be given to key contacts at

More information

R workshop. Ac,on! (Operators and Func,ons)

R workshop. Ac,on! (Operators and Func,ons) R workshop Ac,on! (Operators and Func,ons) Ac,ng on variables In the previous sec,on, we talked about objects and data sets Now let s do something with them Verbs Operators Func,ons Simple calcula,on Operator

More information

Laboratory- Clinical Communica1ons LCC Profile

Laboratory- Clinical Communica1ons LCC Profile Laboratory- Clinical Communica1ons LCC Profile IHE Laboratory Domain College of American Pathologists Jim Harrison, Univ. of Virginia The Problem The tradi1onal order- result paradigm does not include

More information

ECS 165B: Database System Implementa6on Lecture 3

ECS 165B: Database System Implementa6on Lecture 3 ECS 165B: Database System Implementa6on Lecture 3 UC Davis April 4, 2011 Acknowledgements: some slides based on earlier ones by Raghu Ramakrishnan, Johannes Gehrke, Jennifer Widom, Bertram Ludaescher,

More information

HSC QUEUE MODE OPERATION PLAN

HSC QUEUE MODE OPERATION PLAN HSC QUEUE MODE OPERATION PLAN Tae- Soo Pyo & Queue- mode team (Subaru Telescope) 2015. 1.13 Working Group Tae- Soo Pyo Ikuru Iwata Masatoshi Imanishi [ 9 members] Eric Jeschke Queue Mode Team Sherry Yeh

More information

Introduc)on to Probabilis)c Latent Seman)c Analysis. NYP Predic)ve Analy)cs Meetup June 10, 2010

Introduc)on to Probabilis)c Latent Seman)c Analysis. NYP Predic)ve Analy)cs Meetup June 10, 2010 Introduc)on to Probabilis)c Latent Seman)c Analysis NYP Predic)ve Analy)cs Meetup June 10, 2010 PLSA A type of latent variable model with observed count data and nominal latent variable(s). Despite the

More information

CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons

CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons CAP5415-Computer Vision Lecture 13-Support Vector Machines for Computer Vision Applica=ons Guest Lecturer: Dr. Boqing Gong Dr. Ulas Bagci bagci@ucf.edu 1 October 14 Reminders Choose your mini-projects

More information

Pedro MSc. Thesis Department of Electrical and Computer Engineering Faculty of Sciences and Technology University of Coimbra

Pedro MSc. Thesis Department of Electrical and Computer Engineering Faculty of Sciences and Technology University of Coimbra MSc. Thesis Department of Electrical and Computer Engineering Faculty of Sciences and Technology University of Coimbra Pedro Mar@ns pedromar@ns@isr.uc.pt Supervisor: Dr. Jorge Ba@sta ba@sta@isr.uc.pt Introduc)on

More information

Collabora've Development

Collabora've Development Collabora've Development Ricardo Todling NASA GMAO 2013 Joint DTC- EMC- JCSDA GSI Workshop 1 In the Beginning NCEP: SSI (late 1980 s) Spectral formula'on of background error cov Direct assimila'on of radiances

More information

A Framework for Variational Calculation of Uncertainty. Carsten Brockmann , IDEAS+ WS

A Framework for Variational Calculation of Uncertainty. Carsten Brockmann , IDEAS+ WS A Framework for Variational Calculation of Uncertainty Carsten Brockmann 06.04.2017, IDEAS+ WS Rationale Uncertain?es of EO derived products are required By end users, for comparison with other measurements,

More information

CSCI 599 Class Presenta/on. Zach Levine. Markov Chain Monte Carlo (MCMC) HMM Parameter Es/mates

CSCI 599 Class Presenta/on. Zach Levine. Markov Chain Monte Carlo (MCMC) HMM Parameter Es/mates CSCI 599 Class Presenta/on Zach Levine Markov Chain Monte Carlo (MCMC) HMM Parameter Es/mates April 26 th, 2012 Topics Covered in this Presenta2on A (Brief) Review of HMMs HMM Parameter Learning Expecta2on-

More information

CAP5415-Computer Vision Lecture 8-Mo8on Models, Feature Tracking, and Alignment. Ulas Bagci

CAP5415-Computer Vision Lecture 8-Mo8on Models, Feature Tracking, and Alignment. Ulas Bagci CAP545-Computer Vision Lecture 8-Mo8on Models, Feature Tracking, and Alignment Ulas Bagci bagci@ucf.edu Readings Szeliski, R. Ch. 7 Bergen et al. ECCV 92, pp. 237-252. Shi, J. and Tomasi, C. CVPR 94, pp.593-6.

More information

Palomar Transient Factory Archive Scripted Access Basic Use

Palomar Transient Factory Archive Scripted Access Basic Use Palomar Transient Factory Archive Scripted Access Basic Use In addi:on to an easy- to- use GUI interface, PTF also provides an interface to the archive which can be scripted, called IBE. This makes it

More information

Getting the code to work: Proof of concept in an interactive shell.

Getting the code to work: Proof of concept in an interactive shell. Getting the code to work: Proof of concept in an interactive shell. 1) Codes are executed with run scripts. These are shell script text files that set up the individual runs and execute the code. The scripts

More information

Habanero-Java Library: a Java 8 Framework for Multicore Programming

Habanero-Java Library: a Java 8 Framework for Multicore Programming Habanero-Java Library: a Java 8 Framework for Multicore Programming PPPJ 2014 September 25, 2014 Shams Imam, Vivek Sarkar shams@rice.edu, vsarkar@rice.edu Rice University https://wiki.rice.edu/confluence/display/parprog/hj+library

More information

Preliminary ACTL-SLOW Design in the ACS and OPC-UA context. G. Tos? (19/04/2016)

Preliminary ACTL-SLOW Design in the ACS and OPC-UA context. G. Tos? (19/04/2016) Preliminary ACTL-SLOW Design in the ACS and OPC-UA context G. Tos? (19/04/2016) Summary General Introduc?on to ACS Preliminary ACTL-SLOW proposed design Hardware device integra?on in ACS and ACTL- SLOW

More information

Data Quality Assessment Recommendations

Data Quality Assessment Recommendations Data Quality Assessment Recommendations Steering Commi,ee Mee.ng, August 19-20, 2014 Bethesda, MD Meredith Nahm Zozus, PhD Assoc. Director, Clinical Research Informa6cs Duke Transla6onal Medicine Ins6tute

More information

Introduc)on to C++ CS 16: Solving Problems with Computers I Lecture #2

Introduc)on to C++ CS 16: Solving Problems with Computers I Lecture #2 Introduc)on to C++ CS 16: Solving Problems with Computers I Lecture #2 Ziad Matni Dept. of Computer Science, UCSB A Word About Registra>on for CS16 FOR THOSE OF YOU NOT YET REGISTERED: There s a LONG waitlist

More information

Modeling Video Traffic Source for RMCAT Evalua8ons

Modeling Video Traffic Source for RMCAT Evalua8ons Modeling Video Traffic Source for RMCAT Evalua8ons dra:-ie

More information

Recommender Systems Collabora2ve Filtering and Matrix Factoriza2on

Recommender Systems Collabora2ve Filtering and Matrix Factoriza2on Recommender Systems Collaborave Filtering and Matrix Factorizaon Narges Razavian Thanks to lecture slides from Alex Smola@CMU Yahuda Koren@Yahoo labs and Bing Liu@UIC We Know What You Ought To Be Watching

More information

Sta$c Single Assignment (SSA) Form

Sta$c Single Assignment (SSA) Form Sta$c Single Assignment (SSA) Form SSA form Sta$c single assignment form Intermediate representa$on of program in which every use of a variable is reached by exactly one defini$on Most programs do not

More information

CESM1.2 Tutorial: Basic Modifica7ons

CESM1.2 Tutorial: Basic Modifica7ons CESM1.2 Tutorial: Basic Modifica7ons Chris&ne A. Shields August 11, 2015 CESM1 Tutorial: Basic Modifica7ons: Review 1. We will use the CESM code located locally on yellowstone, no need to checkout or download

More information

RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining

RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining RV: A Run'me Verifica'on Framework for Monitoring, Predic'on and Mining Patrick Meredith Grigore Rosu University of Illinois at Urbana Champaign (UIUC) Run'me Verifica'on, Inc. (joint work with Dongyun

More information

Machine learning for image- based localiza4on. Juho Kannala May 15, 2017

Machine learning for image- based localiza4on. Juho Kannala May 15, 2017 Machine learning for image- based localiza4on Juho Kannala May 15, 2017 Contents Problem sebng (What?) Mo4va4on & applica4ons (Why?) Previous work & background (How?) Our own studies and results Open ques4ons

More information

MCMC Diagnostics. Yingbo Li MATH Clemson University. Yingbo Li (Clemson) MCMC Diagnostics MATH / 24

MCMC Diagnostics. Yingbo Li MATH Clemson University. Yingbo Li (Clemson) MCMC Diagnostics MATH / 24 MCMC Diagnostics Yingbo Li Clemson University MATH 9810 Yingbo Li (Clemson) MCMC Diagnostics MATH 9810 1 / 24 Convergence to Posterior Distribution Theory proves that if a Gibbs sampler iterates enough,

More information

Introduc)on to fmri. Natalia Zaretskaya

Introduc)on to fmri. Natalia Zaretskaya Introduc)on to fmri Natalia Zaretskaya Content fmri signal fmri versus neural ac)vity A classical experiment: flickering checkerboard Preprocessing Univariate analysis Single- subject analysis Group analysis

More information

SQL- Updates, Asser0ons and Views

SQL- Updates, Asser0ons and Views SQL- Updates, Asser0ons and Views Data Defini0on, Constraints, and Schema Changes Used to CREATE, DROP, and ALTER the descrip0ons of the tables (rela0ons) of a database CREATE TABLE In SQL2, can use the

More information

Start Screen: Select Yes

Start Screen: Select Yes Start Screen: Select Yes So.ware confirms communica4on with instrument Bo#om Row: Angle is a control: 90 is default; double click here to move detector if desired Wavelength indicates green laser: value

More information

ENGINEERED EFFICIENCY. FlexNet Server. Administraon Guide. Contact & informaon:

ENGINEERED EFFICIENCY. FlexNet Server. Administraon Guide. Contact & informaon: ENGINEERED EFFICIENCY FlexNet Server Administraon Guide Contact & informaon: CAXperts GmbH Carl-Zeiss-Ring 4 85737 Ismaning Germany P.: +49 89 96 97 72 0 F.: +49 89 96 97 72 11 E.: info@caxperts.com FlexLM

More information

Introduc)on to R. October 6 th, 2017

Introduc)on to R. October 6 th, 2017 Introduc)on to R Adrian Rohit Dass Ins)tute of Health Policy, Management, and Evalua)on Canadian Centre for Health Economics University of Toronto October 6 th, 2017 Outline Why use R? R Basics R for Database

More information

The netcdf- 4 data model and format. Russ Rew, UCAR Unidata NetCDF Workshop 25 October 2012

The netcdf- 4 data model and format. Russ Rew, UCAR Unidata NetCDF Workshop 25 October 2012 The netcdf- 4 data model and format Russ Rew, UCAR Unidata NetCDF Workshop 25 October 2012 NetCDF data models, formats, APIs Data models for scienbfic data and metadata - classic: simplest model - - dimensions,

More information

Region of memory managed with stack discipline Grows toward lower addresses. Register %esp contains lowest stack address = address of top element

Region of memory managed with stack discipline Grows toward lower addresses. Register %esp contains lowest stack address = address of top element Machine Representa/on of Programs: Procedures Instructors: Sanjeev Se(a 1 IA32 Stack Region of memory managed with stack discipline Grows toward lower addresses Stack BoGom Increasing Addresses Register

More information

Kinect Device. How the Kinect Works. Kinect Device. What the Kinect does 4/27/16. Subhransu Maji Slides credit: Derek Hoiem, University of Illinois

Kinect Device. How the Kinect Works. Kinect Device. What the Kinect does 4/27/16. Subhransu Maji Slides credit: Derek Hoiem, University of Illinois 4/27/16 Kinect Device How the Kinect Works T2 Subhransu Maji Slides credit: Derek Hoiem, University of Illinois Photo frame-grabbed from: http://www.blisteredthumbs.net/2010/11/dance-central-angry-review

More information

Informa)on Retrieval and Map- Reduce Implementa)ons. Mohammad Amir Sharif PhD Student Center for Advanced Computer Studies

Informa)on Retrieval and Map- Reduce Implementa)ons. Mohammad Amir Sharif PhD Student Center for Advanced Computer Studies Informa)on Retrieval and Map- Reduce Implementa)ons Mohammad Amir Sharif PhD Student Center for Advanced Computer Studies mas4108@louisiana.edu Map-Reduce: Why? Need to process 100TB datasets On 1 node:

More information

Faster Splunk App Cer=fica=on with Splunk AppInspect

Faster Splunk App Cer=fica=on with Splunk AppInspect Copyright 2016 Splunk Inc. Faster Splunk App Cer=fica=on with Splunk AppInspect Andy Nortrup Product Manager, Splunk Grigori Melnik Director, Product Management, Splunk Disclaimer During the course of this

More information

Large Scale Machine Learning for Informa2on Retrieval. Bo Long, Liang Zhang LinkedIn Applied Relevance Science CIKM 2013, San Francisco

Large Scale Machine Learning for Informa2on Retrieval. Bo Long, Liang Zhang LinkedIn Applied Relevance Science CIKM 2013, San Francisco Large Scale Machine Learning for Informa2on Retrieval Bo Long, Liang Zhang LinkedIn Applied Relevance Science CIKM 2013, San Francisco Structure of This Tutorial Part I: Introduc2on Challenges from Big

More information

Introduction to LETKF Data Assimilation

Introduction to LETKF Data Assimilation Introduction to LETKF Data Assimilation David Kuhl and Eric Kostelich AOSC614 November 12, 2008 Introduction The goal of these exercises is to familiarize you with LETKF data assimilation. We will first

More information

Instituting an observation database

Instituting an observation database Instituting an observation database capability in the NCEP GSI Tom Hamill, Jeff Whitaker, Scott Gregory NOAA / ESRL Physical Sciences Division Presentation to DAOS, Exeter England, April 2016 Our intent:

More information

PRINCIPLES OF OPERATING SYSTEMS

PRINCIPLES OF OPERATING SYSTEMS Department of Computer Science, University of Calgary PRINCIPLES OF OPERATING SYSTEMS Tutorial 9/10: Concurrency CPSC 457, Spring 2015 June 1-2, 2015 Announcement Midterm exam is rescheduled. The exam

More information

INFO/CS 4302 Web Informa6on Systems

INFO/CS 4302 Web Informa6on Systems INFO/CS 4302 Web Informa6on Systems FT 2012 Week 5: Web Architecture: Structured Formats Part 3 (XML Manipula6ons) (Lecture 8) Theresa Velden RECAP XML & Related Technologies overview Purpose Structured

More information

Search Engines. Informa1on Retrieval in Prac1ce. Annota1ons by Michael L. Nelson

Search Engines. Informa1on Retrieval in Prac1ce. Annota1ons by Michael L. Nelson Search Engines Informa1on Retrieval in Prac1ce Annota1ons by Michael L. Nelson All slides Addison Wesley, 2008 Evalua1on Evalua1on is key to building effec$ve and efficient search engines measurement usually

More information

Sta$s$cs & Experimental Design with R. Barbara Kitchenham Keele University

Sta$s$cs & Experimental Design with R. Barbara Kitchenham Keele University Sta$s$cs & Experimental Design with R Barbara Kitchenham Keele University 1 Comparing two or more groups Part 5 2 Aim To cover standard approaches for independent and dependent groups For two groups Student

More information

Introduction to MODE

Introduction to MODE Introduction to MODE Verifying with Objects Presenter: Tara Jensen copyright 2017, UCAR, all rights reserved MODE Object Identification Source: Davis 2006 (Intensity presented as vertical dimension) Smoothing

More information

Vulnerability Analysis (III): Sta8c Analysis

Vulnerability Analysis (III): Sta8c Analysis Computer Security Course. Vulnerability Analysis (III): Sta8c Analysis Slide credit: Vijay D Silva 1 Efficiency of Symbolic Execu8on 2 A Sta8c Analysis Analogy 3 Syntac8c Analysis 4 Seman8cs- Based Analysis

More information