fonet
fonet copied to clipboard
fonet is a deep neural network package for Go.
Results
2
fonet issues
Sort by
recently updated
recently updated
newest added
/*Geometric sequence */ func PrepareTrainingData_dengbishulie(n int) [][][]float64 { traindatas := make([][][]float64,0) for i:=0;i
I'm trying to work out if this is intended behaviour, whatever data I train a network with, the output is *always* between 0 and 1, even if that does not...