class Num::NN::SigmoidLayer(T) inherits Num::NN::Layer # Constructors# .new(context : Num::Grad::Context(T), output_shape : Array(Int32)) # View source Methods# #forward(input : Num::Grad::Variable(T)) : Num::Grad::Variable(T) # View source #output_shape : Array(Int32) # View source