Archive for September 17th, 2008

Pondering

Posted by Erin, the RobotGrrl on Wednesday, September 17th, 2008

Recently I’ve been planning a few things that I want to post on my blog, and some other sites. Check out the list!

  • Probability Intro & Bayes Theorem Tutorial
  • Bayes Filter Algorithm Tutorial
  • Bayes Filter Algorithm Example
  • BubbleBoy Tutorial :D

I could extrapolate this idea into a special bloggy tutorial week where I post something each day! :D

Also in the works is my line following robot, and some acoustic modeling stuff. I’m pretty sure my method for the acoustic modeling will work well. Basically it will analyze the time where the waveform hits a 0, minimizes and maximizes. I’ll apply some sort of filter algorithm (not sure which one(s) yet) and then compare that result with a database of results, complete with the other mins and maxs. I can’t really explain it well yet, as it’s still in my head. :P After that I’ll have to implement the language model, which will choose the right word from the results of the acoustic model based on the previous words uttered and the topic!

From what I’ve seen… some recognizers are trying to skip the language model step by listening for specific phonemes in the acoustic model to try to figure out what the word is. Then, the LM’s job is to just ensure that that word makes sense in the sentence.

That process is overly complicated, all you have to hear are the words that are uttered- not all the phonemes. It is true that we don’t pronounce words the same… (nu-clee-ar vs nu-cu-lar) but essentially if one has an accent, the maxs and mins should still be comparable to the word in a “perfect” sense. ;) (This is where the various filters and algs come in)

So yeah…

Thanks to Ron for donating $200!! It’s going to go towards a serial servo controller, a soldering iron and other things ^_^ I’m so humbled by their generosity ^_^

It will definitely keep me occupied while I wait to go to university in January! ;D

Posted in: Other, Programming, Projects, Robot.