class Neuratron::Layers::Dense
Defined in:
neuratron/layers/dense.cr
Instance Method Summary
Instance methods inherited from class Neuratron::Layer
activation : Activation
activation,
call(input : LA::GMat)
call,
compile
compile,
input_shape : Array(Int32)
input_shape,
input_shape=(input_shape : Array(Int32))
input_shape=,
units : Array(Int32)
units,
weight
weight,
weight=(w : Nil | LA::GeneralMatrix(Float64))
weight=
Constructor methods inherited from class Neuratron::Layer
new(units : Int32, input_shape : Array(Int32) = Array(Int32).new, initializer : Neuratron::Initializer = Initializers.zeros, activation : Neuratron::Activation = Activations::None.new)
new
Instance Method Detail
def
call(input : LA::GMat)
#