
深度学习
文章平均质量分 94
boywaiter
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
loss function, cost function, and objective function
https://stats.stackexchange.com/questions/179026/objective-function-cost-function-loss-function-are-they-the-same-thing These are not very strict terms and they are highly related. However: Loss function is usually a function defined on a data point, predi转载 2020-12-31 20:55:19 · 234 阅读 · 0 评论 -
图神经网络全面综述 阅读笔记+翻译
https://arxiv.org/abs/1901.00596 arXiv:1901.00596v3 [cs.LG] 8 Aug 2019 A Comprehensive Survey on Graph Neural Networks Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, Philip S. Yu 摘...原创 2020-01-10 02:40:21 · 2068 阅读 · 0 评论 -
基于神经网络的知识图谱问答方法 阅读笔记+翻译
2019-arXiv-Introduction to Neural Network based Approaches for Question Answering over Knowledge Graphs 阅读笔记+翻译 摘要:介绍KGQA的挑战、现有方法、进展和趋势。 1 Introduction KGQA(Knowledge Graph Query Answering):系统提供接口,接受用...原创 2019-11-23 11:44:39 · 2959 阅读 · 0 评论 -
2015-nature-deep learning-LeCun, Bengio and Hinton
2015-nature-deep learning-LeCun、Bengio和Hinton 摘要:深度学习利用拥有多个处理层的计算模型来学习具有多层抽象的数据的表示。这些方法显著提高了许多方面的最高水平,包括语音识别、视觉对象识别、对象检测和许多其他领域,例如药物发现和基因组学等。深度学习能够发现大规模数据集中的复杂结构。它利用BP算法来完成这一发现过程。BP算法能够指导机器如何修改其内部参数,这...翻译 2018-11-05 09:56:46 · 2431 阅读 · 0 评论 -
Recent Trends in Deep Learning Based Natural Language Processing(arXiv)笔记
从不同类型深度神经网络(DNN)的角度回顾最近几年的DNN应用于NLP的方法,当前的进展和对未来的展望。 分布式表示 统计NLP(代表人物Christopher Manning,著有同名教材)常常遭遇“维度灾难”,有人想到“降维”,学习低维空间里的分布式表示。 分布式表示(distributed representation):分布式(distributed)描述的是把 信息分布式地存储在向量的...原创 2018-11-04 10:19:50 · 3389 阅读 · 2 评论