Class: GRX::NN::Softmax
Instance Method Summary collapse
Methods inherited from Module
#call, #parameters, #zero_grad
Instance Method Details
#forward(x) ⇒ Object
162 |
# File 'lib/grx/nn.rb', line 162 def forward(x) = x.softmax |
#to_s ⇒ Object
163 |
# File 'lib/grx/nn.rb', line 163 def to_s = "Softmax()" |