Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不想创建一个可以从输入中说出你“想要”什么的程序。IE:当你告诉 siri 找个地方吃饭时,它知道你的意思。我正在考虑使用神经网络来尝试根据任务完成时完成的训练来识别这个人的意思。这是模式识别的可行解决方案还是我应该使用其他方法?
虽然你的问题有点模糊:
我想我会建议你调查一下Decision Trees。如果您不必依赖语音识别,那么构建决策树将比具有适当训练示例的神经网络快得多。
Decision Trees
看到这个介绍decision trees
decision trees