MCPcopy Create free account

hub / github.com/PacktPublishing/Machine-Learning-With-Go-Second-Edition / types & classes

Types & classes21 in github.com/PacktPublishing/Machine-Learning-With-Go-Second-Edition

StructCSVRecord
CSVRecord contains a sucessfully parsed row of the CSV file.
Chapter01/csv_files/example4/myprogram.go:13
StructCoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter10/running_model_reliably/example3/myprogram.go:22
StructCoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter10/running_model_reliably/example2/myprogram.go:26
StructCoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter10/running_model_reliably/example1/myprogram.go:26
StructIndependentVar
IndependentVar include information about and a value for an independent variable.
Chapter10/running_model_reliably/example3/myprogram.go:36
StructKmeans
Chapter06/k-means/example6/myprogram.go:60
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example3/myprogram.go:15
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example2/myprogram.go:19
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example1/myprogram.go:19
StructPredictionData
PredictionData includes the data necessary to make a prediction and encodes the output prediction.
Chapter10/running_model_reliably/example3/myprogram.go:29
TypeAliascentroid
Chapter06/evaluating/example2/myprogram.go:12
TypeAliascentroid
Chapter06/evaluating/example1/myprogram.go:11
StructneuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:20
StructneuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/building_a_simple_nn/example1/myprogram.go:17
StructneuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:30
StructneuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/building_a_simple_nn/example1/myprogram.go:27
Structstation
station is used to unmarshal each of the station documents in stationData.
Chapter01/json/example2/myprogram.go:23
Structstation
station is used to unmarshal each of the station documents in stationData.
Chapter01/json/example1/myprogram.go:24
StructstationData
stationData is used to unmarshal the JSON document returned form citiBikeURL.
Chapter01/json/example2/myprogram.go:14
StructstationData
stationData is used to unmarshal the JSON document returned form citiBikeURL.
Chapter01/json/example1/myprogram.go:15
Structxyer
Chapter04/linear_regression/example8/myprogram.go:75