Module: Neuronet::Config
- Defined in:
- lib/neuronet/config.rb
Overview
Maximum values for biases and weights
Class Attribute Summary collapse
-
.bias_clamp ⇒ Object
Returns the value of attribute bias_clamp.
-
.weight_clamp ⇒ Object
Returns the value of attribute weight_clamp.
Class Attribute Details
.bias_clamp ⇒ Object
Returns the value of attribute bias_clamp.
6 7 8 |
# File 'lib/neuronet/config.rb', line 6 def bias_clamp @bias_clamp end |
.weight_clamp ⇒ Object
Returns the value of attribute weight_clamp.
6 7 8 |
# File 'lib/neuronet/config.rb', line 6 def weight_clamp @weight_clamp end |