Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeData ¶
func NormalizeData(data [][]float64)
NormalizeData normalizes the data by dividing each value by 1000 This helps the perceptron since we are testing high values that could lead to a slow convergence
func ReadData ¶
ReadData reads a CSV file and returns the data as a slice of float64 slices. This, here, is used to read the inputs
func ReadSingleColumnData ¶
ReadSingleColumnData reads a single column from a CSV file and returns it as a slice of float64. This is used to read the expected outputs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.