module Ai4cr::NeuralNetwork::Cmn::MiniNetConcerns::PropsAndInits

Direct including types

Defined in:

ai4cr/neural_network/cmn/mini_net_concerns/props_and_inits.cr

Constant Summary

LEARNING_STYLES_DEFAULT = LS_RELU

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]

Instance Method Detail

def config #

[View source]
def init_network #

[View source]
def structure #

[View source]