Better Call Saul

TODO


  • Home

  • Tags

  • Categories

  • Something

  • Archives

  • About

  • Search

Untitled

Posted on 2019-07-19 | Edited on 2019-08-01 | Comments: | Views:
1 二维数据中的查找https://www.nowcoder.com/practice/abc3fe2ce8e146608e868a70efebf62e?tpId=13&tqId=11154&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking 思路 从左下角开始,其右边的元素都比其大,其左边元素都比其小. 这样可以跳过一些点的查找(同理,右上也行 ...
Read more »

18NIPS_Adaptive Sampling Towards Fast Graph Representation Learning

Posted on 2019-05-28 | Edited on 2019-06-10 | In Paper | Comments: | Views:
Motivations Model 重写GCN的聚合函数并介绍node-wise sampling 将node-wise sampling泛化为layer-wise sampling 实现方差缩减的layer-wise sampler 采样中的skip-connection来保持二阶相似性 From Node-Wise Sampling to Layer-Wise Sampling符号注明: p相关符号是node-wise, q相关符号是layer-wise. 带$\hat{}$的是相应符号 ...
Read more »

从零单排PRML 第14章 模型组合Combining Models

Posted on 2019-04-08 | In PRML | Comments: | Views:
Read more »

从零单排PRML 第12章 连续潜变量Continuous Latent Variables

Posted on 2019-04-08 | In PRML | Comments: | Views:
Read more »

Representation Learning on Heterogeneous Graph

Posted on 2019-03-29 | Edited on 2019-06-19 | In Paper | Comments: | Views:
Representation Learning on Heterogeneous Graph Contributed by Houye Ji. Heterogeneous Graph Embedding Yukuo Cen, Xu Zou, Jianwei Zhang , Hongxia Yang, Jingren Zhou, Jie Tang. Representation Learning for Attributed Multiplex Heterogeneous Network. KDD ...
Read more »

Representation Learning on Heterogeneous Graph

Posted on 2019-03-29 | Edited on 2019-07-25 | In Paper | Comments: | Views:
对于PageRank, $\boldsymbol{\pi}{\mathrm{pr}}=\boldsymbol{A}{\mathrm{rw}} \boldsymbol{\pi}{\mathrm{pr}}, \text { with } \boldsymbol{A}{\mathrm{rw}}=\boldsymbol{A} \boldsymbol{D}^{-1}$ ,$ \boldsymbol{\pi}_{\mathrm{pr}}$中每个元素代表节点的 GCN converges to limit ...
Read more »

常见散度与距离(KL散度,JS散度,Wasserstein距离,互信息MI)

Posted on 2019-03-25 | Edited on 2019-05-26 | In ML & DL | Comments: | Views:
本文对比了常见散度(KL散度,JS散度)和常见距离(尤其是现在很火的Wasserstein距离) F-散度散度是用来衡量两个概率密度p,q区别的函数,即:两个分布的相似程度. $$D _ { f } ( p | q ) = \int q ( x ) f \left( \frac { p ( x ) } { q ( x ) } \right) d x$$这里的$f$需要满足2个条件: $f$是凸函数且$f(1)=0$. 可以证明: 因为$f$是凸函数,由Jensen不等式可知 $E(f(x)) & ...
Read more »

437. Path Sum III

Posted on 2019-03-25 | Edited on 2019-06-12 | In LeetCode | Comments: | Views:
437. Path Sum III题目:https://leetcode.com/problems/path-sum-iii/ 难度:Easy 思路: https://leetcode.com/problems/path-sum-iii/discuss/141424/Python-step-by-step-walk-through.-Easy-to-understand.-Two-solutions-comparison.-%3A-) 123456789101112131415161718192 ...
Read more »

198. House Robber

Posted on 2019-03-25 | Edited on 2019-08-21 | In LeetCode | Comments: | Views:
198. House Robber难度: Easy 刷题内容 原题连接 https://leetcode.com/problems/house-robber/description/ 内容描述 12345678910111213141516You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the on ...
Read more »

15. 3Sum

Posted on 2019-03-25 | Edited on 2019-03-28 | In LeetCode | Comments: | Views:
难度: Medium 刷题内容 原题连接 https://leetcode.com/problems/3sum/ 内容描述 123456789101112131415Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.N ...
Read more »
12…7
Double E

Double E

EECS, BUPTer, 算法蒻鷄.

68 posts
7 categories
17 tags
GitHub E-Mail PaperWeekly YouTube
Friend List
  • Rootlu
© 2019 Double E
Powered by Hexo v3.7.1
|
Theme – NexT.Pisces v6.4.2