-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.json
More file actions
1 lines (1 loc) · 7.77 KB
/
content.json
File metadata and controls
1 lines (1 loc) · 7.77 KB
1
[{"title":"GCN原理简略思路","date":"2019-10-30T07:24:01.000Z","path":"2019/10/30/GCN原理简略思路/","tags":[{"name":"图神经网络","slug":"图神经网络","permalink":"https://chengaf.github.io/afcheng.github.io/tags/图神经网络/"}]},{"title":"LeetCode 997. Find the Town Judge","date":"2019-10-16T06:48:33.000Z","path":"2019/10/16/LeetCode-997-Find-the-Town-Judge/","tags":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://chengaf.github.io/afcheng.github.io/tags/LeetCode/"},{"name":"图","slug":"图","permalink":"https://chengaf.github.io/afcheng.github.io/tags/图/"}]},{"title":"2019 ACL Improving Question Answering over Incomplete KBs with Knowledge-Aware Reader","date":"2019-10-16T05:57:06.000Z","path":"2019/10/16/2019-ACL-Improving-Question-Answering-over-Incomplete-KBs-with-Knowledge-Aware-Reader/","tags":[{"name":"论文笔记","slug":"论文笔记","permalink":"https://chengaf.github.io/afcheng.github.io/tags/论文笔记/"},{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"问答","slug":"问答","permalink":"https://chengaf.github.io/afcheng.github.io/tags/问答/"}]},{"title":"Translation With a Sequence to Sequence Network and Attention","date":"2019-10-10T05:07:23.000Z","path":"2019/10/10/Translation-With-a-Sequence-to-Sequence-Network-and-Attention/","tags":[{"name":"深度学习","slug":"深度学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/深度学习/"},{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"seq2seq","slug":"seq2seq","permalink":"https://chengaf.github.io/afcheng.github.io/tags/seq2seq/"},{"name":"attention","slug":"attention","permalink":"https://chengaf.github.io/afcheng.github.io/tags/attention/"}]},{"title":"实体消歧","date":"2019-10-09T06:05:47.000Z","path":"2019/10/09/实体消歧/","tags":[{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"知识图谱","slug":"知识图谱","permalink":"https://chengaf.github.io/afcheng.github.io/tags/知识图谱/"}]},{"title":"实体识别和扩展","date":"2019-10-09T05:44:42.000Z","path":"2019/10/09/实体识别和扩展/","tags":[{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"知识图谱","slug":"知识图谱","permalink":"https://chengaf.github.io/afcheng.github.io/tags/知识图谱/"}]},{"title":"知识图谱概述","date":"2019-10-09T05:38:08.000Z","path":"2019/10/09/知识图谱概述/","tags":[{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"知识图谱","slug":"知识图谱","permalink":"https://chengaf.github.io/afcheng.github.io/tags/知识图谱/"}]},{"title":"优化器","date":"2019-10-09T05:14:36.000Z","path":"2019/10/09/优化器/","tags":[{"name":"深度学习","slug":"深度学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/深度学习/"},{"name":"机器学习","slug":"机器学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/机器学习/"}]},{"title":"梯度消失与梯度爆炸","date":"2019-10-09T03:44:43.000Z","path":"2019/10/09/梯度消失与梯度爆炸/","tags":[{"name":"深度学习","slug":"深度学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/深度学习/"},{"name":"机器学习","slug":"机器学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/机器学习/"}]},{"title":"Semi-Supervised Classfication with Graph Convolutional Networks","date":"2019-10-09T02:28:50.000Z","path":"2019/10/09/Semi-Supervised-Classfication-with-Graph-Convolutional-Networks/","tags":[{"name":"图神经网络","slug":"图神经网络","permalink":"https://chengaf.github.io/afcheng.github.io/tags/图神经网络/"},{"name":"论文笔记","slug":"论文笔记","permalink":"https://chengaf.github.io/afcheng.github.io/tags/论文笔记/"}]},{"title":"Graph Convolutional Network 原理解释","date":"2019-10-09T01:33:38.000Z","path":"2019/10/09/Graph-Convolutional-Network-原理解释/","tags":[{"name":"图神经网络","slug":"图神经网络","permalink":"https://chengaf.github.io/afcheng.github.io/tags/图神经网络/"}]},{"title":"Classifying Names With a Character-level RNN","date":"2019-10-09T01:04:26.000Z","path":"2019/10/09/Classifying-Names-With-a-Character-level-RNN/","tags":[{"name":"自然语言处理","slug":"自然语言处理","permalink":"https://chengaf.github.io/afcheng.github.io/tags/自然语言处理/"},{"name":"RNN","slug":"RNN","permalink":"https://chengaf.github.io/afcheng.github.io/tags/RNN/"}]},{"title":"过拟合与欠拟合","date":"2019-09-26T16:12:10.000Z","path":"2019/09/27/过拟合与欠拟合/","tags":[{"name":"深度学习","slug":"深度学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/深度学习/"},{"name":"机器学习","slug":"机器学习","permalink":"https://chengaf.github.io/afcheng.github.io/tags/机器学习/"}]},{"title":"textimg","date":"2019-09-26T16:08:38.000Z","path":"2019/09/27/textimg/","tags":[]},{"title":"doraemon","date":"2019-09-18T02:12:11.000Z","path":"2019/09/18/doraemon/","tags":[{"name":"百宝箱","slug":"百宝箱","permalink":"https://chengaf.github.io/afcheng.github.io/tags/百宝箱/"}]},{"title":"GMNN: Graph Markov Neural Networks","date":"2019-09-11T22:53:56.000Z","path":"2019/09/12/GMNN-Graph-Markov-Neural-Networks/","tags":[{"name":"图神经网络","slug":"图神经网络","permalink":"https://chengaf.github.io/afcheng.github.io/tags/图神经网络/"},{"name":"论文笔记","slug":"论文笔记","permalink":"https://chengaf.github.io/afcheng.github.io/tags/论文笔记/"}]},{"title":"快速排序","date":"2019-09-10T04:17:13.000Z","path":"2019/09/10/快速排序/","tags":[{"name":"基础算法","slug":"基础算法","permalink":"https://chengaf.github.io/afcheng.github.io/tags/基础算法/"},{"name":"数组","slug":"数组","permalink":"https://chengaf.github.io/afcheng.github.io/tags/数组/"},{"name":"排序","slug":"排序","permalink":"https://chengaf.github.io/afcheng.github.io/tags/排序/"}]},{"title":"LeetCode 101. Symmetric Tree","date":"2019-09-09T16:59:08.000Z","path":"2019/09/10/LeetCode-101-Symmetric-Tree/","tags":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://chengaf.github.io/afcheng.github.io/tags/LeetCode/"},{"name":"树","slug":"树","permalink":"https://chengaf.github.io/afcheng.github.io/tags/树/"}]},{"title":"PageRank and RWR","date":"2019-09-09T15:14:42.000Z","path":"2019/09/09/PageRank-and-RWR/","tags":[{"name":"基础算法","slug":"基础算法","permalink":"https://chengaf.github.io/afcheng.github.io/tags/基础算法/"}]},{"title":"Graph Generation Paper List","date":"2019-09-09T15:14:13.000Z","path":"2019/09/09/Graph-Generation-Paper-List/","tags":[{"name":"论文列表","slug":"论文列表","permalink":"https://chengaf.github.io/afcheng.github.io/tags/论文列表/"}]},{"title":"LeetCode 110. Balanced Binary Tree","date":"2019-09-09T03:33:51.000Z","path":"2019/09/09/LeetCode 110-Balanced-Binary-Tree/","tags":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://chengaf.github.io/afcheng.github.io/tags/LeetCode/"},{"name":"树","slug":"树","permalink":"https://chengaf.github.io/afcheng.github.io/tags/树/"}]},{"title":"LeetCode 104. Maximum Depth of Binary Tree","date":"2019-09-09T02:59:38.000Z","path":"2019/09/09/LeetCode-104-Maximum-Depth-of-Binary-Tree/","tags":[{"name":"LeetCode","slug":"LeetCode","permalink":"https://chengaf.github.io/afcheng.github.io/tags/LeetCode/"},{"name":"树","slug":"树","permalink":"https://chengaf.github.io/afcheng.github.io/tags/树/"}]}]