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.
我们为整个聊天机器人提供数据,它会做出相应的响应。但为什么他们说它是机器学习对话对话。我没有看到任何机器学习。
至少如果机器人没有用户说什么的数据,如果它下次自动学习并说话,那么我们可以接受机器学习的存在。
任何人都可以启发我吗?
您是正确的,ChatterBot 根据其参与的对话学习新的响应。
此外,ChatterBot 使用搜索算法和分类算法对其接收的输入返回适当的响应。一种“强化”形式也可以用来教聊天机器人用更常见的语句来响应特定输入的响应。
供参考:ChatterBot 使用哪些类型的机器学习?