Method: NN::Softmax#initialize

Defined in:
lib/nn.rb

#initialize(nn) ⇒ Softmax

Returns a new instance of Softmax.



355
356
357
# File 'lib/nn.rb', line 355

def initialize(nn)
  @nn = nn
end