Author Topic: Learn checkbox  (Read 2719 times)

0 Members and 1 Guest are viewing this topic.

cycleops

  • Jr. Member
  • **
  • Posts: 6
  • Karma: 0
    • View Profile
Learn checkbox
« on: November 09, 2011, 01:09:44 PM »
Hi,

What does the "Learn" checkbox do at the top of the main screen?

Thanks

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Learn checkbox
« Reply #1 on: November 09, 2011, 01:37:44 PM »
in theory it should adapt to your particular way of speaking when checked.  In other words, it is for training.

It is not a good idea to leave this on all the time since it could lead to problems if VC is picking up false commands and then trying to learn them.

In practice I'm not 100% sure that it actually ever stops learning.  Sometimes I think learning is always on even when I disable it in code, but it's hard for me to tell because VC understands me very well without any training.

According to Microsoft's speech api docs the code I am using to turn it off should work.

cycleops

  • Jr. Member
  • **
  • Posts: 6
  • Karma: 0
    • View Profile
Re: Learn checkbox
« Reply #2 on: November 09, 2011, 04:04:21 PM »
in theory it should adapt to your particular way of speaking when checked.  In other words, it is for training.

It is not a good idea to leave this on all the time since it could lead to problems if VC is picking up false commands and then trying to learn them.

In practice I'm not 100% sure that it actually ever stops learning.  Sometimes I think learning is always on even when I disable it in code, but it's hard for me to tell because VC understands me very well without any training.

According to Microsoft's speech api docs the code I am using to turn it off should work.

OK.  Thanks.