dmccloskey / EvoNet

MIT License
2 stars 0 forks source link

Drop Connection/Node #62

Closed dmccloskey closed 6 years ago

dmccloskey commented 6 years ago

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