Project 1b Evaluation of Speech Detection Due: February 17 th, at the beginning of class.

Slides:



Advertisements
Similar presentations
Individual Graphs in Excel. Go to Intranet/Interventions/ CICO T2 Put in time frame and click boxes “Has CICO Record” and “Report Mode.”
Advertisements

An Algorithm for Determining the Endpoints for Isolated Utterances L.R. Rabiner and M.R. Sambur The Bell System Technical Journal, Vol. 54, No. 2, Feb.
1 CS533 Modeling and Performance Evaluation of Network and Computer Systems The Art of Data Presentation (Chapters 10 and 11)
1 CS533 Modeling and Performance Evaluation of Network and Computer Systems The Art of Data Presentation.
Evaluation of Speech Detection Algorithm Project 1b Due October 11.
DO NOW  Pick up your notebooks!! And Pick up the Slides!!  Complete the four problems on the Speed worksheet (PAGE 16) highlight  THEN….highlight the.
Evaluation of Speak Project 2b Due March 24th. Overview Experiments to evaluate performance of your audioconference (proj2) Focus not only on how your.
Evaluation of Speak Project 2b Due March 30 th. Overview Experiments to evaluate performance of your audioconference (proj2) Focus not only on how your.
10-1 ©2006 Raj Jain The Art of Data Presentation.
Detecting Speech Project 1. Outline Motivation Problem Statement Details Hints.
Copyright © 2005 Department of Computer Science CPSC 641 Winter Data Analysis and Presentation There are many “tricks of the trade” used in data.
Variables and Patterns Variables, Tables, and Coordinate Graphs.
Evaluation of Speech Detection Algorithm Project 1b Due February 14th.
1 Data Analysis H There are many “tricks of the trade” used in data analysis and results presentation H A few will be mentioned here: –statistical analysis.
Speech Detection Project 1. Outline Motivation Problem Statement Details Hints.
Aim: How do you make a line graph?
Charts and Graphs V
Graphing. The Important Elements of a Graph  Horizontal Axis (X-Axis)  The Independent Variable. A change in this variable affects the y variable. 
Graphs in Science You Can Do It!!!.
Graphical Analysis. Why Graph Data? Graphical methods Require very little training Easy to use Massive amounts of data can be presented more readily Can.
Unit 1 Understanding Numeric Values, Variability, and Change 1.
PowerPoint Template – delete this slide Fill in the appropriate slides Remove any bold or italicized words after you’ve added your changes Delete slides.
CPSC 531: Experiment Design1 CPSC 531: Experiment Design and Performance Evaluation Instructor: Anirban Mahanti Office: ICT 745
The Scientific Method:
Integrating Graphics, Charts, Tables Into your technical writing documents.
Graphing in Science Class
Graphing Guidelines  Often the goal of an experiment is to find the relationship between two variables.  As one variable changes, so does the other.
Organizing Data A graph is a pictorial representation of information recorded in a data table. It is used to show a relationship between two or more factors.
The Scientific Method Honors Biology Laboratory Skills.
Chapter 10 The Art of Data Presentation. Overview 2 Types of Variables Guidelines for Preparing Good Charts Common Mistakes in Preparing Charts Pictorial.
V. Rouillard  Introduction to measurement and statistical analysis GRAPHICAL PRESENTATION OF EXPERIMENTAL DATA It is nearly always the case that.
Foundations of Physics
Graphing In Science BRAINSTORM Why is it important for scientists to organize their data? List as many ways as you can that scientists organize information.
And You Required Components By : Ana Brennan and Erica Cheva Science Fair.
Graphing Exercise. In this exercise you are going to make as many dots as you can on your whiteboard in a chosen amount of time. You will then graph your.
Unit 1 – Lecture 3. First person Language? NO NEVER NOT EVER.
Biology 11 – Mr. Penton LAB WRITING.
The Guide to Great Graphs Ten things every graph needs! Or… Ten things we hate about graphs!
Models. make observations and form hypothesis make predictions and perform control experiments reject original hypothesis form theory data support hypothesis.
The Scientific Method: A flipbook of the inquiry process! the steps you follow to do an experiment.
Chapter One, Section 5: Graphs in Science
Science as a Process Designing Experiments See also SaP Google PresentationSaP Google Presentation.
Scientific Cents. Making Observations Work with your partner Read the procedure carefully. Make a data table and a data chart to record your observations.
Why bar and pie graphs suck and line graph rules..
Tips for an awesome science fair project….  Prepare a short explanation or “speech” to effectively communicate your project to judges and attendees 
Physical Science Mr. Barry
Aim: How do we construct a line graph? Do Now: 1.How many inches of rain fell during the month of June? 2.During which month did the most rain fall?
GRAPH Definition: A PICTORIAL REPRESENTATION OF INFORMATION RECORDED IN A DATA TABLE. USED TO SHOW A RELATIONSHIP BETWEEN TWO OR MORE FACTORS.
Variable A Variable isanything that may affect (change) the out come of the experiment. In an experiment we are looking for a “Cause and Effect” “Cause.
GRAPHING DATA RECORDING EXPERIMENTAL RESULTS. EXPERIMENTS CONTROL GROUP ALL CONDITIONS STAY THE SAME. RESULTS ARE COMPARED TO EXPERIMENTAL GROUP. EXPERIMENTAL.
Evaluation of Speak Project 2b Due November 4 th.
Equations, Symbols and Graphs Unit 1 – Introduction to Physics.
Sample Graphing. Assign #Sample Graphing45 pts. X – Y Coordinates Shows a change of 2 or more variables X – Horizontal axis ____________________ Independent.
GRAPHING NOTES Understanding and constructing graphs.
Using Graphs and Charts Organizing results from Scientific data.
Tables & Graphing Laboratory Skills. Basic Tables Tables, or charts, are used to organize information Tables, or charts, are used to organize information.
Integrating Graphics, Illustrations, Figures, Charts.
Evaluation of Speak Project 2b Due: March 20 th, in class.
GRAPHING TECHNIQUES The Experiment Various amounts of table salt are added to 100 grams of water. The boiling point of the solution is measured with.
How to make great graphs that make sense!
SCIENCE FAIR Mini-Lesson #5
Tell a Story with the Data
Headings Vocabulary Important Words
CPSC 531: System Modeling and Simulation
Data Presentation Carey Williamson Department of Computer Science
TSW use graphing as a tool in data analysis
Headings Vocabulary Important Words
Carey Williamson Department of Computer Science University of Calgary
Data Management Learning Goals:
I.N. PAGE 23 & 25 Headings Vocabulary Important Words
Presentation transcript:

Project 1b Evaluation of Speech Detection Due: February 17 th, at the beginning of class

Overview Experiments to evaluate performance of your Speech Detection implementation (Project 1) Focus not only on how implementation performs, but also – formulation of hypotheses – design, implementation and analysis of experiments to test hypotheses – writeup Can be done in groups of 2

Measures of Performance User perception. Some possibilities are: – User opinion (rating) on quality – Understandability – Errors in listening... System impact. Some possibilities are: – CPU load – Size (in bytes) of sound recorded (without silence) – Processing time … Decide on how each is to be measured – Example: Scale 1-5 for perception – Example: Time for CPU

Independent Variables Must choose at least two. Possibilities: Speaking tests: counting, vocabulary,… Languages: Hindi, Chinese, Pig-Latin,... Background noise: quiet, noisy, Patriot's game,... Systems: OS version, CPU, sound card... Hardware: cheap microphone, sound card Audio quality parameters: sample rate, sample size,......

Algorithm Modifications Must choose at least 1. Possibilities include: – Thresholds. – Sound chunk size. – Endpoint detection length. – Computation of Energy (discrete or continuous). – Other modifications specific to your implementation. –... Formulate hypotheses – About how a change in independent variables affects your measures of performance

Results and Analysis Details on results and analysis Results are numeric measures – charts or tables Analysis manipulates data – often graphs – understand relationships – interpreting results Consider if data supports or rejects hypotheses

Report Introduction – hypotheses and motivation for them – (not on silence detection, in general) Background on your algorithm Design of your experiments – details on setup, variables, measures of perf, … Results and Analysis Conclusions – summarize findings Abstract – 1 paragraph that abstracts whole report – Write last, goes first

Guidelines for Good Graphs (1 of 5) “Art” not “rules”. Learn with experience. Recognize good/bad when see it. Many trials Require minimum effort from reader Perhaps most important metric! Given two, can pick one that takes less reader effort a b c Direct Labeling a b c Legend Box Ex:

Guidelines for Good Graphs (2 of 5) Maximize information Include title Make self-sufficient Key words in place of symbols – Ex: “PIII, 850 MHz” better than “System A” – Ex: “Daily CPU Usage” better than “CPU Usage” Axis labels as informative as possible – Ex: “Response Time (seconds)” better than “Response Time” Can help by using captions, too – Ex: “Transaction response time in seconds versus offered load in transactions per second.”

Guidelines for Good Graphs (3 of 5) Minimize ink Maximize information-to-ink ratio Too much unnecessary “ink” makes chart cluttered, hard to read – Ex: no gridlines unless needed to help read Chart that gives easier-to-read for same data is preferred 1 Availability.1 Unavailability Same data unavail = 1 – avail To highlight differences, right better

Guidelines for Good Graphs (4 of 5) Use commonly accepted practices Present what people expect Ex: origin at (0,0) Ex: independent (cause) on x-axis, dependent (effect) on y- axis Ex: x-axis scale is linear Ex: increase left to right, bottom to top Ex: scale divisions equal Departures are permitted, but require extra effort from reader so use sparingly

Guidelines for Good Graphs (5 of 5) Avoid ambiguity Show coordinate axes Show origin Identify individual curves and bars Do not plot multiple variables on same chart

Hand In Hardcopy! – Due at beginning of class turn in: – Any testing code/scripts used/modified – Makefile/roject file

Grading Experiments 10% Measure of user perception 10% Measure of system impact 10% Independent variable 1 10% Independent variable 2 10% Algorithm modification Report 5% Abstract 5% Introduction Background (as needed) 10% Experiment design 15% Results and analysis 5% Conclusions 10% (Other) (Grading Rubric on Web Page)