I'm learning about neural networks.
I have a script that takes in some data and creates a model via a neural network. When I test the model against a validation data set, I get some results. If I re-test it against the same validation set several more times, I keep getting different results.
Is this an intended behavior or am I likely doing something wrong?
For whatever its worth, I'm using Node v7.10.0 with this library.