摘要:deepwalk、node2vec的高性能优化 转自知乎: https://zhuanlan.zhihu.com/p/348778146 原作者:马东什么 首先是graph的存储问题,看了很多实现node2vec或deepwalk的library,大都是以networkx或是类似的python cl
阅读全文
Combine Art and SciencesBlogs transfered from: blog.csdn.net/sonictl |
随笔分类 - Machine Learing
摘要:deepwalk、node2vec的高性能优化 转自知乎: https://zhuanlan.zhihu.com/p/348778146 原作者:马东什么 首先是graph的存储问题,看了很多实现node2vec或deepwalk的library,大都是以networkx或是类似的python cl
阅读全文
摘要:ref: https://github.com/oreillymedia/t SNE tutorial
阅读全文
摘要:This blog is out of date. Check out my new blog holder: sonictl.github.io 本网站上的博文已经停止维护/更新了。 请移步到新的博客空间:sonictl.github.io 网络表示学习相关资料 网络表示学习(network re
阅读全文
摘要:写在前面:以前一直喜欢Google Search by English key words, 最近听说按中文找够用了,找了几个中文的博客,还是不对味,写得不好,不利于学习。不得不Google:"quick understand bp neural networks", 很快找到想要的。 A Quic
阅读全文
摘要:Faster RCNN原理分析(二):Region Proposal Networks详解 http://lib.csdn.net/article/deeplearning/61641 0814: A quick Introduction to Neural Networks: https://uj
阅读全文
摘要:LearnPython :数据结构 Python 数据结构基础¶ Ref: link My questions: dictionary -- 字典 : array -- 数组 list -- 列表 sequence -- 序列? 元组 -- tuple 1. dictionary¶ In [ ]:
阅读全文
|