Heyall,
I'm working on my MSc thesis in computer science. More specifically, I am doing research on the effects of tuning the hyperparameters of distributional semantic models when used as features in statistical dependency parsers. I am using word2vec, a non-deterministic neural net-based word embedding software. In order to be able to validate my results, I have to quantify the degree of non-determinism in my models.
I do however think that this question can be asked on a more abstract level -- what test can I use to quantify the degree of non-determinism in a statistical model? Say for instance that I get the following results when performing the same experiment five times:
89.5, 89.7, 89.4, 89.5, 89.9
How can I determine "how non-deterministic" my system is and use this as a basis for accepting or discarding the outcome of future experiments?