- Voice User Interface Projects
- Henry Lee
- 215字
- 2021-07-23 17:17:09
Technological advancement of VUIs
In 1952, at Bell Labs, the engineers Davis, Biddulph, and Balashek built the Automatic Digit Recognizer (Audrey), a rudimentary voice recognition system. Audrey was limited by the technology of the time but was able to recognize the numbers 0 to 9. The Audrey system, which processed the 10 digits through voice recognition, was 6 feet tall and covered the walls of Bell Labs, containing large numbers of analog circuits with capacitors, amplifiers, and filters. Audrey did the following three things:
- The Audrey system took the user's voice as input and put the voice into the machine's memory. The voice input was classified and pattern matching was performed against the predefined classes of voices for the numbers 0 to 9. Finally, the identified number was stored in memory.
- It flashed a light that represented the matching number.
- It was also able to communicate selected digits over the telephone.
Audrey performed what's known today as NLP, using ML with AI.
Although Audrey recognized voice input with an accuracy of 97% to 99%, it was very expensive and large in size, and it was extremely difficult to maintain its complex electronics. Thus, Audrey could not be commercialized. However, since the inception of Audrey, voice technology and research has continued to leap forward.
- Boost C++ Application Development Cookbook(Second Edition)
- Unity 2020 Mobile Game Development
- Raspberry Pi for Secret Agents(Third Edition)
- Programming ArcGIS 10.1 with Python Cookbook
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- 深入淺出Android Jetpack
- Java程序設(shè)計與實踐教程(第2版)
- SSM輕量級框架應(yīng)用實戰(zhàn)
- Learning Apache Mahout Classification
- C#程序設(shè)計
- Scientific Computing with Scala
- Android程序設(shè)計基礎(chǔ)
- Java編程的邏輯
- Mastering Git
- 寫給程序員的Python教程