目录

tf.nn.uniform_candidate_sampler

均匀采样

tf.nn.log_uniform_candidate_sampler

按照 log-uniform (Zipfian) 分布采样。 只能用于标签顺序和出现频率成反比的情况,因此需要清洗数据,重新进行标签映射

tf.nn.learned_unigram_candidate_sampler

适用于不知道标签分布的任何情况

参考

tf.nn.fixed_unigram_candidate_sampler

允许用户指定概率