About 367,000 results
Open links in new tab
  1. machine learning - Objective function, cost function, loss function ...

    A loss function is a part of a cost function which is a type of an objective function. All that being said, thse terms are far from strict, and depending on context, research group, background, …

  2. machine learning - A list of cost functions used in neural networks ...

    What are common cost functions used in evaluating the performance of neural networks? Details (feel free to skip the rest of this question, my intent here is simply to provide clarification on nota...

  3. What is the cost/loss function of K nearest neighbors?

    Jul 23, 2018 · 2 I am able to visualize how KNN works. Essentially take avg of the k nearest train neighbors for regression problem. However every ML algorithm optimizes a cost/loss function …

  4. Cost function of neural network is non-convex? - Cross Validated

    The cost function of a neural network is in general neither convex nor concave. This means that the matrix of all second partial derivatives (the Hessian) is neither positive semidefinite, nor …

  5. What is the loss/cost function of decision trees? - Cross Validated

    Dec 15, 2017 · 10 In Decision Tree, splitting criterion methods are applied say information gain to split the current tree node to built a decision tree, but in many machine learning problems, …

  6. What does the cost (C) parameter mean in SVM? - cross validation

    I am trying to fit a SVM to my data. My dataset contains 3 classes and I am performing 10 fold cross validation (in LibSVM): ./svm-train -g 0.5 -c 10 -e 0.1 -v 10 training_data The help …

  7. Cost function in OLS linear regression - Cross Validated

    Jun 5, 2015 · I'm a bit confused with a lecture on linear regression given by Andrew Ng on Coursera about machine learning. There, he gave a cost function that minimises the sum-of …

  8. Why is using squared error the standard when absolute error is …

    Jun 5, 2020 · However, it is impractical to derive the cost function from actual costs every time you build a model, so we tend to gravitate to using one of the loss functions available in software.

  9. Why is the regularization term *added* to the cost function …

    May 22, 2018 · The objective function, which is the function that is to be minimized, can be constructed as the sum of cost function and regularization terms. In case both are independent …

  10. How is the cost function from Logistic Regression differentiated

    May 11, 2017 · Here is another, in my opinion easy to follow, explanation of how the partial derivatives of the logistic regression cost function can be obtained.