I'm trying to simulate this article.
In order to make images noisy and based on the article I need to add manually deterministic distribution noise to Mnist
dataset. The article says
" This noise has been added manually using deterministic distribution"
in page 973 at the first row. I looked for it almost in everywhere, but was unable to find how to do it. They usually use this distribution for other goals, not to make images noisy.
This article adds and measures noise by percent, for example a 50% noisy image.
How can we add it with percent in python? I really need help with that.