Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HiddenLayer__construct ¶
func HiddenLayer__construct(this *HiddenLayer, N int, n_in int, n_out int, W [][]float64, b []float64)
HiddenLayer
func HiddenLayer_output ¶
func HiddenLayer_output(this *HiddenLayer, input []int, w []float64, b float64) float64
func HiddenLayer_sample_h_given_v ¶
func HiddenLayer_sample_h_given_v(this *HiddenLayer, input []int, sample []int)
Types ¶
Click to show internal directories.
Click to hide internal directories.