@@ -11,49 +11,49 @@ _欢迎关注我的另外几个github项目_
11
11
12
12
智能游戏AI从基础到实战教程
13
13
==============
14
- * [ 智能游戏AI从基础到实战教程 一-发动集体智慧开发游戏AI] ( http ://www.lcsays.com/blogshow?blogId= 139) (2018-08-16)
14
+ * [ 智能游戏AI从基础到实战教程 一-发动集体智慧开发游戏AI] ( https ://www.lcsays.com/tutorial/ 139) (2018-08-16)
15
15
16
16
自己动手做聊天机器人教程
17
17
==============
18
- * [ 自己动手做聊天机器人 一-涉及知识] ( http ://www.lcsays.com/blogshow/?blogId= 63) (2016-06-09)
19
- * [ 自己动手做聊天机器人 二-初识NLTK库] ( http ://www.lcsays.com/blogshow/?blogId= 64) (2016-06-10)
20
- * [ 自己动手做聊天机器人 三-语料与词汇资源] ( http ://www.lcsays.com/blogshow/?blogId= 65) (2016-06-12)
21
- * [ 自己动手做聊天机器人 四-何须动手?完全自动化对语料做词性标注] ( http ://www.lcsays.com/blogshow/?blogId= 67) (2016-06-17)
22
- * [ 自己动手做聊天机器人 五-自然语言处理中的文本分类] ( http ://www.lcsays.com/blogshow/?blogId= 69) (2016-06-21)
23
- * [ 自己动手做聊天机器人 六-教你怎么从一句话里提取出十句话的信息] ( http ://www.lcsays.com/blogshow/?blogId= 70) (2016-06-22)
24
- * [ 自己动手做聊天机器人 七-文法分析还是基于特征好啊] ( http ://www.lcsays.com/blogshow/?blogId= 71) (2016-06-23)
25
- * [ 自己动手做聊天机器人 八-重温自然语言处理] ( http ://www.lcsays.com/blogshow/?blogId= 72) (2016-06-24)
26
- * [ 自己动手做聊天机器人 九-聊天机器人应该怎么做] ( http ://www.lcsays.com/blogshow/?blogId= 73) (2016-06-25)
27
- * [ 自己动手做聊天机器人 十-半个小时搞定词性标注与关键词提取] ( http ://www.lcsays.com/blogshow/?blogId= 74) (2016-06-28)
28
- * [ 自己动手做聊天机器人 十一-0字节存储海量语料资源] ( http ://www.lcsays.com/blogshow/?blogId= 76) (2016-07-01)
29
- * [ 自己动手做聊天机器人 十二-教你如何利用强大的中文语言技术平台做依存句法和语义依存分析] ( http ://www.lcsays.com/blogshow/?blogId= 77) (2016-07-04)
30
- * [ 自己动手做聊天机器人 十三-把语言模型探究到底] ( http ://www.lcsays.com/blogshow/?blogId= 78) (2016-07-05)
31
- * [ 自己动手做聊天机器人 十四-探究中文分词的艺术] ( http ://www.lcsays.com/blogshow/?blogId= 80) (2016-07-06)
32
- * [ 自己动手做聊天机器人 十五-一篇文章读懂拿了图灵奖和诺贝尔奖的概率图模型] ( http ://www.lcsays.com/blogshow/?blogId= 81) (2016-07-09)
33
- * [ 自己动手做聊天机器人 十六-大话自然语言处理中的囊中取物] ( http ://www.lcsays.com/blogshow/?blogId= 82) (2016-07-09)
34
- * [ 自己动手做聊天机器人 十七-让机器做词性自动标注的具体方法] ( http ://www.lcsays.com/blogshow/?blogId= 86) (2016-07-15)
35
- * [ 自己动手做聊天机器人 十八-神奇算法之句法分析树的生成] ( http ://www.lcsays.com/blogshow/?blogId= 87) (2016-07-19)
36
- * [ 自己动手做聊天机器人 十九-机器人是怎么理解“日后再说”的] ( http ://www.lcsays.com/blogshow/?blogId= 88) (2016-07-21)
37
- * [ 自己动手做聊天机器人 二十-语义角色标注的基本方法] ( http ://www.lcsays.com/blogshow/?blogId= 89) (2016-07-22)
38
- * [ 自己动手做聊天机器人 二十一-比TF-IDF更好的隐含语义索引模型是个什么鬼] ( http ://www.lcsays.com/blogshow/?blogId= 90) (2016-07-26)
39
- * [ 自己动手做聊天机器人 二十二-神奇算法之人工神经网络] ( http ://www.lcsays.com/blogshow/?blogId= 92) (2016-08-01)
40
- * [ 自己动手做聊天机器人 二十三-用CNN做深度学习] ( http ://www.lcsays.com/blogshow/?blogId= 97) (2016-08-12)
41
- * [ 自己动手做聊天机器人 二十四-将深度学习应用到NLP] ( http ://www.lcsays.com/blogshow/?blogId= 99) (2016-08-18)
42
- * [ 自己动手做聊天机器人 二十五-google的文本挖掘深度学习工具word2vec的实现原理] ( http ://www.lcsays.com/blogshow/?blogId= 100) (2016-08-20)
43
- * [ 自己动手做聊天机器人 二十六-图解递归神经网络(RNN)] ( http ://www.lcsays.com/blogshow/?blogId= 103) (2016-08-25)
44
- * [ 自己动手做聊天机器人 二十七-用深度学习来做自动问答的一般方法] ( http ://www.lcsays.com/blogshow/?blogId= 104) (2016-08-26)
45
- * [ 自己动手做聊天机器人 二十八-脑洞大开:基于美剧字幕的聊天语料库建设方案] ( http ://www.lcsays.com/blogshow/?blogId= 105) (2016-08-30)
46
- * [ 自己动手做聊天机器人 二十九-重磅:近1GB的三千万聊天语料供出] ( http ://www.lcsays.com/blogshow/?blogId= 112) (2016-09-18)
47
- * [ 自己动手做聊天机器人 三十-第一版聊天机器人诞生——吃了字幕长大的小二兔] ( http ://www.lcsays.com/blogshow/?blogId= 113) (2016-09-26)
48
- * [ 自己动手做聊天机器人 三十一-如何把网站流量导向小二兔机器人] ( http ://www.lcsays.com/blogshow/?blogId= 114) (2016-09-30)
49
- * [ 自己动手做聊天机器人 三十二-用三千万影视剧字幕语料库生成词向量] ( http ://www.lcsays.com/blogshow/?blogId= 115) (2016-10-10)
50
- * [ 自己动手做聊天机器人 三十三-两套代码详解LSTM-RNN——有记忆的神经网络] ( http ://www.lcsays.com/blogshow/?blogId= 116) (2016-10-13)
51
- * [ 自己动手做聊天机器人 三十四-最快的深度学习框架torch] ( http ://www.lcsays.com/blogshow/?blogId= 117) (2016-10-28)
52
- * [ 自己动手做聊天机器人 三十五-一个lstm单元让聊天机器人学会甄嬛体] ( http ://www.lcsays.com/blogshow/?blogId= 118) (2016-11-23)
53
- * [ 自己动手做聊天机器人 三十六-深入理解tensorflow的session和graph] ( http ://www.lcsays.com/blogshow/?blogId= 119) (2016-12-01)
54
- * [ 自己动手做聊天机器人 三十七-一张图了解tensorflow中的线性回归工作原理] ( http ://www.lcsays.com/blogshow/?blogId= 120) (2016-12-08)
55
- * [ 自己动手做聊天机器人 三十八-原来聊天机器人是这么做出来的] ( http ://www.lcsays.com/blogshow/?blogId= 121) (2017-01-10)
56
- * [ 自己动手做聊天机器人 三十九-满腔热血:在家里搭建一台GPU云服务共享给人工智能和大数据爱好者] ( http ://www.lcsays.com/blogshow/?blogId= 122) (2017-01-16)
57
- * [ 自己动手做聊天机器人 四十-视频教程之开篇宣言与知识点梳理] ( http ://www.lcsays.com/blogshow/?blogId= 124) (2017-03-05)
58
- * [ 自己动手做聊天机器人 四十一-视频教程之环境搭建与python基础] ( http ://www.lcsays.com/blogshow/?blogId= 125) (2017-03-31)
59
- * [ 自己动手做聊天机器人 四十二-(重量级长文)从理论到实践开发自己的聊天机器人] ( http ://www.lcsays.com/blogshow?blogId= 136) (2017-09-07)
18
+ * [ 自己动手做聊天机器人 一-涉及知识] ( https ://www.lcsays.com/tutorial/ 63) (2016-06-09)
19
+ * [ 自己动手做聊天机器人 二-初识NLTK库] ( https ://www.lcsays.com/tutorial/ 64) (2016-06-10)
20
+ * [ 自己动手做聊天机器人 三-语料与词汇资源] ( https ://www.lcsays.com/tutorial/ 65) (2016-06-12)
21
+ * [ 自己动手做聊天机器人 四-何须动手?完全自动化对语料做词性标注] ( https ://www.lcsays.com/tutorial/ 67) (2016-06-17)
22
+ * [ 自己动手做聊天机器人 五-自然语言处理中的文本分类] ( https ://www.lcsays.com/tutorial/ 69) (2016-06-21)
23
+ * [ 自己动手做聊天机器人 六-教你怎么从一句话里提取出十句话的信息] ( https ://www.lcsays.com/tutorial/ 70) (2016-06-22)
24
+ * [ 自己动手做聊天机器人 七-文法分析还是基于特征好啊] ( https ://www.lcsays.com/tutorial/ 71) (2016-06-23)
25
+ * [ 自己动手做聊天机器人 八-重温自然语言处理] ( https ://www.lcsays.com/tutorial/ 72) (2016-06-24)
26
+ * [ 自己动手做聊天机器人 九-聊天机器人应该怎么做] ( https ://www.lcsays.com/tutorial/ 73) (2016-06-25)
27
+ * [ 自己动手做聊天机器人 十-半个小时搞定词性标注与关键词提取] ( https ://www.lcsays.com/tutorial/ 74) (2016-06-28)
28
+ * [ 自己动手做聊天机器人 十一-0字节存储海量语料资源] ( https ://www.lcsays.com/tutorial/ 76) (2016-07-01)
29
+ * [ 自己动手做聊天机器人 十二-教你如何利用强大的中文语言技术平台做依存句法和语义依存分析] ( https ://www.lcsays.com/tutorial/ 77) (2016-07-04)
30
+ * [ 自己动手做聊天机器人 十三-把语言模型探究到底] ( https ://www.lcsays.com/tutorial/ 78) (2016-07-05)
31
+ * [ 自己动手做聊天机器人 十四-探究中文分词的艺术] ( https ://www.lcsays.com/tutorial/ 80) (2016-07-06)
32
+ * [ 自己动手做聊天机器人 十五-一篇文章读懂拿了图灵奖和诺贝尔奖的概率图模型] ( https ://www.lcsays.com/tutorial/ 81) (2016-07-09)
33
+ * [ 自己动手做聊天机器人 十六-大话自然语言处理中的囊中取物] ( https ://www.lcsays.com/tutorial/ 82) (2016-07-09)
34
+ * [ 自己动手做聊天机器人 十七-让机器做词性自动标注的具体方法] ( https ://www.lcsays.com/tutorial/ 86) (2016-07-15)
35
+ * [ 自己动手做聊天机器人 十八-神奇算法之句法分析树的生成] ( https ://www.lcsays.com/tutorial/ 87) (2016-07-19)
36
+ * [ 自己动手做聊天机器人 十九-机器人是怎么理解“日后再说”的] ( https ://www.lcsays.com/tutorial/ 88) (2016-07-21)
37
+ * [ 自己动手做聊天机器人 二十-语义角色标注的基本方法] ( https ://www.lcsays.com/tutorial/ 89) (2016-07-22)
38
+ * [ 自己动手做聊天机器人 二十一-比TF-IDF更好的隐含语义索引模型是个什么鬼] ( https ://www.lcsays.com/tutorial/ 90) (2016-07-26)
39
+ * [ 自己动手做聊天机器人 二十二-神奇算法之人工神经网络] ( https ://www.lcsays.com/tutorial/ 92) (2016-08-01)
40
+ * [ 自己动手做聊天机器人 二十三-用CNN做深度学习] ( https ://www.lcsays.com/tutorial/ 97) (2016-08-12)
41
+ * [ 自己动手做聊天机器人 二十四-将深度学习应用到NLP] ( https ://www.lcsays.com/tutorial/ 99) (2016-08-18)
42
+ * [ 自己动手做聊天机器人 二十五-google的文本挖掘深度学习工具word2vec的实现原理] ( https ://www.lcsays.com/tutorial/ 100) (2016-08-20)
43
+ * [ 自己动手做聊天机器人 二十六-图解递归神经网络(RNN)] ( https ://www.lcsays.com/tutorial/ 103) (2016-08-25)
44
+ * [ 自己动手做聊天机器人 二十七-用深度学习来做自动问答的一般方法] ( https ://www.lcsays.com/tutorial/ 104) (2016-08-26)
45
+ * [ 自己动手做聊天机器人 二十八-脑洞大开:基于美剧字幕的聊天语料库建设方案] ( https ://www.lcsays.com/tutorial/ 105) (2016-08-30)
46
+ * [ 自己动手做聊天机器人 二十九-重磅:近1GB的三千万聊天语料供出] ( https ://www.lcsays.com/tutorial/ 112) (2016-09-18)
47
+ * [ 自己动手做聊天机器人 三十-第一版聊天机器人诞生——吃了字幕长大的小二兔] ( https ://www.lcsays.com/tutorial/ 113) (2016-09-26)
48
+ * [ 自己动手做聊天机器人 三十一-如何把网站流量导向小二兔机器人] ( https ://www.lcsays.com/tutorial/ 114) (2016-09-30)
49
+ * [ 自己动手做聊天机器人 三十二-用三千万影视剧字幕语料库生成词向量] ( https ://www.lcsays.com/tutorial/ 115) (2016-10-10)
50
+ * [ 自己动手做聊天机器人 三十三-两套代码详解LSTM-RNN——有记忆的神经网络] ( https ://www.lcsays.com/tutorial/ 116) (2016-10-13)
51
+ * [ 自己动手做聊天机器人 三十四-最快的深度学习框架torch] ( https ://www.lcsays.com/tutorial/ 117) (2016-10-28)
52
+ * [ 自己动手做聊天机器人 三十五-一个lstm单元让聊天机器人学会甄嬛体] ( https ://www.lcsays.com/tutorial/ 118) (2016-11-23)
53
+ * [ 自己动手做聊天机器人 三十六-深入理解tensorflow的session和graph] ( https ://www.lcsays.com/tutorial/ 119) (2016-12-01)
54
+ * [ 自己动手做聊天机器人 三十七-一张图了解tensorflow中的线性回归工作原理] ( https ://www.lcsays.com/tutorial/ 120) (2016-12-08)
55
+ * [ 自己动手做聊天机器人 三十八-原来聊天机器人是这么做出来的] ( https ://www.lcsays.com/tutorial/ 121) (2017-01-10)
56
+ * [ 自己动手做聊天机器人 三十九-满腔热血:在家里搭建一台GPU云服务共享给人工智能和大数据爱好者] ( https ://www.lcsays.com/tutorial/ 122) (2017-01-16)
57
+ * [ 自己动手做聊天机器人 四十-视频教程之开篇宣言与知识点梳理] ( https ://www.lcsays.com/tutorial/ 124) (2017-03-05)
58
+ * [ 自己动手做聊天机器人 四十一-视频教程之环境搭建与python基础] ( https ://www.lcsays.com/tutorial/ 125) (2017-03-31)
59
+ * [ 自己动手做聊天机器人 四十二-(重量级长文)从理论到实践开发自己的聊天机器人] ( https ://www.lcsays.com/tutorial/ 136) (2017-09-07)
0 commit comments