Cost function

From Computer Science Wiki
Revision as of 11:52, 12 March 2018 by Mr. MacKenty (talk | contribs)
Case study notes[1]

Introduction[edit]

In ML, cost functions are used to estimate how badly models are performing. Put simply, a cost function is a measure of how wrong the model is in terms of its ability to estimate the relationship between X and y. This cost function (you may also see this referred to as loss or error.) can be estimated by iteratively running the model to compare estimated predictions against “ground truth” — the known values of y[2]


References[edit]