Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks相关

元学习论文总结||小样本学习论文总结

2017-2019年计算机视觉顶会文章收录 AAAI2017-2019 CVPR2017-2019 ECCV2018 ICCV2017-2019 ICLR2017-2019 NIPS2017-2019

论文翻译:https://blog.csdn.net/weixin_41803874/article/details/91454944

 

The video tutorial can be found from: Model Agnostic Meta Learning 

Related Videos: My talk for Model Agnostic Meta Learning with domain adaptation

Paper: https://arxiv.org/pdf/1703.03400.pdf 

pyTorch Implementation:

  1. https://github.com/dragen1860/MAML-Pytorch 

  2. : https://github.com/tristandeleu/pytorch-maml-rl

TensorFlow Implementation: https://github.com/cbfinn/maml

你可能感兴趣的:(paper,reading,元学习)