博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
机器学习基石 - Three Learning Principles
阅读量:4090 次
发布时间:2019-05-25

本文共 670 字,大约阅读时间需要 2 分钟。

(Machine Learning Foundations)—Mathematical Foundations

,副教授 (Associate Professor),资讯工程学系 (Computer Science and Information Engineering)

Occam’s Razor

  • entities must not be multiplied beyond necessity
  • trim down unnecessary explanation
  • simple: small hypothesis/model complexity
  • direct action: linear first; always ask whether data over-modeled
  • simple is good

Sampling Bias

  • If the data is sampled in a biased way, learning will produce a similarly biased outcome.
  • match test scenario as much as possible 测试的环境和训练的环境尽可能接近

Data Snooping

  • your brain’s ‘model complexity’
  • data snooping by shift-scale all values
  • later author snooped data by reading earlier papers
  • 这里写图片描述

Power of Three

你可能感兴趣的文章
聊聊编码那些事,顺带实现base64
查看>>
TypeScript for React (Native) 进阶
查看>>
React 和 ReactNative 的渲染机制/ ReactNative 与原生之间的通信 / 如何自定义封装原生组件/RN中的多线程
查看>>
JavaScript实现DOM树的深度优先遍历和广度优先遍历
查看>>
webpack4 中的 React 全家桶配置指南,实战!
查看>>
react 设置代理(proxy) 实现跨域请求
查看>>
通过试题理解JavaScript
查看>>
webpack的面试题总结
查看>>
实践这一次,彻底搞懂浏览器缓存机制
查看>>
Koa2教程(常用中间件篇)
查看>>
React Hooks 完全指南
查看>>
React16常用api解析以及原理剖析
查看>>
教你发布你npm包
查看>>
nvm 和 nrm 的安装与使用
查看>>
React Hooks 一步到位
查看>>
React Redux常见问题总结
查看>>
前端 DSL 实践指南
查看>>
ReactNative: 自定义ReactNative API组件
查看>>
cookie
查看>>
总结vue知识体系之实用技巧
查看>>