Speech Recognition through Neural Networks By Mohammad Usman Afzal Mohammad Waseem.

Slides:



Advertisements
Similar presentations
A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Advertisements

Machine Learning: Connectionist McCulloch-Pitts Neuron Perceptrons Multilayer Networks Support Vector Machines Feedback Networks Hopfield Networks.
December 2006 Cairo University Faculty of Computers and Information HMM Based Speech Synthesis Presented by Ossama Abdel-Hamid Mohamed.
Feature Vector Selection and Use With Hidden Markov Models to Identify Frequency-Modulated Bioacoustic Signals Amidst Noise T. Scott Brandes IEEE Transactions.
Why prefer CMOS over CCD? CMOS detector is radiation resistant Fast switching cycle Low power dissipation Light weight with high device density Issues:
1 Security problems of your keyboard –Authentication based on key strokes –Compromising emanations consist of electrical, mechanical, or acoustical –Supply.
Classification of Music According to Genres Using Neural Networks, Genetic Algorithms and Fuzzy Systems.
Supervised Learning: Perceptrons and Backpropagation.
Case Studies Dr Lee Nung Kion Faculty of Cognitive Sciences and Human Development UNIVERSITI MALAYSIA SARAWAK.
Signal ProcessingES & BM MUET1 Lecture 2. Signal ProcessingES & BM MUET2 This lecture Concept of Signal Processing Introduction to Signals Classification.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
LE 460 L Acoustics and Experimental Phonetics L-13
Introduction Mohammad Beigi Department of Biomedical Engineering Isfahan University
Knowledge Base approach for spoken digit recognition Vijetha Periyavaram.
1 7-Speech Recognition (Cont’d) HMM Calculating Approaches Neural Components Three Basic HMM Problems Viterbi Algorithm State Duration Modeling Training.
„Bandwidth Extension of Speech Signals“ 2nd Workshop on Wideband Speech Quality in Terminals and Networks: Assessment and Prediction 22nd and 23rd June.
Artificial Intelligence 2004 Speech & Natural Language Processing Natural Language Processing written text as input sentences (well-formed) Speech.
Data Mining and Neural Networks Danny Leung CS157B, Spring 2006 Professor Sin-Min Lee.
Explorations in Neural Networks Tianhui Cai Period 3.
Self organizing maps 1 iCSC2014, Juan López González, University of Oviedo Self organizing maps A visualization technique with data dimension reduction.
Image noise filtering using artificial neural network Final project by Arie Ohana.
Damageless Information Hiding Technique using Neural Network Keio University Graduate School of Media and Governance Kensuke Naoe.
Jacob Zurasky ECE5526 – Spring 2011
Lecture 10: 8/6/1435 Machine Learning Lecturer/ Kawther Abas 363CS – Artificial Intelligence.
Supervisor: Dr. Eddie Jones Co-supervisor: Dr Martin Glavin Electronic Engineering Department Final Year Project 2008/09 Development of a Speaker Recognition/Verification.
Overview of Part I, CMSC5707 Advanced Topics in Artificial Intelligence KH Wong (6 weeks) Audio signal processing – Signals in time & frequency domains.
Artificial Intelligence 2004 Speech & Natural Language Processing Natural Language Processing written text as input sentences (well-formed) Speech.
Handwritten Recognition with Neural Network Chatklaw Jareanpon, Olarik Surinta Mahasarakham University.
Feature Vector Selection and Use With Hidden Markov Models to Identify Frequency-Modulated Bioacoustic Signals Amidst Noise T. Scott Brandes IEEE Transactions.
Overview ► Recall ► What are sound features? ► Feature detection and extraction ► Features in Sphinx III.
Module Overview. Aims apply your programming skills to an applied study of Digital Image Processing, Digital Signal Processing and Neural Networks investigate.
Introduction to Neural Networks Introduction to Neural Networks Applied to OCR and Speech Recognition An actual neuron A crude model of a neuron Computational.
BY KALP SHAH Sentence Recognizer. Sphinx4 Sphinx4 is the best and versatile recognition system. Sphinx4 is a speech recognition system which is written.
Speaker Verification System Middle Term Presentation Performed by: Barak Benita & Daniel Adler Instructor: Erez Sabag.
A Hybrid Model of HMM and RBFN Model of Speech Recognition 길이만, 김수연, 김성호, 원윤정, 윤아림 한국과학기술원 응용수학전공.
1 7-Speech Recognition Speech Recognition Concepts Speech Recognition Approaches Recognition Theories Bayse Rule Simple Language Model P(A|W) Network Types.
Course Outline (6 Weeks) for Professor K.H Wong
Big data classification using neural network
Speech Recognition
Recognition of bumblebee species by their buzzing sound
Deep Learning Amin Sobhani.
ARTIFICIAL NEURAL NETWORKS
Presentation on Artificial Neural Network Based Pathological Voice Classification Using MFCC Features Presenter: Subash Chandra Pakhrin 072MSI616 MSC in.
S-D analog to digital conversion
CSE 473 Introduction to Artificial Intelligence Neural Networks
Intelligent Information System Lab
Final Year Project Presentation --- Magic Paint Face
SIGNAL ACQUISITION.
Introduction to Neural Networks And Their Applications
Prof. Carolina Ruiz Department of Computer Science
Kocaeli University Introduction to Engineering Applications
Neural Networks Advantages Criticism
شبکه عصبی تنظیم: بهروز نصرالهی-فریده امدادی استاد محترم: سرکار خانم کریمی دانشگاه آزاد اسلامی واحد شهرری.
XOR problem Input 2 Input 1
network of simple neuron-like computing elements
Convolutional neural networks Abin - Roozgard.
Introduction to Neural Networks And Their Applications - Basics
An Improved Neural Network Algorithm for Classifying the Transmission Line Faults Slavko Vasilic Dr Mladen Kezunovic Texas A&M University.
Creating Data Representations
Multi-Layer Perceptron
Phoneme Recognition Using Neural Networks by Albert VanderMeulen
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Today’s Lecture Project notes Recurrent nets Unsupervised learning
Automatic Handwriting Generation
Artificial Intelligence 2004 Speech & Natural Language Processing
PYTHON Deep Learning Prof. Muhammad Saeed.
Prof. Carolina Ruiz Department of Computer Science
Outline Announcement Neural networks Perceptrons - continued
Today’s Lecture Project notes Recurrent nets Unsupervised learning
Presentation transcript:

Speech Recognition through Neural Networks By Mohammad Usman Afzal Mohammad Waseem

Introduction Speech Recognition is a process by which a computer maps an acoustic speech signal to text. Speech recognition has several stages. Its stages involve digital sampling of speech, acoustic signal processing and generating coefficients. The final stage is the recognition of phonemes, groups of phonemes and words. Multi Layered Feed Forward Perceptron Neural Network is used to generate output.

Speech Production

Speech Recognition Techniques Feature Extraction Artificial Intelligence Pattern Recognition

System Overview

Speech Recognizer

Digitization of speech Recording the sound Analog to Digital converter Sampling and Quantization

Filtering the Signal Aliasing –Eliminate the signal over half the sampling frequency (that is SF/2) Eliminating Pure Noise and Silence –Pure Noise and Silence is eliminated using Zero Crossing Rate (ZCR) and Power of the signal

Classification of Signal

Coefficients Measurement Need of Coefficients –To get rid of a lot of digital signal data Advantage of LP Coefficients –Applicable to time domain as well as frequency domain

LP Coefficients

Feed Forward Perceptron Neural Networks Input Layer –8 LP Coefficients fed to the input layer Hidden Layer Output Layer –Generates the output according to the weights assigned

Neural Network

Future Work Complete Urdu Speech Recognizer Interface with an Urdu Editor Interface with Urdu to English Translator