在用LVQ神经网络进行数据训练的时候产生了如下错误
input data size does not match net.inputs{1}.size.
该问题在这里找到了答案
I mentioned above that I used the (:) operator. This is a mistake.
而且输入向量的空间记得用minmax
Output data size does not match net.outputs{2}.size.
检查下训练集的输出,用了ind2vec后就解决了。