导读 本文简单的介绍了Google 于 2013 年开源推出的一个用于获取 word vector 的工具包(word2vec),并且简单的介绍了其中的两个训练模型(Skip gram,CBOW),以及两种加速的方法(Hierarchical Softmax,Negative Sampling)。 ...
分类:
其他好文 时间:
2018-04-24 21:54:36
阅读次数:
533
Notes on Noise Contrastive Estimation and Negative Sampling ## 生成负样本 在常见的关系抽取应用中,我们经常需要生成负样本来训练一个好的系统。如果没有负样本,系统会趋向于把所有的变量分类成正类。但是,在关系抽取中,并不容易找到足够的高质量 ...
分类:
其他好文 时间:
2018-04-04 18:09:27
阅读次数:
737
random.sample(population, k) Return a k length list of unique elements chosen from the population sequence. Used for random sampling without replaceme ...
分类:
编程语言 时间:
2018-02-20 11:19:39
阅读次数:
137
Given a singly linked list, return a random node's value from the linked list. Each node must have the same probability of being chosen. Follow up:Wha ...
分类:
其他好文 时间:
2018-01-13 20:49:35
阅读次数:
188
Given a singly linked list, return a random node's value from the linked list. Each node must have the same probability of being chosen. Follow up:Wha ...
分类:
其他好文 时间:
2018-01-13 11:09:38
阅读次数:
164
Basic Conception: 感受野(Reception Field) 权值共享(shared weights) 池化,即降采样(sub-Sampling) 卷积核(kernel,filter) 特征图(feature map)卷积核数量=feature map数量 ...
分类:
其他好文 时间:
2018-01-09 22:08:45
阅读次数:
152
同步自我的知乎专栏文章:https://zhuanlan.zhihu.com/p/32135185 从Slerp说起 ICLR'2017的投稿里,有一篇很有意思但被拒掉的投稿《Sampling Generative Networks》 by Tom White。文章比较松散地讲了一些在latent ...
分类:
其他好文 时间:
2017-12-26 21:56:57
阅读次数:
463
layout: post title: 2017 12 05 Redis 入门 tags: Redis 实时特征 UCB, Tompson sampling Redis 是什么? Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key Value数据库,并提供 ...
分类:
编程语言 时间:
2017-12-10 19:32:05
阅读次数:
149
Background reading: Forsyth and Ponce, Computer Vision Chapter 7 Image sampling and quantization Types of images: binary, gray scale, color Resolution ...
分类:
移动开发 时间:
2017-12-09 22:36:07
阅读次数:
370