pip install RandomizedResponse
- Install from Github source:
git clone https://github.com/tchaye59/RandomizedResponse.git
cd RandomizedResponse
python setup.py install
Applies a randomized response to the input. The RandomizedResponse layer randomly sets input units to random values with a frequency of rate at each step during training time, which helps prevent overfitting.
pip install RandomizedResponse
git clone https://github.com/tchaye59/RandomizedResponse.git
cd RandomizedResponse
python setup.py install
Applies a randomized response to the input. The RandomizedResponse layer randomly sets input units to random values with a frequency of rate at each step during training time, which helps prevent overfitting.
MIT License