Class: DNN::LearningParam
- Inherits:
-
Object
- Object
- DNN::LearningParam
- Defined in:
- lib/dnn/core/learning_param.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#grad ⇒ Object
Returns the value of attribute grad.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
2 3 4 |
# File 'lib/dnn/core/learning_param.rb', line 2 def data @data end |
#grad ⇒ Object
Returns the value of attribute grad.
3 4 5 |
# File 'lib/dnn/core/learning_param.rb', line 3 def grad @grad end |