Quick Retrieve on Google     Quick Retrieve on Bing

Combine Art and Sciences

Blogs transfered from: blog.csdn.net/sonictl

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Machine Learing

摘要:deepwalk、node2vec的高性能优化 转自知乎: https://zhuanlan.zhihu.com/p/348778146 原作者:马东什么 首先是graph的存储问题,看了很多实现node2vec或deepwalk的library,大都是以networkx或是类似的python cl 阅读全文
posted @ 2021-06-16 21:34 sonictl 阅读(335) 评论(0) 推荐(0)

摘要:ref: https://github.com/oreillymedia/t SNE tutorial 阅读全文
posted @ 2020-04-17 16:47 sonictl 阅读(129) 评论(0) 推荐(0)

摘要:This blog is out of date. Check out my new blog holder: sonictl.github.io 本网站上的博文已经停止维护/更新了。 请移步到新的博客空间:sonictl.github.io 网络表示学习相关资料 网络表示学习(network re 阅读全文
posted @ 2018-02-22 21:47 sonictl 阅读(2045) 评论(0) 推荐(0)

摘要:写在前面:以前一直喜欢Google Search by English key words, 最近听说按中文找够用了,找了几个中文的博客,还是不对味,写得不好,不利于学习。不得不Google:"quick understand bp neural networks", 很快找到想要的。 A Quic 阅读全文
posted @ 2017-08-15 09:17 sonictl 阅读(379) 评论(0) 推荐(0)

摘要:Faster RCNN原理分析(二):Region Proposal Networks详解 http://lib.csdn.net/article/deeplearning/61641 0814: A quick Introduction to Neural Networks: https://uj 阅读全文
posted @ 2017-08-11 14:48 sonictl 阅读(969) 评论(0) 推荐(0)

摘要:LearnPython :数据结构 Python 数据结构基础¶ Ref: link My questions: dictionary -- 字典 : array -- 数组 list -- 列表 sequence -- 序列? 元组 -- tuple 1. dictionary¶ In [ ]: 阅读全文
posted @ 2017-08-06 20:22 sonictl 阅读(201) 评论(0) 推荐(0)