class SHAInet::LayerDump

Included Modules

Defined in:

shainet/data/json_data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def activation_function : String #

[View source]
def activation_function=(activation_function : String) #

[View source]
def l_type : String #

[View source]
def l_type=(l_type : String) #

[View source]
def neurons : Array(NeuronDump) #

[View source]
def neurons=(neurons : Array(NeuronDump)) #

[View source]