IT常识
技术 Python PHP JavaScript IOS Android Java 数据库 资源 公众号 代码片段 github
  • IT常识
  • 资源

Meta-Learning: Learning to Learn Fast

Posted 2021-03-04 zle1992

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Meta-Learning: Learning to Learn Fast相关的知识,希望对你有一定的参考价值。

  • Define the Meta-Learning Problem
    • A Simple View
    • Training in the Same Way as Testing
    • Learner and Meta-Learner
    • Common Approaches
  • Metric-Based
    • Convolutional Siamese Neural Network
    • Matching Networks
      • Simple Embedding
      • Full Context Embeddings
    • Relation Network
    • Prototypical Networks
  • Model-Based
    • Memory-Augmented Neural Networks
      • MANN for Meta-Learning
      • Addressing Mechanism for Meta-Learning
    • Meta Networks
      • Fast Weights
      • Model Components
      • Training Process
  • Optimization-Based
    • LSTM Meta-Learner
      • Why LSTM?
      • Model Setup
    • MAML
      • First-Order MAML
    • Reptile
      • The Optimization Assumption
      • Reptile vs FOMAML
  • Reference

 

https://lilianweng.github.io/lil-log/2018/11/30/meta-learning.html#full-context-embeddings

https://www.zhihu.com/question/264595128/answer/743067364

以上是关于Meta-Learning: Learning to Learn Fast的主要内容,如果未能解决你的问题,请参考以下文章

Meta-learning原来有这么多用途,一文汇总元学习在5个问题中的应用

MAML:Model-Agnostic Meta-Learning

元学习Meta-learning与MAML

[notes] model-agnostic meta-learning

Learning to Learn and Predict: A Meta-Learning Approach for Multi-Label Classification

卡耐基梅隆大学(CMU)元学习和元强化学习课程 | Elements of Meta-Learning

(c)2006-2024 SYSTEM All Rights Reserved IT常识