MCPcopy Create free account

hub / github.com/cdipaolo/goml / functions

Functions339 in github.com/cdipaolo/goml

FunctionTestTwoDimensionalSoftmaxShouldPass1
(t *testing.T)
linear/softmax_test.go:390
FunctionTestTwoDimensionalSoftmaxShouldPass2
same as above but with StochasticGA
linear/softmax_test.go:444
FunctionTestWords
(t *testing.T)
base/sanitize_test.go:42
FunctionTestWordsAndNumbers
(t *testing.T)
base/sanitize_test.go:14
MethodTheta
Theta returns the parameter vector θ for use in persisting the model, and optimizing the model through gradient descent ( or other methods like Newton
linear/linear.go:587
MethodTheta
Theta returns the parameter vector θ for use in persisting the model, and optimizing the model through gradient descent ( or other methods like Newton
linear/softmax.go:659
MethodTheta
Theta returns the parameter vector θ for use in persisting the model, and optimizing the model through gradient descent ( or other methods like Newton
linear/logistic.go:544
MethodTheta
Theta returns a pointer to the parameter vector theta, which is 1D vector of floats
base/model.go:169
MethodUnmarshalJSON
(data []byte)
text/bayes.go:203
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
linear/linear.go:182
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
linear/softmax.go:137
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
linear/logistic.go:147
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
linear/local_linear.go:191
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
perceptron/perceptron.go:182
MethodUpdateLearningRate
UpdateLearningRate set's the learning rate of the model to the given float64.
cluster/kmeans.go:219
MethodUpdateSanitize
UpdateSanitize updates the NaiveBayes model's text sanitization transformation function
text/bayes.go:451
MethodUpdateStream
UpdateStream updates the datastream channel used in learning for the algorithm
base/model.go:71
MethodUpdateStream
UpdateStream updates the datastream channel used in learning for the algorithm
base/model.go:106
MethodUpdateStream
UpdateStream updates the NaiveBayes model's text datastream
text/bayes.go:445
MethodUpdateTokenizer
UpdateTokenizer updates NaiveBayes model's tokenizer function. The default implementation will convert the input to lower case and split on the space
text/bayes.go:458
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x) as well as a new result set (y). This could be useful if you want to retrain a model starti
linear/linear.go:166
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x) as well as a new result set (y). This could be useful if you want to retrain a model starti
linear/softmax.go:121
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x) as well as a new result set (y). This could be useful if you want to retrain a model starti
linear/logistic.go:131
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x) as well as a new result set (y). This could be useful if you want to retrain a model starti
linear/local_linear.go:175
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x.) Will reset the hidden 'guesses' param of the KMeans model.
cluster/kmeans.go:206
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x.)
cluster/knn.go:106
MethodUpdateTrainingSet
UpdateTrainingSet takes in a new training set (variable x.) Will reset the hidden 'guesses' param of the KMeans model.
cluster/triangle_kmeans.go:230
Functioninit
tests basically make a bunch of planes where when the input is above the plane the resultant output is 1.0, else 0.0
linear/logistic_test.go:32
Functioninit
()
linear/linear_test.go:29
Functioninit
()
linear/local_linear_test.go:13
Functioninit
tests basically make a bunch of Softmaxs where when the input is above the Softmax the resultant output is 1.0, else 0.0
linear/softmax_test.go:25
Functioninit
()
perceptron/kernel_perceptron_test.go:13
Functioninit
()
perceptron/perceptron_test.go:13
Functioninit
()
base/data_test.go:14
Functioninit
()
text/bayes_test.go:16
Functioninit
()
text/tfidf_test.go:14
Functioninit
()
cluster/triangle_kmeans_test.go:18
Functioninit
()
cluster/knn_test.go:22
Functioninit
()
cluster/kmeans_test.go:20
← previous301–339 of 339, ranked by callers