美文网首页
2-Is learning feasible ?

2-Is learning feasible ?

作者: Klaas | 来源:发表于2018-03-06 21:34 被阅读18次
  • 该图的实验贯穿了整个lecture。 从一个bin中sample出来的N个样本样本, 然后从样本学习出v, 并且希望v≈u (u是bin中的red marble的比例)


    exp
  • Hoeffding's inequality。来源自大数定理, 我们希望v与u的差异在一个小范围epsilon之外的概率缩小在一个很小的范围。这点可以通过增大样本个数N或者放宽epsilon。在本lecture中, 是以u,v举例, 这是对应二元的情况, 对于其它多元的情况, 也可以用均值E来衡量差异。P.A.C.指的是probably, approximately, correct。probably指的是等式右端的概率很小(violation is small), approximately 指u, v close to each other.


    Hoeffding
  • 样本视作是从bin采样产生


    diagram
  • 之所以用多个bin, 指我们的模型是有多个h的, 每个h都产生不一样的u和v


    hypothesis
  • in sample 指的是采样出来的点, out of sample指的是original的点。


    notation
  • 事情还没完成, 因为上述讨论的只是针对一个bin, 而实际是讨论多个bin才有意义。 我们是从多个bin对应的多个h选出来一个g作为终选的hypothesis, 必须保证其最优。


    not done
  • 最终的推导如下, 利用了概率论中的union法则。 最后的式子的M代表了hypothesis的数量, 当M过大的时候, 可能导致右边的式子为大于1的数, 这样式子显然成立。 这是因为M过大, 模型过于复杂了, 过拟合!

sol1
sol2

相关文章

  • 2-Is learning feasible ?

    该图的实验贯穿了整个lecture。 从一个bin中sample出来的N个样本样本, 然后从样本学习出v, 并且希...

  • 《learn from data》 Exercise1.10

    关于learning feasible和hoeffding bound的理解,该实验很有意思: (a) u=0.5...

  • 100单词(一)

    单词 一、单词 feasible 可行的 adj. It is a feasible plan to stimul...

  • practicable & practical &

    * practicable - Something is practicable if it's feasible...

  • 2016年12月16日

    feasible that can be done; practicable; possible It's not...

  • 2019-01-14 viable

    词:viable =workable, applicable, feasible, operable, pract...

  • English

    Apron 停机坪 simulation-based 基于仿真的 feasible 可行的 undesirable...

  • 商业模型

    优秀的商业模型符合三点,第一 feasible, 第二 sustainable, 第三 scalable。一个商业...

  • 记忆法

    词源记忆 看读音,看拼写,看意思 词源的变化规则 元音之间可以互换 a e i o u ye.g.feasible...

  • 目录

    Machine Learning Deep Learning Transfer Learning Reinforc...

网友评论

      本文标题:2-Is learning feasible ?

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