What is a Learning Curve in machine learning?

后端 未结 10 2123
有刺的猬
有刺的猬 2020-12-23 02:15

I want to know what a learning curve in machine learning is. What is the standard way of plotting it? I mean what should be the x and y axis of my plot?

10条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-23 02:30

    It is a Graph that compares the performance of a model on preparing and testing data over a changing number of training instances and these are a generally utilized as analytic instrument in machine learning for calculations that learn from a training dataset incrementally. It allows us to verify when a model has learning as much as it can about the data.

    There are three kinds of expectations to Learning curves absorb information

    • Bad Learning Curve: High Bias
    • Bad Learning Curve: High Variance
    • Ideal Learning Curve

提交回复
热议问题