About 79 results
Open links in new tab
  1. What is an objective function? - Artificial Intelligence Stack Exchange

    The objective function is the function that you want to minimise or maximise in your problem. The expression "objective function" is used in several different contexts (e.g. machine learning or linear …

  2. 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, can shift and …

  3. comparison - Is there any difference between an objective function and ...

    Aug 6, 2021 · The objective function is the most general term that can be used to refer to a cost (or loss) function, to a utility function, or to a fitness function, so, depending on the problem, you either want to …

  4. objective functions - Why are logarithms used in GANs minimax …

    Dec 15, 2021 · Explore related questions objective-functions generative-adversarial-networks logarithm See similar questions with these tags.

  5. What are the major differences between cost, loss, error, fitness ...

    Jul 29, 2019 · I find the terms cost, loss, error, fitness, utility, objective, criterion functions to be interchangeable, but any kind of minor difference explained is appreciated.

  6. What do the variables mean in the SVM objective function?

    What do the variables mean in the SVM objective function? Ask Question Asked 11 years, 5 months ago Modified 10 years, 2 months ago

  7. Why do we usually choose to minimize the sum of square errors (SSE ...

    Jan 27, 2015 · Why not choose some other objective function to minimize? I understand that, for technical reasons, the quadratic function is nicer than some other functions, e.g., sum of absolute …

  8. PCA objective function: what is the connection between maximizing ...

    Feb 3, 2015 · PCA objective function: what is the connection between maximizing variance and minimizing error? Ask Question Asked 13 years, 5 months ago Modified 10 years, 10 months ago

  9. genetic algorithms - How to create a good fitness function ...

    Jan 30, 2021 · In my experience, the fitness function is a way to define the goal of a genetic algorithm. It provides a way to compare how "good" two solutions are, for example, for mate selection and for …

  10. Creating a custom objective function for Binary classification for ...

    For this the objective function I am using is objective = 'binary:logistic'. I did built an Xgboost model using the above ojective function and my evaluation metric being the average precision score. The score …