优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

微信聊天机器人

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

微信聊天机器人(论文12700字)
摘要:经过人们不断地钻研发展,聊天机器人将成为人类的一种无可替代的工具,而随着时间的推移,它们只会变得越来越厉害。从本质上来说,聊天机器人的惊人潜力在于能够一对多地根据语境进行分别沟通。本篇论文通过hubot和SQL技术设计出了人工智能聊天机器人,其主要功能是接收用户输入的信息,并对该信息做出合理的分析,做出相应的回答。其中分析过程是该设计的核心部分,即对信息进行分类、判断、记忆和搜索数据并更新数据的过程,这也是人类可以通过文字与之交互的基础。
关键词:数据分析;聊天机器人;数据库建设;模糊模式匹配; 深度优先搜索

WeChat Chatbots
Abstract:After people continue to study the development of chat robots will become an irreplaceable tool for mankind, and as time goes by, they will only become more and more powerful. In essence, the astonishing potential of chat robots is that it can communicate on a one-to-many basis. This paper shows the realization process of my artificial intelligence chat robot, its main function is to receive the information input to the user, the information to make a reasonable analysis, and make the appropriate answer, the analysis process is the design of the most The core part of the process of information classification, judgment, memory and search data and update the data process, which is the human through the text with the fundamental interaction.

[版权所有:http://think58.com]


Keywords: data analysis; chat robots; database construction; fuzzy pattern matching; depth-first search
 

[资料来源:http://www.THINK58.com]

  微信聊天机器人


目 录
第1章 绪论..............................................01
  1.1 研究背景...............................................................01
  1.2 国内外研究现状.........................................................01
  1.3 研究意义...............................................................02
  1.4 论文结构...............................................................03
第2章 数据库相关........................................03
  2.1 MySQL基本介绍..........................................................04
  2.2 MySQL具体应用..........................................................05
2.2.1 客户机-服务器软件..................................................06
2.2.2 词库设计...........................................................06

[来源:http://think58.com]


2.2.3 数据库链接代码.....................................................09
第3章 软件设计..........................................10
  3.1 软件总体框架...........................................................10
  3.2 软件各模块功能.........................................................11
3.2.1 输入输出模块.......................................................11
3.2.2 数据库模块.........................................................11
3.2.3 智能算法模块.......................................................12
  3.2.3.1 分词系统.......................................................13
  3.2.3.2 规则库.........................................................15
3.2.4 规则匹配算法.......................................................17
  3.3 微信搭载相关...........................................................20
第4章 结果分析与讨论....................................20
  4.1 启动聊天机器人.........................................................20 [资料来源:www.THINK58.com]
  4.2 控制台信息.............................................................21
  4.3 应答模式...............................................................21
第5章 总结与展望........................................23
参考文献.................................................23
致谢.....................................................25

[版权所有:http://think58.com]