Warehouse
"Practical wisdom is only learnt in the school of experience." -Samuel Smiles
PROJECTS NEWS MESSAGES MAILING LIST  
AI Game Development
Learn how to create smart creatures in computer games that learn and react to their environment. Neural networks, genetic algorithms, reinforcement learning and more!
More information at Amazon US UK
Speech Recognition Neural Network
Voice Controlled Robotics
 
Speech Recognition Neural Network

Hi,
I need some help with a project of mine, i'm using speech to control a robot and i'm planning on using a neural net to do the speech recognition and if anyone has any code that could help i would be most grateful. The idea is that the speech signal goes into the input is processed by the "hidden layer" and then comes out of one of the 6 oupputs that could then be connected to the motor control circuits and if someone says forward the neural net processes the signal and activates the right output. The command are forward, reverse, left, right and stop to which each would have a output and another output for all other words? Like i said, any code would be great. Thanks

1 posts.
Thursday 09 December, 18:33
Reply
Speech Recognition

My assumption is that your system will receive as input a sampled, digitized audio waveform. Is that correct? I also wonder: are you more interested in solving the speech recognition problem or using a neural network? I imagine that this problem, with its small vocabulary requirement, could be solved relatively easily without using a neural network.

-Will Dwinnell
http://will.dwinnell.com

247 posts.
Friday 10 December, 07:55
Reply