Class: DNN::LearningParam

Inherits:
Object
  • Object
show all
Defined in:
lib/dnn/core/learning_param.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data.



2
3
4
# File 'lib/dnn/core/learning_param.rb', line 2

def data
  @data
end

#gradObject

Returns the value of attribute grad.



3
4
5
# File 'lib/dnn/core/learning_param.rb', line 3

def grad
  @grad
end