I am using google speech API in my android app, and I would like to know which type of modeling google speech uses for example neural networks acoustic models, or hidden markov model.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
could someone tell me which modeling method google speech uses?
You can read the following publication
Accurate and Compact Large Vocabulary Speech Recognition on Mobile Devices
Xin Lei Andrew Senior Alexander Gruenstein Jeffrey Sorensen
http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41176.pdf
to get understanding of the google mobile and server technology
I am using google speech API in my android app, and I would like to know which type of modeling google speech uses for example neural networks acoustic models, or hidden markov model.