我正在尝试训练一个嵌入到只有主题发生变化的重复句子列表中的单词。我期望生成的与主题相对应的向量在训练后提供强相关性,就像从单词嵌入中所期望的那样。然而,主题向量之间的角度并不总是大于主题与随机单词之间的角度。
Man is going to write a very long novel that no one can read.代码是基于<
以下两种功能有什么区别?function [mu trmx] = prepTransform(tvec, comp_count)% tvec - training set (one row represents one sample)% mu - mean value of the training set
% trmx - transfo