Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PacktPublishing/Machine-Learning-With-Go-Second-Edition
/ types & classes
Types & classes
21 in github.com/PacktPublishing/Machine-Learning-With-Go-Second-Edition
⨍
Functions
136
◇
Types & classes
21
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.
Chapter10/running_model_reliably/example3/myprogram.go:22
Struct
CoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter10/running_model_reliably/example2/myprogram.go:26
Struct
CoefficientInfo
CoefficientInfo include information about a particular model coefficient.
Chapter10/running_model_reliably/example1/myprogram.go:26
Struct
IndependentVar
IndependentVar include information about and a value for an independent variable.
Chapter10/running_model_reliably/example3/myprogram.go:36
Struct
Kmeans
Chapter06/k-means/example6/myprogram.go:60
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example3/myprogram.go:15
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example2/myprogram.go:19
Struct
ModelInfo
ModelInfo includes the information about the model that is output from the training.
Chapter10/running_model_reliably/example1/myprogram.go:19
Struct
PredictionData
PredictionData includes the data necessary to make a prediction and encodes the output prediction.
Chapter10/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:20
Struct
neuralNet
neuralNet contains all of the information that defines a trained neural network.
Chapter08/building_a_simple_nn/example1/myprogram.go:17
Struct
neuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:30
Struct
neuralNetConfig
neuralNetConfig defines our nueral network architecture and learning parameters.
Chapter08/building_a_simple_nn/example1/myprogram.go:27
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
Struct
xyer
Chapter04/linear_regression/example8/myprogram.go:75