MCPcopy Create free account

hub / github.com/PacktPublishing/Machine-Learning-With-Go / functions

Functions121 in github.com/PacktPublishing/Machine-Learning-With-Go

↓ 4 callersFunctiondfFloatRow
dfFloatRow retrieves a slice of float values from a DataFrame at the given index and for the given column names.
Chapter06/evaluating/example2/myprogram.go:148
↓ 2 callersFunctionconvertToBinary
convertToBinary utilizes built in golearn functionality to convert our labels to a binary label format.
Chapter05/naive_bayes/example1/myprogram.go:49
↓ 2 callersFunctionfilesExist
(files ...string)
Chapter08/deep_learning/example1/myprogram.go:230
↓ 2 callersFunctionsigmoid
sigmoid implements the sigmoid function for use in activation functions.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:353
↓ 2 callersFunctionsumAlongAxis
sumAlongAxis sums a matrix along a particular dimension, preserving the other dimension.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:366
↓ 2 callersFunctionsumAlongAxis
sumAlongAxis sums a matrix along a particular dimension, preserving the other dimension.
Chapter08/building_a_simple_nn/example1/myprogram.go:197
↓ 2 callersFunctionwithinClusterMean
withinClusterMean calculates the mean distance between points in a cluster and the centroid of the cluster.
Chapter06/k-means/example5/myprogram.go:49
↓ 1 callersFunctionPredict
Predict makes a prediction based on input JSON.
Chapter09/running_model_reliably/example3/myprogram.go:106
↓ 1 callersFunctionacf
acf calculates the autocorrelation for a series at the given lag.
Chapter07/statistics/example2/myprogram.go:73
↓ 1 callersFunctionacf
acf calculates the autocorrelation for a series at the given lag.
Chapter07/statistics/example1/myprogram.go:40
↓ 1 callersFunctionacf
acf calculates the autocorrelation for a series at the given lag.
Chapter07/auto_regressive/example3/myprogram.go:73
↓ 1 callersFunctionautoregressive
autoregressive calculates an AR model for a series at a given order.
Chapter07/auto_regressive/example5/myprogram.go:38
↓ 1 callersFunctionconstructGraphToNormalizeImage
The inception model takes as input the image described by a Tensor in a very specific normalized format (a particular image size, shape of the input t
Chapter08/deep_learning/example1/myprogram.go:172
↓ 1 callersFunctiondownload
(URL, filename string)
Chapter08/deep_learning/example1/myprogram.go:239
↓ 1 callersFunctionlogistic
logistic implements the logistic function, which is used in logistic regression.
Chapter05/logistic_regression/example6/myprogram.go:88
↓ 1 callersFunctionlogistic
logistic implements the logistic function, which is used in logistic regression.
Chapter05/logistic_regression/example2/myprogram.go:48
↓ 1 callersFunctionlogistic
logistic implements the logistic function, which is used in logistic regression.
Chapter05/logistic_regression/example1/myprogram.go:15
↓ 1 callersFunctionlogisticRegression
logisticRegression fits a logistic regression model for the given data.
Chapter05/logistic_regression/example6/myprogram.go:94
↓ 1 callersFunctionmakeTensorFromImage
Convert the image in filename to a Tensor suitable as input to the Inception model.
Chapter08/deep_learning/example1/myprogram.go:134
↓ 1 callersFunctionmodelFiles
(dir string)
Chapter08/deep_learning/example1/myprogram.go:206
↓ 1 callersFunctionnewNetwork
NewNetwork initializes a new neural network.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:216
↓ 1 callersFunctionnewNetwork
NewNetwork initializes a new neural network.
Chapter08/building_a_simple_nn/example1/myprogram.go:79
↓ 1 callersFunctionpacf
pacf calculates the partial autocorrelation for a series at the given lag.
Chapter07/statistics/example3/myprogram.go:40
↓ 1 callersFunctionpacf
pacf calculates the partial autocorrelation for a series at the given lag.
Chapter07/statistics/example4/myprogram.go:73
↓ 1 callersFunctionpacf
pacf calculates the partial autocorrelation for a series at the given lag.
Chapter07/auto_regressive/example4/myprogram.go:73
↓ 1 callersFunctionpredict
predict uses our trained regression model to made a prediction based on a TV, Radio, and Newspaper value.
Chapter04/non-linear_regression/example3/myprogram.go:78
↓ 1 callersFunctionpredict
predict uses our trained regression model to made a prediction.
Chapter04/linear_regression/example7/myprogram.go:77
↓ 1 callersFunctionpredict
predict makes a prediction based on our trained logistic regression model.
Chapter05/logistic_regression/example7/myprogram.go:90
↓ 1 callersMethodpredict
predict makes a prediction based on a trained neural network.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:321
↓ 1 callersFunctionprintBestLabel
(probabilities []float32, labelsFile string)
Chapter08/deep_learning/example1/myprogram.go:108
↓ 1 callersFunctionsigmoid
sigmoid implements the sigmoid function for use in activation functions.
Chapter08/building_a_simple_nn/example1/myprogram.go:184
↓ 1 callersFunctionsigmoidPrime
sigmoidPrime implements the derivative of the sigmoid function for backpropagation.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:359
↓ 1 callersFunctionsigmoidPrime
sigmoidPrime implements the derivative of the sigmoid function for backpropagation.
Chapter08/building_a_simple_nn/example1/myprogram.go:190
↓ 1 callersMethodtrain
train trains a neural network using backpropagation.
Chapter08/utilizing_our_simple_nn/example1/myprogram.go:221
↓ 1 callersMethodtrain
Train trains a neural network using backpropagation.
Chapter08/building_a_simple_nn/example1/myprogram.go:84
↓ 1 callersFunctionunzip
(dir, zipfile string)
Chapter08/deep_learning/example1/myprogram.go:254
Functionmain
()
Chapter04/non-linear_regression/example3/myprogram.go:12
Functionmain
()
Chapter04/non-linear_regression/example2/myprogram.go:14
Functionmain
()
Chapter04/non-linear_regression/example1/myprogram.go:13
Functionmain
()
Chapter04/linear_regression/example3/myprogram.go:14
Functionmain
()
Chapter04/linear_regression/example6/myprogram.go:14
Functionmain
()
Chapter04/linear_regression/example2/myprogram.go:14
Functionmain
()
Chapter04/linear_regression/example4/myprogram.go:11
Functionmain
()
Chapter04/linear_regression/example1/myprogram.go:11
Functionmain
()
Chapter04/linear_regression/example7/myprogram.go:14
Functionmain
()
Chapter04/linear_regression/example5/myprogram.go:13
Functionmain
()
Chapter04/multiple_regression/example2/myprogram.go:14
Functionmain
()
Chapter04/multiple_regression/example1/myprogram.go:13
Functionmain
()
Chapter07/statistics/example3/myprogram.go:13
Functionmain
()
Chapter07/statistics/example2/myprogram.go:16
Functionmain
()
Chapter07/statistics/example4/myprogram.go:16
Functionmain
()
Chapter07/statistics/example1/myprogram.go:13
Functionmain
()
Chapter07/anomaly_detection/example1/myprogram.go:10
Functionmain
()
Chapter07/representing_time_series/example2/myprogram.go:14
Functionmain
()
Chapter07/representing_time_series/example1/myprogram.go:11
Functionmain
()
Chapter07/auto_regressive/example3/myprogram.go:16
Functionmain
()
Chapter07/auto_regressive/example6/myprogram.go:16
Functionmain
()
Chapter07/auto_regressive/example2/myprogram.go:17
Functionmain
()
Chapter07/auto_regressive/example4/myprogram.go:16
Functionmain
()
Chapter07/auto_regressive/example1/myprogram.go:16
Functionmain
()
Chapter07/auto_regressive/example5/myprogram.go:13
Functionmain
()
Chapter06/evaluating/example2/myprogram.go:14
Functionmain
()
Chapter06/evaluating/example1/myprogram.go:13
Functionmain
()
Chapter06/distance/example1/myprogram.go:9
Functionmain
()
Chapter06/k-means/example3/myprogram.go:14
Functionmain
()
Chapter06/k-means/example2/myprogram.go:14
Functionmain
()
Chapter06/k-means/example4/myprogram.go:15
Functionmain
()
Chapter06/k-means/example1/myprogram.go:14
Functionmain
()
Chapter06/k-means/example5/myprogram.go:12
Functionmain
()
Chapter03/validation/training_test/example1/myprogram.go:11
Functionmain
()
Chapter03/evaluation/categorical_metrics/example3/myprogram.go:10
Functionmain
()
Chapter03/evaluation/categorical_metrics/example2/myprogram.go:12
Functionmain
()
Chapter03/evaluation/categorical_metrics/example1/myprogram.go:12
Functionmain
()
Chapter03/evaluation/continuous_metrics/example2/myprogram.go:14
Functionmain
()
Chapter03/evaluation/continuous_metrics/example1/myprogram.go:13
Functionmain
()
Chapter05/naive_bayes/example1/myprogram.go:13
Functionmain
()
Chapter05/decision_tree/example2/myprogram.go:14
Functionmain
()
Chapter05/decision_tree/example1/myprogram.go:14
Functionmain
()
Chapter05/kNN/example1/myprogram.go:13
Functionmain
()
Chapter05/logistic_regression/example3/myprogram.go:11
Functionmain
()
Chapter05/logistic_regression/example6/myprogram.go:16
Functionmain
()
Chapter05/logistic_regression/example2/myprogram.go:13
Functionmain
()
Chapter05/logistic_regression/example4/myprogram.go:14
Functionmain
()
Chapter05/logistic_regression/example1/myprogram.go:8
Functionmain
()
Chapter05/logistic_regression/example7/myprogram.go:13
Functionmain
()
Chapter05/logistic_regression/example5/myprogram.go:11
Functionmain
()
Chapter01/sql-like_databases/example3/myprogram.go:13
Functionmain
()
Chapter01/sql-like_databases/example2/myprogram.go:14
Functionmain
()
Chapter01/sql-like_databases/example1/myprogram.go:13
Functionmain
()
Chapter01/csv_files/example3/myprogram.go:11
Functionmain
()
Chapter01/csv_files/example6/myprogram.go:11
Functionmain
()
Chapter01/csv_files/example2/myprogram.go:11
Functionmain
()
Chapter01/csv_files/example4/myprogram.go:22
Functionmain
()
Chapter01/csv_files/example1/myprogram.go:10
Functionmain
()
Chapter01/csv_files/example5/myprogram.go:11
Functionmain
()
Chapter01/caching/example2/myprogram.go:10
Functionmain
()
Chapter01/caching/example1/myprogram.go:10
Functionmain
()
Chapter01/json/example2/myprogram.go:36
Functionmain
()
Chapter01/json/example1/myprogram.go:37
Functionmain
()
Chapter01/handling_data_gopher_style/example2/myprogram.go:11
next →1–100 of 121, ranked by callers