tchaye59 / RandomizedResponse

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomizedResponse

Installation

pip install RandomizedResponse
  • Install from Github source:
git clone https://github.com/tchaye59/RandomizedResponse.git
cd RandomizedResponse
python setup.py install

About

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.

License:MIT License


Languages

Language:Python 100.0%