Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Machine-Learning-With-Go
/ types & classes
Types & classes
19 in github.com/PacktPublishing/Machine-Learning-With-Go
⨍
Functions
121
◇
Types & classes
19
Struct
CSVRecord
CSVRecord contains a sucessfully parsed row of the CSV file.
Chapter01/csv_files/example4/myprogram.go:13
Struct
CoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter09/running_model_reliably/example3/myprogram.go:22
Struct
CoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter09/running_model_reliably/example2/myprogram.go:26
Struct
CoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter09/running_model_reliably/example1/myprogram.go:26
Struct
IndependentVar
IndependentVar include information about and a value for an independent variable.
Chapter09/running_model_reliably/example3/myprogram.go:36
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example3/myprogram.go:15
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example2/myprogram.go:19
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter09/running_model_reliably/example1/myprogram.go:19
Struct
PredictionData
PredictionData includes the data necessary to make a prediction and encodes the output prediction.
Chapter09/running_model_reliably/example3/myprogram.go:29
TypeAlias
centroid
Chapter06/evaluating/example2/myprogram.go:12
TypeAlias
centroid
Chapter06/evaluating/example1/myprogram.go:11
Struct
neuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:21
Struct
neuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/building_a_simple_nn/example1/myprogram.go:18
Struct
neuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:31
Struct
neuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/building_a_simple_nn/example1/myprogram.go:28
Struct
station
station is used to unmarshal each of the station documents in stationData.
Chapter01/json/example2/myprogram.go:23
Struct
station
station is used to unmarshal each of the station documents in stationData.
Chapter01/json/example1/myprogram.go:24
Struct
stationData
stationData is used to unmarshal the JSON document returned form citiBikeURL.
Chapter01/json/example2/myprogram.go:14
Struct
stationData
stationData is used to unmarshal the JSON document returned form citiBikeURL.
Chapter01/json/example1/myprogram.go:15