SlideShare a Scribd company logo
1
Artificial Intelligence- An Introduction
2
oArtificial Intelligence is composed of two
words Artificial and Intelligence, where Artificial
defines "man-made," and intelligence defines "thinking
power", hence AI means "a man-made thinking power.“
oArtificial Intelligence exists when a machine can have
human based skills such as learning, reasoning, and solving
problems
3
4
•Autonomous planning and scheduling of tasks aboard a spacecraft
•Beating Gary Kasparov in a chess match
•Steering a driver-less car
•Understanding language
•Robotic assistants in surgery
•Monitoring trade in the stock market to see if insider trading is going on
5
6
6/34
Problem solving
oProblem-solving agents:
oIn Artificial Intelligence, Search techniques are universal problem-solving methods. Rational
agents or Problem-solving agents in AI mostly used these search strategies or algorithms to
solve a specific problem and provide the best result.
7
‘Anything’ that can gather information about its
environment and take action based on that information.
8
A speech capturing Device: It consists of a microphone, which converts the sound wave signals to electrical
signals and an Analog to Digital Converter which samples and digitizes the analog signals to obtain the
data that the computer can understand.
A Digital Signal Module or a Processor: It performs processing on the raw speech signal like frequency
domain conversion, restoring only the required information etc.
Preprocessed signal storage: The preprocessed speech is stored in the memory to carry out further task of
speech recognition.
Reference Speech patterns: The computer or the system consists of predefined speech patterns or templates
already stored in the memory, to be used as the reference for matching.
Pattern matching algorithm: The unknown speech signal is compared with the reference speech pattern to
determine the actual words or the pattern of words.
A speech can be seen as an acoustic waveform, i.e., signal carrying message information. This acoustic
waveform is converted to analog electrical signals by the microphone. The Analog to Digital converter
converts this analog signal to digital samples by taking precise measurements of the wave at discrete
intervals.
The digitized signal consists of a stream of periodic signals sampled at 16000 times per second and is
not suitable to carry out actual speech recognition process as the pattern cannot be easily located. To
extract the actual information, the signal in time domain is converted to signal in frequency domain.
This is done by the Digital Signal Processor using FFT technique. In the digital signal, the component
after every 1/100th of a second is analyzed and the frequency spectrum for each such component is
computed. In other words, the digitized signal is segmented into small parts of frequency amplitudes.
Each segment or the frequency graph represents the different sounds made by human beings. The
computer performs the matching of the unknown segments with the stored phonetics of the particular
language.
The speech recognition system depends on the following factors:
Isolated Words: There needs to be a pause between the consecutive words spoken because continuous
continuous words can overlap making it difficult for the system to understand when a word starts or
ends. Thus, there needs to be a silence between consecutive words.
Single Speaker: Many speakers trying to give speech input at the same time can cause overlapping of
the signals and interruptions. Most of the speech recognition systems used are speaker dependent
systems.
Vocabulary size: Languages with large vocabulary are difficult to be considered for pattern matching
than those with small vocabulary as chances of having ambiguous words are lesser in the latter.
LEXICON MODEL, ACOUSTIC MODEL, & LANGUAGE MODEL
Lexicon
The lexicon is the primary step in decoding speech. Creating a comprehensive lexical design for an
system involves including the fundamental elements of both spoken language (the audio input the
system receives) and written vocabulary (the text the system sends out).
Acoustic Model
Acoustic modeling involves separating an audio signal into small time frames. Acoustic models analyze
each frame and provide the probability of using different phonemes in that section of audio. Simply
acoustic models aim to predict which sound is spoken in each frame.
Language Model
Today’s ASR systems employ natural language processing (NLP) to help computers understand the
context of what a speaker says. Language models recognize the intent of spoken phrases and use that
knowledge to compose word sequences. They operate in a similar way to acoustic models by using
neural networks trained on text data to estimate the probability of which word comes next in a phrase.
Together, the lexicon, acoustic model, and language model enable ASR systems to make close-to-
accurate predictions about the words and sentences in an audio input.
In the simplest terms, speech recognition occurs when a computer receives audio input
from a person speaking, processes that input by breaking down the various components of
speech, and then transcribes that speech to text.
Some ASR systems are speaker-dependent and must be trained to recognize particular
words and speech patterns. These are essentially the voice-recognition systems used in
your smart devices. You need to say specific words and phrases into your phone before the
ASR-powered voice assistant starts working in order for it to learn to identify your voice.
Other ASR systems are speaker-independent. These systems do not require any training.
Speak-independent systems have the ability to recognize spoken words regardless of the
speaker. Speaker-independent systems are practical solutions for business applications like
interactive voice response (IVR).
15
From speech recognition’s mid-twentieth-century origins to its multi-industry applications today, the use cases for ASR
technology are far-reaching. ASR made it out of the computer science laboratories and is now integrated into our everyday
lives.
 Voice Assistants : According to a 2020 survey conducted by NPR and Edison Research, 63% of respondents said they use a
voice assistant. The ability to use voice commands to help complete tasks like opening mobile apps, sending a text message,
or searching the web affords users a greater level of convenience.
 Language learning: For people engaged in self-guided language study, apps using speech-recognition tools put them a
step closer to having a comprehensive learning experience during independent study. Apps like Busuu and Babbel use ASR
technology to help students practice their pronunciation and accents in their target languages. Using these apps, a student
speaks into their phone or computer in their target language. The ASR software listens to that voice input, analyzes it, and if
it matches what the system identifies as the correct pronunciation, it informs the learner. If the student’s voice input doesn’t
match what the ASR knows to be correct, it will inform the student of their missed pronunciation as well.
 Transcription Services : One of the first widespread use cases of ASR was for the simple transcription of speech. Speech-to-
text services offer a level of convenience in many contexts and open the door to improved audio and video accessibility.
Health care practitioners use dictation products like Dragon Naturally Speaking to help them take hands-free notes while
attending to patients. ASR captioning also allows for real-time transcription of live video, which allows a broader audience to
access the media.
 Call Centers: ASR is crucial for the automation of processes for businesses with extensive customer support demands. With
an influx of callers, companies need a way to efficiently handle a vast amount of customer communication. ASR technology is
one of the main mechanisms involved in smart IVR — a system that automates routine inbound communications as well as
16
• Imprecision and false interpretations
• Time and lack of efficiency
• Accents and local differences
• Background noise and loud environments
• Privacy and data security
Aravali College of Engineering And Management
Jasana, Tigoan Road, Neharpar, Faridabad, Delhi NCR
Toll Free Number : 91- 8527538785
Website : www.acem.edu.in
17

More Related Content

What's hot

Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
Hugo Moreno
 
Abstract of speech recognition
Abstract of speech recognitionAbstract of speech recognition
Abstract of speech recognition
Vinay Jaisriram
 
Voice Recognition
Voice RecognitionVoice Recognition
Voice Recognition
Amrita More
 

What's hot (20)

Automatic speech recognition system
Automatic speech recognition systemAutomatic speech recognition system
Automatic speech recognition system
 
Automatic Speech Recognition
Automatic Speech RecognitionAutomatic Speech Recognition
Automatic Speech Recognition
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
 
Ece speech-recognition-report
Ece speech-recognition-reportEce speech-recognition-report
Ece speech-recognition-report
 
Artificial Intelligence for Speech Recognition
Artificial Intelligence for Speech RecognitionArtificial Intelligence for Speech Recognition
Artificial Intelligence for Speech Recognition
 
Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)Esophageal Speech Recognition using Artificial Neural Network (ANN)
Esophageal Speech Recognition using Artificial Neural Network (ANN)
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
 
Artificial intelligence Speech recognition system
Artificial intelligence Speech recognition systemArtificial intelligence Speech recognition system
Artificial intelligence Speech recognition system
 
Speech Recognition System
Speech Recognition SystemSpeech Recognition System
Speech Recognition System
 
Voice/Speech recognition in mobile devices
Voice/Speech recognition in mobile devicesVoice/Speech recognition in mobile devices
Voice/Speech recognition in mobile devices
 
Voice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social mediaVoice input and speech recognition system in tourism/social media
Voice input and speech recognition system in tourism/social media
 
An Introduction To Speech Recognition
An Introduction To Speech RecognitionAn Introduction To Speech Recognition
An Introduction To Speech Recognition
 
Abstract of speech recognition
Abstract of speech recognitionAbstract of speech recognition
Abstract of speech recognition
 
Voice recognition
Voice recognitionVoice recognition
Voice recognition
 
Introduction to text to speech
Introduction to text to speechIntroduction to text to speech
Introduction to text to speech
 
Voice Recognition
Voice RecognitionVoice Recognition
Voice Recognition
 
Uses of speech recognition system
Uses of speech recognition systemUses of speech recognition system
Uses of speech recognition system
 
Speech synthesis technology
Speech synthesis technologySpeech synthesis technology
Speech synthesis technology
 
Speech recognition final presentation
Speech recognition final presentationSpeech recognition final presentation
Speech recognition final presentation
 
Speech recognizers & generators
Speech recognizers & generatorsSpeech recognizers & generators
Speech recognizers & generators
 

Similar to Artificial Intelligence - An Introduction

Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
ankit_saluja
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
ankit_saluja
 
Speech recognition - how does it work?
Speech recognition - how does it work?Speech recognition - how does it work?
Speech recognition - how does it work?
CarterRodriguez6
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech Recognition
Thejus Joby
 

Similar to Artificial Intelligence - An Introduction (20)

Speech Recognition in Artificail Inteligence
Speech Recognition in Artificail InteligenceSpeech Recognition in Artificail Inteligence
Speech Recognition in Artificail Inteligence
 
Artificial intelligence - research areas
Artificial intelligence - research areasArtificial intelligence - research areas
Artificial intelligence - research areas
 
ACHIEVING SECURITY VIA SPEECH RECOGNITION
ACHIEVING SECURITY VIA SPEECH RECOGNITIONACHIEVING SECURITY VIA SPEECH RECOGNITION
ACHIEVING SECURITY VIA SPEECH RECOGNITION
 
AI for voice recognition.pptx
AI for voice recognition.pptxAI for voice recognition.pptx
AI for voice recognition.pptx
 
Seminar
SeminarSeminar
Seminar
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
 
Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...Voice Recognition Based Automation System for Medical Applications and for Ph...
Voice Recognition Based Automation System for Medical Applications and for Ph...
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
 
Speech to text conversion
Speech to text conversionSpeech to text conversion
Speech to text conversion
 
Speech recognition - how does it work?
Speech recognition - how does it work?Speech recognition - how does it work?
Speech recognition - how does it work?
 
Assign
AssignAssign
Assign
 
Paper on Speech Recognition
Paper on Speech RecognitionPaper on Speech Recognition
Paper on Speech Recognition
 
A Review On Speech Feature Techniques And Classification Techniques
A Review On Speech Feature Techniques And Classification TechniquesA Review On Speech Feature Techniques And Classification Techniques
A Review On Speech Feature Techniques And Classification Techniques
 
Presentation.ai
Presentation.aiPresentation.ai
Presentation.ai
 
Speech Recognition
Speech RecognitionSpeech Recognition
Speech Recognition
 
FINAL report
FINAL reportFINAL report
FINAL report
 
A survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech RecognitionA survey on Enhancements in Speech Recognition
A survey on Enhancements in Speech Recognition
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
 
Utterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANNUtterance Based Speaker Identification Using ANN
Utterance Based Speaker Identification Using ANN
 
Speechrecognition 100423091251-phpapp01
Speechrecognition 100423091251-phpapp01Speechrecognition 100423091251-phpapp01
Speechrecognition 100423091251-phpapp01
 

More from acemindia

More from acemindia (13)

B.Tech ME.pptx
B.Tech ME.pptxB.Tech ME.pptx
B.Tech ME.pptx
 
Data Models - Department of Computer Science & Engineering
Data Models - Department of Computer Science & EngineeringData Models - Department of Computer Science & Engineering
Data Models - Department of Computer Science & Engineering
 
SOFTWARE TESTING
SOFTWARE TESTINGSOFTWARE TESTING
SOFTWARE TESTING
 
Security Management in Cloud Computing by Shivani Gogia - Aravali College of ...
Security Management in Cloud Computing by Shivani Gogia - Aravali College of ...Security Management in Cloud Computing by Shivani Gogia - Aravali College of ...
Security Management in Cloud Computing by Shivani Gogia - Aravali College of ...
 
Artificial Intelligence- An Introduction
Artificial Intelligence- An IntroductionArtificial Intelligence- An Introduction
Artificial Intelligence- An Introduction
 
Importance, Impact, Parameters and Impediments in Team Work
Importance, Impact, Parameters and Impediments in Team WorkImportance, Impact, Parameters and Impediments in Team Work
Importance, Impact, Parameters and Impediments in Team Work
 
Introduction To Cloud Computing
Introduction To  Cloud ComputingIntroduction To  Cloud Computing
Introduction To Cloud Computing
 
SCOPE OF CIVIL ENGINEERING
SCOPE OF CIVIL ENGINEERINGSCOPE OF CIVIL ENGINEERING
SCOPE OF CIVIL ENGINEERING
 
Introduction To Cloud Computing
Introduction To  Cloud ComputingIntroduction To  Cloud Computing
Introduction To Cloud Computing
 
Communication skills
Communication skills Communication skills
Communication skills
 
Aravali College of Engineering and Management
Aravali College of Engineering and ManagementAravali College of Engineering and Management
Aravali College of Engineering and Management
 
Business idea generation in today's economy
Business idea generation in today's economyBusiness idea generation in today's economy
Business idea generation in today's economy
 
Best College for Electronics & Communication Engineering in Faridabad, Delhi NCR
Best College for Electronics & Communication Engineering in Faridabad, Delhi NCRBest College for Electronics & Communication Engineering in Faridabad, Delhi NCR
Best College for Electronics & Communication Engineering in Faridabad, Delhi NCR
 

Recently uploaded

Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
Kamal Acharya
 
Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdf
Kamal Acharya
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
Atif Razi
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
Kamal Acharya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 

Recently uploaded (20)

Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Hall booking system project report .pdf
Hall booking system project report  .pdfHall booking system project report  .pdf
Hall booking system project report .pdf
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 
fundamentals of drawing and isometric and orthographic projection
fundamentals of drawing and isometric and orthographic projectionfundamentals of drawing and isometric and orthographic projection
fundamentals of drawing and isometric and orthographic projection
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering Workshop
 
Danfoss NeoCharge Technology -A Revolution in 2024.pdf
Danfoss NeoCharge Technology -A Revolution in 2024.pdfDanfoss NeoCharge Technology -A Revolution in 2024.pdf
Danfoss NeoCharge Technology -A Revolution in 2024.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptxCloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
A case study of cinema management system project report..pdf
A case study of cinema management system project report..pdfA case study of cinema management system project report..pdf
A case study of cinema management system project report..pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 

Artificial Intelligence - An Introduction

  • 2. 2 oArtificial Intelligence is composed of two words Artificial and Intelligence, where Artificial defines "man-made," and intelligence defines "thinking power", hence AI means "a man-made thinking power.“ oArtificial Intelligence exists when a machine can have human based skills such as learning, reasoning, and solving problems
  • 3. 3
  • 4. 4 •Autonomous planning and scheduling of tasks aboard a spacecraft •Beating Gary Kasparov in a chess match •Steering a driver-less car •Understanding language •Robotic assistants in surgery •Monitoring trade in the stock market to see if insider trading is going on
  • 5. 5
  • 6. 6 6/34 Problem solving oProblem-solving agents: oIn Artificial Intelligence, Search techniques are universal problem-solving methods. Rational agents or Problem-solving agents in AI mostly used these search strategies or algorithms to solve a specific problem and provide the best result.
  • 7. 7 ‘Anything’ that can gather information about its environment and take action based on that information.
  • 8. 8 A speech capturing Device: It consists of a microphone, which converts the sound wave signals to electrical signals and an Analog to Digital Converter which samples and digitizes the analog signals to obtain the data that the computer can understand. A Digital Signal Module or a Processor: It performs processing on the raw speech signal like frequency domain conversion, restoring only the required information etc. Preprocessed signal storage: The preprocessed speech is stored in the memory to carry out further task of speech recognition. Reference Speech patterns: The computer or the system consists of predefined speech patterns or templates already stored in the memory, to be used as the reference for matching. Pattern matching algorithm: The unknown speech signal is compared with the reference speech pattern to determine the actual words or the pattern of words.
  • 9.
  • 10. A speech can be seen as an acoustic waveform, i.e., signal carrying message information. This acoustic waveform is converted to analog electrical signals by the microphone. The Analog to Digital converter converts this analog signal to digital samples by taking precise measurements of the wave at discrete intervals. The digitized signal consists of a stream of periodic signals sampled at 16000 times per second and is not suitable to carry out actual speech recognition process as the pattern cannot be easily located. To extract the actual information, the signal in time domain is converted to signal in frequency domain. This is done by the Digital Signal Processor using FFT technique. In the digital signal, the component after every 1/100th of a second is analyzed and the frequency spectrum for each such component is computed. In other words, the digitized signal is segmented into small parts of frequency amplitudes. Each segment or the frequency graph represents the different sounds made by human beings. The computer performs the matching of the unknown segments with the stored phonetics of the particular language.
  • 11. The speech recognition system depends on the following factors: Isolated Words: There needs to be a pause between the consecutive words spoken because continuous continuous words can overlap making it difficult for the system to understand when a word starts or ends. Thus, there needs to be a silence between consecutive words. Single Speaker: Many speakers trying to give speech input at the same time can cause overlapping of the signals and interruptions. Most of the speech recognition systems used are speaker dependent systems. Vocabulary size: Languages with large vocabulary are difficult to be considered for pattern matching than those with small vocabulary as chances of having ambiguous words are lesser in the latter.
  • 12. LEXICON MODEL, ACOUSTIC MODEL, & LANGUAGE MODEL
  • 13. Lexicon The lexicon is the primary step in decoding speech. Creating a comprehensive lexical design for an system involves including the fundamental elements of both spoken language (the audio input the system receives) and written vocabulary (the text the system sends out). Acoustic Model Acoustic modeling involves separating an audio signal into small time frames. Acoustic models analyze each frame and provide the probability of using different phonemes in that section of audio. Simply acoustic models aim to predict which sound is spoken in each frame. Language Model Today’s ASR systems employ natural language processing (NLP) to help computers understand the context of what a speaker says. Language models recognize the intent of spoken phrases and use that knowledge to compose word sequences. They operate in a similar way to acoustic models by using neural networks trained on text data to estimate the probability of which word comes next in a phrase. Together, the lexicon, acoustic model, and language model enable ASR systems to make close-to- accurate predictions about the words and sentences in an audio input.
  • 14. In the simplest terms, speech recognition occurs when a computer receives audio input from a person speaking, processes that input by breaking down the various components of speech, and then transcribes that speech to text. Some ASR systems are speaker-dependent and must be trained to recognize particular words and speech patterns. These are essentially the voice-recognition systems used in your smart devices. You need to say specific words and phrases into your phone before the ASR-powered voice assistant starts working in order for it to learn to identify your voice. Other ASR systems are speaker-independent. These systems do not require any training. Speak-independent systems have the ability to recognize spoken words regardless of the speaker. Speaker-independent systems are practical solutions for business applications like interactive voice response (IVR).
  • 15. 15 From speech recognition’s mid-twentieth-century origins to its multi-industry applications today, the use cases for ASR technology are far-reaching. ASR made it out of the computer science laboratories and is now integrated into our everyday lives.  Voice Assistants : According to a 2020 survey conducted by NPR and Edison Research, 63% of respondents said they use a voice assistant. The ability to use voice commands to help complete tasks like opening mobile apps, sending a text message, or searching the web affords users a greater level of convenience.  Language learning: For people engaged in self-guided language study, apps using speech-recognition tools put them a step closer to having a comprehensive learning experience during independent study. Apps like Busuu and Babbel use ASR technology to help students practice their pronunciation and accents in their target languages. Using these apps, a student speaks into their phone or computer in their target language. The ASR software listens to that voice input, analyzes it, and if it matches what the system identifies as the correct pronunciation, it informs the learner. If the student’s voice input doesn’t match what the ASR knows to be correct, it will inform the student of their missed pronunciation as well.  Transcription Services : One of the first widespread use cases of ASR was for the simple transcription of speech. Speech-to- text services offer a level of convenience in many contexts and open the door to improved audio and video accessibility. Health care practitioners use dictation products like Dragon Naturally Speaking to help them take hands-free notes while attending to patients. ASR captioning also allows for real-time transcription of live video, which allows a broader audience to access the media.  Call Centers: ASR is crucial for the automation of processes for businesses with extensive customer support demands. With an influx of callers, companies need a way to efficiently handle a vast amount of customer communication. ASR technology is one of the main mechanisms involved in smart IVR — a system that automates routine inbound communications as well as
  • 16. 16 • Imprecision and false interpretations • Time and lack of efficiency • Accents and local differences • Background noise and loud environments • Privacy and data security
  • 17. Aravali College of Engineering And Management Jasana, Tigoan Road, Neharpar, Faridabad, Delhi NCR Toll Free Number : 91- 8527538785 Website : www.acem.edu.in 17