Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeBiasGradient ¶
Types ¶
type GCN ¶
type GCN struct { Layers []*Layer NLayers int NFeatures int NHidden int NClasses int Dropout float64 // contains filtered or unexported fields }
func (*GCN) SGDUpdateWeights ¶
type Layer ¶
type Layer struct { InFeatures int OutFeatures int Weights [][]float64 Bias []float64 H [][]float64 Z [][]float64 // contains filtered or unexported fields }
func (*Layer) AdamUpdate ¶
func (*Layer) ResetWeightsAndBias ¶
func (l *Layer) ResetWeightsAndBias()
Click to show internal directories.
Click to hide internal directories.