Module: Neuronet::Config

Defined in:
lib/neuronet/config.rb

Overview

Maximum values for biases and weights

Class Attribute Summary collapse

Class Attribute Details

.bias_clampObject

Returns the value of attribute bias_clamp.



6
7
8
# File 'lib/neuronet/config.rb', line 6

def bias_clamp
  @bias_clamp
end

.weight_clampObject

Returns the value of attribute weight_clamp.



6
7
8
# File 'lib/neuronet/config.rb', line 6

def weight_clamp
  @weight_clamp
end