Speech recognition Koen en Hraban

Slides:



Advertisements
Similar presentations
COMP3740 CR32: Knowledge Management and Adaptive Systems
Advertisements

Plane Spotting 3 Or Opening Emergency Exit Doors at Inappropriate Times since Predicting Air Delays at SeaTac airport. A CS 773C Project by Sam Delaney.
Three kinds of learning
Pedestrian Recognition Machine Perception and Modeling of Human Behavior Manfred Lau.
Mixed-level English classrooms What my paper is about: Basically my paper is about confirming with my research that the use of technology in the classroom.
Overview: Humans are unique creatures. Everything we do is slightly different from everyone else. Even though many times these differences are so minute.
1 1 Slide Evaluation. 2 2 n Interactive decision tree construction Load segmentchallenge.arff; look at dataset Load segmentchallenge.arff; look at dataset.
Percent This slide needs the title “Percent”, your name, and two pictures that represent percent. Choose a nice background and apply it to all of your.
Categorical data. Decision Tree Classification Which feature to split on? Try to classify as many as possible with each split (This is a good split)
Note Sheet Reader Final Project by Eyal Ronel. Let’s make a computer see Already proved to be extremely difficult …unless the domain is limited and restricted.
Using Two Color Markers to Represent Integers Featuring the Marker Brothers + - © Mathmadics Model Addition and Subtraction of Integers using Physical.
Word problems DON’T PANIC! Some students believe they can’t do word problem solving in math. Don’t panic. It helps to read the question more than once.
Do Now12/04/2015 Solve: (Hint – set each factor equal to zero and solve for x).
Machine Learning in Practice Lecture 2 Carolyn Penstein Rosé Language Technologies Institute/ Human-Computer Interaction Institute.
Solve Absolute Value Inequalities © 2011 The Enlightened Elephant.
Graphing Polynomial Functions We will now use the strategies from the previous sections to sketch the graphs of higher order polynomials.
Day One Every Day per lb You will have 15 minutes to work with your partner to help me solve my problem. Then you will have another 10 minutes.
Final Project ED Modeling & Prediction
The Need for Algorithms
Divide by x - 1 Synthetic Division: a much faster way!
Computational and Biological Vision Course, Semester A,
Approximation Algorithms
5th Grade Module 2 – Lesson 1
The student will be able to:
Graphs 2. Quadratics and Cubics
Scientific Method The 6-step process to scientific investigations.
HB 1.A.4 through HB 1.A.8.
Plants Unit Pre-Activity 0.2GL Plant Growth Investigation Set Up
A Brief Example MRI data and metadata on PTSD patients
8-D Problem Solving Index Appendix Attachments Glossary The Basics 2
The student will be able to:
The student will be able to:
Perceptron Learning Demonstration
Bird-species Recognition Using Convolutional Neural Network
Mr Barton’s Maths Notes
Regression.
Computational Thinking for KS3
The student will be able to:
Lesson 7 The aim of this lesson is to work more with class culture, follow up on the survey, and to round off the series of lessons in Netwerk. All rights.
I accept that my friends and I might have different opinions
Scientific Method Notes
CSCI N317 Computation for Scientific Applications Unit Weka
The student will be able to:
R & Trees There are two tree libraries: tree: original
I accept that my friends and I might have different opinions
Math 1201-Unit:7 Systems of Linear equations
Mr Barton’s Maths Notes
Machine Learning in Practice Lecture 6
GALLERY WALK.
The student will be able to:
The student will be able to:
The student will be able to:
Solve Systems by Graphing
The student will be able to:
POWER CHALLENGES Several Ways To Solve 7 CHALLENGES.
Evaluating Classifiers
The student will be able to:
I accept that my friends and I might have different opinions
Mr Barton’s Maths Notes
The student will be able to:
The student will be able to:
The student will be able to:
The student will be able to:
The student will be able to:
The student will be able to:
Critical Thinking About Decisions.
The student will be able to:
The student will be able to:
Native Students in Foreign Language Teaching - A Special Resource on My Course Anna Bokedal, University of Aberdeen School of Language, Literature,
SAFETY + Behavior Observation.
Presentation transcript:

Speech recognition Koen en Hraban Vowel.arff Speech recognition Koen en Hraban

Problem! How do we make a computer recognize vowels in speech?

Let’s solve… We record fifteen different people pronouncing 10 different vowels each. We note features, like gender and more technical things. After that, we store all the data in our extremely intriguing vowel.arff We call in our little bird-friend WEKA, and let him do all the work for us…

We try: Our decision stump didn’t really succeed quite well, so to speak… 11% accuracy. How about a J48 then? We use 66% of the data to learn, and the rest to test. Nice: 71% accuracy. BUT! We choose the best solution of course, as we are pioneers of the new knowledge!! It is:

CROSS-VALIDATION!!! Now listen up, for the two people presenting this sheet will explain all the basics of this fine new genuine invention!!!

Results: The decision stump was, of course, not the best way of predicting vowels. Though this was quite obvious from the beginning off. The decision table, which we tried out in the mean time, did relatively well (68%) but far not enough for our research. In the end we tried a few J48 trees: Percentage split, 66%: it was 71% accurate. Nice, just not enough. Cross validation? 10 folds: 81%!! That is very nice, don’t you agree? 4 out of 5 vowels are recognized correctly, all through ones and zeros… ain’t the technology just wonderful?!