Documentation ¶
Index ¶
- type Layer
- type MLP
- type Neuron
- type Value
- func (v *Value) Add(other interface{}) *Value
- func (v *Value) Backward()
- func (v *Value) Div(other interface{}) *Value
- func (v *Value) Mul(other interface{}) *Value
- func (v *Value) Neg() *Value
- func (v *Value) Pow(other float64) *Value
- func (v *Value) Relu() *Value
- func (v *Value) String() string
- func (v *Value) Sub(other interface{}) *Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Layer ¶
type Layer struct {
// contains filtered or unexported fields
}
func (*Layer) Parameters ¶
type MLP ¶
type MLP struct {
// contains filtered or unexported fields
}
MLP struct
func (*MLP) Parameters ¶
type Neuron ¶
type Neuron struct {
// contains filtered or unexported fields
}
func (*Neuron) Parameters ¶
Click to show internal directories.
Click to hide internal directories.