I want to execute a python script in Weka that is using Keras + CTNK as backend and so, build a neural network.
The script works finem but every time that I want to execute it, I have a different output. How could I keep the reproducibility in each execution?
Thanks