From 3a2592e66ee4976e443b7bd59c606a67a236c9d3 Mon Sep 17 00:00:00 2001 From: GT-Zhang <46156734+GT-ZhangAcer@users.noreply.github.com> Date: Thu, 21 Oct 2021 11:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=9C=80?= =?UTF-8?q?=E8=BF=91=E6=AF=94=E8=BE=83=E7=81=AB=E7=9A=84=E5=B0=8F=E6=A0=B7?= =?UTF-8?q?=E6=9C=AC=E5=AD=A6=E4=B9=A0=E8=B5=84=E6=96=99=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加FLS-Mate的链接,内含大量近年来的小样本学习文献链接(FewShotPapers/README.md)[https://github.com/tata1661/FSL-Mate/blob/master/FewShotPapers/README.md]以及一个小样本实战的Python包。 总体上感觉质量非常不赖,自己也在文本分类和图像分类任务上试了一下,挺流畅的。所以想PR到咱这个干货很多的库里面,希望可以被合入~ --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f75e2..6b013ca 100755 --- a/README.md +++ b/README.md @@ -976,6 +976,7 @@ ______ * [小样本学习(Few-shot Learning)综述](https://zhuanlan.zhihu.com/p/61215293) * [Few-Shot Learning in CVPR 2019](https://towardsdatascience.com/few-shot-learning-in-cvpr19-6c6892fc8c5) * [当小样本遇上机器学习 fewshot learning](https://blog.csdn.net/mao_feng/article/details/78939864) +* [小样本学习理论与实战资源合集(FSL-Mate)](https://github.com/tata1661/FSL-Mate) ### 多视觉学习(Multi-View Learning) * [Multi-view Learning 多视角学习入门](https://blog.csdn.net/danliwoo/article/details/79278574) @@ -1044,4 +1045,4 @@ ______ #### 实战 * [RecommendSystemPractice](https://github.com/Magic-Bubble/RecommendSystemPractice) -* [Surprise](http://surpriselib.com/) \ No newline at end of file +* [Surprise](http://surpriselib.com/)