Ai4cr::NeuralNetwork::Cmn::MiniNetConcerns::PropsAndInits
Constants
LEARNING_STYLES_DEFAULT = LS_RELU
Constructors
new(height = 2, width = 2, learning_styles : LearningStyle = LEARNING_STYLES_DEFAULT, deriv_scale = Ai4cr::Utils::Rand.rand_excluding(scale: 0.5), bias_disabled = false, bias_default = 1.0, learning_rate : Float64 | Nil = nil, momentum : Float64 | Nil = nil, history_size : Int32 = 10, name : String | Nil = "", weight_init_scale = 1.0)
SourceInstance methods
config
Sourceinit_network
Sourcestructure
Source