- 博客(12)
- 资源 (7)
- 收藏
- 关注
原创 2013年9月华为成都笔试题 输入字符串计算数值(c语言)
2013年9月成都笔试第一题:输入字符串,以逗号隔开,比如‘32,49,55,78',计算其奇数偶数的值,自己写的代码如下,如有错误,敬请谅解:#include int myatoi(const char *str){ int value=0,flag=1; if(*str==' ') { str++; } else if(*str=='-') {
2013-09-18 16:05:19 1000
翻译 Embedding算法之矩阵分解
说明此文章翻译来自2014年nips,Neural Word Embedding as Implicit Matrix Factorization,引用量632。主要贡献是把经典skip-gram算法通过PMI,和矩阵分解联系了起来,并深入探讨了Skip-gram算法的优劣势。作者Omer Levy及Yoav Goldberg,来自Bar-Ilan University。基于负采样的S...
2018-07-12 16:36:19 4696 9
翻译 Word2vec tutorial
说明来自2014年 word2vec explained: deriving Mikolov et al.’s negative-sampling wordembedding method, 纯属翻译。另外为了方便表示概率时候都用/代替\。Skip-gram 模型1954年,Harris的the distributional hypothesis,文章名:Distributiona...
2018-07-11 17:39:15 254
原创 Embedding之Line算法python版本解读
说明此版本代码为清华NLP团队的OpenNE里面的代码,代码网址为:https://github.com/thunlp/openne。 公正的说,代码还是比较规范,可读性较好,此处只对其Line代码进行简读,有空再写下其他代码,如有错误,请指正。此处只读LINE核心代码的build_graph函数和train_one_epoch,因为他们一起训练了一阶和二阶损失函数。build_g...
2018-07-09 16:39:41 4218
原创 Embedding算法Line源码简读
说明其主页地址为:https://github.com/tangjianpku/LINE。 面有详细的介绍说明,此文章只是中文简单记录。比如: line.cpp, the souce code of the LINE;reconstruct.cpp, the code used for reconstructing the sparse networks into dense on...
2018-07-08 22:48:34 2156 2
原创 Gibbs sampling based on linear regression
## Bayesian linear regression此实例为吉布斯采样基于线性回归的实现。假设我们已经知道实数对(yi,xi),i=1,⋯,N(yi,xi),i=1,⋯,N(y_{i},x_{i}),i=1,\cdots ,N,以及yi∼N(β0+β1xi,1/τ)yi∼N(β0+β1xi,1/τ)y_{i}\sim \mathcal{N}(\beta _{0}+\beta_{1}x_{i...
2018-06-13 19:36:23 291
原创 Pycharm:Couldn't connect to console process.
用远程调试,调试的时候打钩了show command line afterwards后不能运行,去掉后运行成功。刚用pycharm不久,是不是远程调试不允许command line不得知,后面得空深入研究下,结果就是去掉后成功运行。...
2018-06-09 11:27:22 3086 1
原创 Network embedding methods based on random work
These slices are a conclusion of a survey and some papers. [1] Cai H, Zheng V W, Chang K. A comprehensive survey of graph embedding: problems, techniques and applications[J]. IEEE Transactions on Know...
2018-05-25 21:13:06 307
转载 2013年华为成都机考第二题 代码转自xiaojiang0805
转载网址:http://blog.csdn.net/xiaojiang0805/article/details/7483653/ 智力题测试.cpp : 定义控制台应用程序的入口点。///*c语言编程 有5个砝码 分别是1,3,9,27,81 可以组合成1--121之间任意整数对于用户给定的重量给出方案 如:输入5输出9-3-1*/#include "stdaf
2013-09-18 16:17:04 662
libgsl需要的lib以及mingw64位的安装
2018-07-08
2016-2045科技预测
2018-05-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人