class SHAInet::MaxPoolLayer
- SHAInet::MaxPoolLayer
- Reference
- Object
Defined in:
shainet/cnn/max_pool_layer.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #activate
-
#error_prop(batch : Bool = false)
Send the gradients from current layer backwards without weights, only to the max neurons from forward prop
- #filters : Array(Filter)
- #inspect(what : String)
- #pool : Int32
- #prev_layer : CNNLayer | ConvLayer
- #stride : Int32
- #update_wb(learn_type : Symbol | String, batch : Bool = false)
Constructor Detail
Instance Method Detail
def error_prop(batch : Bool = false)
#
Send the gradients from current layer backwards without weights, only to the max neurons from forward prop