MCPcopy Create free account

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

Types & classes19 in github.com/PacktPublishing/Machine-Learning-With-Go

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.
Chapter09/running_model_reliably/example3/myprogram.go:22
StructCoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter09/running_model_reliably/example2/myprogram.go:26
StructCoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter09/running_model_reliably/example1/myprogram.go:26
StructIndependentVar
IndependentVar include information about and a value for an independent variable.
Chapter09/running_model_reliably/example3/myprogram.go:36
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example3/myprogram.go:15
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example2/myprogram.go:19
StructModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example1/myprogram.go:19
StructPredictionData
PredictionData includes the data necessary to make a prediction and encodes the output prediction.
Chapter09/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:21
StructneuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/building_a_simple_nn/example1/myprogram.go:18
StructneuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:31
StructneuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/building_a_simple_nn/example1/myprogram.go:28
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