Leture 3 Optimization
-
Recap probabilistic formulation of meta-learning(回顾元学习的概率公式)
-
General recipe of meta-learning algorithms(不同元学习方法的一般方法)
How to evaluate a meta-learning algorithm?
5-way,1-shot image classification(给出五个分类的图片,然后对一个新的example进行分类)
能够将图片分类问题替换为任何一个行的机器学习任务:回归问题,语言生成类,技能学习类等。
在一般的监督学习任务中,我们给定一个输入x,希望学习这个输入x,训练模型f,得到输出y
而在元学习任务中,输入的是多个数据集,我们希望学习到的是数据集的函数f,测试输入是x,输出是y
- Black-box adaptation approaches