Live data from Hacker News

A Comparison of Automatic Speech Recognition Systems

blog.timbunce.org

1–10 of 21 posts

Re: A Comparison of Automatic Speech Recognition Systems

#2
So many unknown new players, almost all better than Nuance (thus Siri). Hard to believe though that those new companies are approaching Googles accuracy. As much as Google is worth being shunned for eroding privacy, their TTS always feels miles ahead of anything

Re: A Comparison of Automatic Speech Recognition Systems

#5
post #3

I 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.

Re: A Comparison of Automatic Speech Recognition Systems

#8

Could this corpus be tested against Cortana? https://blogs.microsoft.com/ai/historic-achievement-microsof...

There is Microsoft's Azure speech-to-text API: https://azure.microsoft.com/en-us/services/cognitive-service...

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

#10
post #5
post #3

I 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.

don't they provide (pre)trained models? someone on github does.
Post reply on HN