| 2019-09-24 Target-Guided Open-Domain Conversation ACL 2019 任务:在开放域上自然地聊天,并主动将对话引导到预先设定好的目标话题上 方法:将整个系统解耦成独立的模块,在不同粒度上分别解决这些挑战。 要求: ...
| 2019-09-21 GitWithProxy git config —global https.proxy http://127.0.0.1:1080 git config —global https.proxy https://127.0.0.1:1080 git config —global —unset http.proxy git config —global —unset https.proxy
| 2019-09-21 如何读论文 作者:铁头娃转行AI链接:https://www.zhihu.com/question/304334959/answer/827275515来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 读研究论文你如何通过阅读研究论文来高效和相对快速地学习?所以,如果你想从学术文献中学习,你应该做什么,无论是你想学习建立一个感兴趣的机器学习系统/项目,还是仅仅停留在事情的顶端,获得更多的知识,成为一个深入学习的人。 以下是清单: 编写一份论文列表:尝试创建 ...
| 2019-08-13 Generating Responses with a Specific Emotion in Dialog Generating Responses with a Specific Emotion in Dialog0 Abstract用强烈或含蓄的方式表达感情有意义且结构连贯 1 Introductionat least two ways to put feelings into words两种表达感情的方法one is to describe emotional states by explicitly using strong emotional words associat ...
| 2019-08-07 tf.Session()和tf.InteractiveSession()的区别? 唯一的区别在于:tf.InteractiveSession()加载它自身作为默认构建的session,tensor.eval()和operation.run()取决于默认的session. 换句话说:InteractiveSession 输入的代码少,原因就是它允许变量不需要使用session就可以产生结构。
| 2019-08-07 Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My N ...
| 2018-03-27 DiscreteMathematicsReview 参考教材:《离散数学及其应用》(第7版) Kenneth H.Rosen著 Chapter1 基础:逻辑和证明Chapter2 基本结构:集合、函数、序列、求和与矩阵Chapter6 计数Chapter6 高级计数技术Chapter9 关系Chapter10 图Chapter11 树
| 2018-03-23 《Explicit semantic ranking for academic search via knowledge graph embedding》论文笔记 This paper introduces Explicit Semantic Ranking (ESR),a new ranking technique to connect query and documentsusing semantic information from a knowledge graph. WeFirst build an academic knowledge graph using S2’s corpusand Freebase. The know ...