reproducible-research

How to get reproducible weights initializaiton in Keras?

How to get reproducible weights initializaiton in Keras? Question: I set both numpy and tensorflow random seeds as suggested Generate some data – this part is reproducible, gives same results always Create a simple network and make a prediction (without training, just with random weights) – prediction is different every time import numpy as np …

Total answers: 3