美文网首页
机器学习week1

机器学习week1

作者: 猪蹄炖粥 | 来源:发表于2018-10-31 22:39 被阅读8次

introduction

machine learning:

Field of study that gives computers the ability to learn without being explicitly programmed

Supervised learning

  • "Right answer" given
  • regression: 设法预测连续值
  • Classifiation 预测离散值的输出值
  • How to deal with infinite number of features?——Support vector machine

Unsupervised learning

  • Without "right answer"
  • Find the structure of data in a given data set.
  • Clustering algorithm

相关文章

网友评论

      本文标题:机器学习week1

      本文链接:https://www.haomeiwen.com/subject/lswztqtx.html