T5. Natural Language and VR Flashcards
What is the purpose of Natural Language Processing?
NLP is concerned with the ability of a computer to understand human interaction in both spoken and written form, enabling machines to analyze, understand, and generate human speech, making interactions more ‘human-like’.
What is Natural Language Processing used for?
- Spam filtering: To identify and block unwanted emails by scanning text.
- Answering search engine questions: Using key words.
- Extracting key information: Evaluating stock market patterns for buy/sell/hold decisions.
- Summarising information: Picking out key information.
What is a Voice Recognition System?
A combination of hardware and software that decodes spoken commands to operate devices or execute commands without peripherals like keyboards or mice.
How do Voice Recognition Systems work?
The first stage involves input and digitisation of spoken words into VR software, requiring a computer with a sound card and a microphone or headset.
How can voice recognition be achieved?
- Pattern matching:
- Pattern and feature analysis: .
- Statistical analysis:
- Artificial neural networks
Pattern matching:
Recognizes spoken words in their entirety, often used in automated switchboards
Statistical Analysis
This applies the rules of grammar to help predict words to support speech recognition in instances when the spoken word was not entirely clear.
ANN
This can be used to support voice recognition They can be trained using examples to recognise spoken input to improve the accuracy of voice recognition applications.