Closed dmccloskey closed 6 years ago
implementations for drop connection and drop node during training. Implemented as a multiplication of the weight (drop connection) or the node output (drop node) by 0.
Description
implementations for drop connection and drop node during training. Implemented as a multiplication of the weight (drop connection) or the node output (drop node) by 0.
Implementation
Ojectives