A Comparison of Automatic Speech Recognition Systems
blog.timbunce.org
A Comparison of Automatic Speech Recognition Systems
1–10 of 21 posts
Re: A Comparison of Automatic Speech Recognition Systems
#2Re: A Comparison of Automatic Speech Recognition Systems
#3I'm sure it is not better than Google, but it seems to do fairly well in my limited tests.
Re: A Comparison of Automatic Speech Recognition Systems
#4Re: A Comparison of Automatic Speech Recognition Systems
#5I wonder how mozilla deepspeech compares https://github.com/mozilla/DeepSpeech I'm sure it is not better than Google, but it seems to do fairly well in my limited tests.
Re: A Comparison of Automatic Speech Recognition Systems
#6Re: A Comparison of Automatic Speech Recognition Systems
#7Re: A Comparison of Automatic Speech Recognition Systems
#8Could this corpus be tested against Cortana? https://blogs.microsoft.com/ai/historic-achievement-microsof...
But MSR's research system from that paper is probably quite different from what's deployed in Cortana/Azure, and Switchboard is a very different task from podcast transcription.
Re: A Comparison of Automatic Speech Recognition Systems
#9Re: A Comparison of Automatic Speech Recognition Systems
#10I wonder how mozilla deepspeech compares https://github.com/mozilla/DeepSpeech I'm sure it is not better than Google, but it seems to do fairly well in my limited tests.
Note that Mozilla's "Project DeepSpeech" is just a training and recognition engine, and really an implementation of a specific design for LVCSR. A full recognition system requires statistical models, generally trained from very large sources of data, which you have to bring yourself.