Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Network ¶
type Network struct { Inputs int Hiddens int Outputs int HiddenWeights *mat.Dense OutputWeights *mat.Dense LearningRate float64 Targetmap map[int]string }
ANN & helper FUNCTIONS //////////////////////////////////////////////////////////////////////// 3 LAYER NEURAL NETWORK MODEL - initial code courtesy of ---> github.com/sausheong/gonn I have added multiple layers of functionality to make it avaialble to all sorts of custom datasets.
Click to show internal directories.
Click to hide internal directories.