PDA

View Full Version : voice recognition



AndreiMe
January 18th, 2008, 03:48 PM
hello, i was just wondering does anyone know of a voice recognition program start tutorial? or maybe tips on where to look?:popcorn:

aks44
January 18th, 2008, 07:56 PM
I'm not an expert in that field, but the thing I know is that voice recognition, just like OCR, generally uses neural networks.

Granted, it doesn't help much but maybe it can put you on the tracks? :)

dwblas
January 19th, 2008, 01:13 AM
ViaVoice from IBM is the only active project that I am aware of http://www.research.ibm.com/hlt/html/desktop_recognition.html Try "speech recognition" at Sourceforge.net. There have been a lot of people doing a lot of different things for at least 20 years, so expect a bunch of hits.

llonesmiz
January 19th, 2008, 01:21 PM
Sphinx (http://cmusphinx.sourceforge.net/html/cmusphinx.php) is another recognition engine. It is open source. There are several versions that differ in the required time of processing and the level of accuracy.

AndreiMe
January 20th, 2008, 08:46 AM
thanks!

CptPicard
January 20th, 2008, 02:09 PM
I'm not an expert in that field, but the thing I know is that voice recognition, just like OCR, generally uses neural networks.


Actually, Bayesian belief networks are all the rage in the field...

aks44
January 20th, 2008, 02:31 PM
Actually, Bayesian belief networks are all the rage in the field...

Hmm I'll take your word on it.

As far as I can tell after a quick glance at the Wikipedia article, they sure look a lot like neural networks to me except that they insist on calculating truth probabilities. But this kind of things is too mathematical for me to understand it correctly anyway... My relationship with maths has always been something along the lines: "give me a math formula, I'll write the corresponding code, but don't expect me to understand it" :oops:

AndreiMe
January 21st, 2008, 12:10 PM
"give me a math formula, I'll write the corresponding code, but don't expect me to understand it" lol same here :P

Jefferythewind
December 6th, 2009, 05:15 PM
acceptance is understanding;)

grayrainbow
December 6th, 2009, 06:38 PM
http://en.wikipedia.org/wiki/Dynamic_time_warping
trough all the links in between you should end up basicly in
http://en.wikipedia.org/wiki/Formal_grammar
after all the links...Oh, you don't like math, pure you :)
http://www.voxforge.org/ with it's links probably will be more of a help.