机器学习随记【day01】
2022/1/11 23:04:06
本文主要是介绍机器学习随记【day01】,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
内容主要出自吴恩达机器学习网课
机器学习
Grew out of in AI
New capabilitiy for computers 计算机开发的新功能
部分应用
Data mining 数据挖掘
Applications cant program by hand 人无法手写的程序
Self-customizing programs 私人定制程序
Understanding human learning(brain,real AI) 理解人类学习与大脑
定义
Arthur Samuel (1959):Machine Learning: Field ofstudy that gives computers the ability to learnwithout being explicitly programmed.
在没有明确设置的情况下,使计算机具有学习能力的研究领域
Tom Mitchell(1998):Well-posed Learning Problem:A computer program is said to learn from experience E with respect to some task T and some performance measure P,if its performance on T,as measured by P,improves with experience E.
一个适当的学习问题定义如下:计算机程序从经验 E (程序与自己下上万次跳棋)中学习,解决某一任务 T (玩跳棋),进行某一性能度量 P (与新对手玩跳棋时赢的概率),通过 P 测定在 T 上的表现因经验 E 而提高。
问题
假设你的邮箱正在观察你将哪些邮件标记为垃圾邮件,并基于此学习如何更好的过滤邮件,那么在这里任务 T 是什么?
A. Classifying emails as spam or not spam.
B. Watching you label email as spam or not spam.
C. The number(or fraction) of eamils correctly classified as spam/not spam.
D. None of the above–this is not a machine learning problem
A 是任务T B是经验E C是度量P D雀氏一眼错啊
机器学习算法
最常用的监督学习与无监督学习
监督学习(Supervised learning)
无监督学习(Unsupervised learning)
Others
Reinforcement learning 强化学习
recommendersystems 推荐系统
这篇关于机器学习随记【day01】的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-10-28机器学习资料入门指南
- 2024-10-25机器学习开发的几大威胁及解决之道
- 2024-10-24以下是五个必备的MLOps (机器学习运维)工具,帮助提升你的生产效率 ??
- 2024-10-15如何选择最佳的机器学习部署策略:云 vs. 边缘
- 2024-10-12从软件工程师转行成为机器学习工程师
- 2024-09-262024年机器学习路线图:精通之路步步为营指南
- 2024-09-13机器学习教程:初学者指南
- 2024-08-07从入门到精通:全面解析机器学习基础与实践
- 2024-01-24手把手教你使用MDK仿真调试
- 2024-01-10基于“小数据”的机器学习