loss function (Machine Learning)
up:: Machine Learning
The loss
function measures the guess against the correct answer.
Example
Example using mean_squared_error
for the loss and stochastic gradient descent (sgd
) for the optimizer.
Search
Mar 01, 2024
up:: Machine Learning
The loss
function measures the guess against the correct answer.
Example using mean_squared_error
for the loss and stochastic gradient descent (sgd
) for the optimizer.