internal static SimpleMatrix RandomWordVector(int size, Random rand) { return(NeuralUtils.RandomGaussian(size, 1, rand).Scale(0.1)); }