论文笔记
文章平均质量分 94
洲洲_starry
这个作者很懒,什么都没留下…
展开
-
Question Answering on Freebase via Relation Extraction and Textual Evidence论文笔记
文章目录摘要引言MethodInference on FreebaseEntity LinkingRelation ExtractionMCCNNs for Relation ClassificationSyntactic FeaturesSentential FeaturesObjective Function and LearningJoint Entity Linking & Relation ExtractionlearningFeaturesEntity CluesRelation Clu原创 2020-12-17 10:41:13 · 405 阅读 · 0 评论 -
An End-to-End Model for Question Answering over Knowledge Base with Cross-Attention论文笔记
文章目录摘要IntroduceOverview方法候选生成Neural Cross-Attention Model问题表征答案表征Cross-Attention modelAnswer-towards-question(A-Q) attentionQuestion-towards-answer(Q-A) attention训练推理Combining Global Knowledge实验实验结果可视化Error Analysis结论ACL 2017http://aclweb.org/anthology/原创 2020-12-15 11:06:20 · 694 阅读 · 0 评论 -
PointSIFT 论文笔记
文章目录摘要介绍PointSIFT基本结构PointSIFT模型overview方向编码卷积讨论多尺度意识讨论整体架构结论最近看了PointSIFT这篇文章,写一下笔记,有些地方还不是很明白,会回来补充。另外按照作者提供的方法,在服务器上用了10天才完成了整个网络的训练,感觉时间还是很长的。题目:PointSIFT: A SIFT-like Network Module for 3D Poi...原创 2018-10-08 11:25:28 · 3191 阅读 · 1 评论 -
Pointnet++论文笔记
文章目录Review of PointNet: A Universal Continuous Set Function ApproximatorHierarchical Point Set Feature LearningSampling layerGrouping layerPointNet layerRobust Feature Learning under Non-Uniform Sampl...原创 2018-10-24 20:56:32 · 2108 阅读 · 0 评论 -
YOLO目标检测中损失函数loss的理解及部分代码实现
文章目录理论部分1.对预测的中心坐标做损失2.对预测边界框的宽高做损失3.对预测的类别做损失4.对预测的置信度做损失代码实现定义calculate objects tensorcalculate responsible tensor获取最大的置信度参考文献本次主要介绍YOLO中loss的实现。主要参考的代码是github上使用tensorflow实现yolo的一段程序,完整的程序地址放在下面。...原创 2018-11-13 21:34:59 · 42568 阅读 · 17 评论