错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to Machine Learning

  • N. M. Anoop Krishnan,
  • Hariprasad Kodamana,
  • Ravinder Bhattoo

摘要

Machine learning algorithms can be broadly divided into three categories depending on the nature of the “learning” process, namely, supervised, unsupervised, and reinforcement learningReinforcement learning. In this chapter, we introduce these different categories with the focus on the nature of the tasks for which these algorithms are useful. Specifically, we focus on supervised and unsupervised learningUnsupervised learning algorithms. The supervised algorithms may further be classified as parametric and non-parametric algorithms depending on the mathematical modelModels used to fit the data. These algorithms may be used for several downstream tasks such as classification, regression, or clustering. Finally, we discuss the idea of overfitting and underfitting in machine learningMachine learning algorithms.