LegenDong's Stars
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
scutan90/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
taizilongxu/interview_python
关于Python的面试题
MingchaoZhu/DeepLearning
Python for《Deep Learning》,该书为《深度学习》(花书) 数学推导、原理剖析与源码级别代码实现
dragen1860/MAML-Pytorch
Elegant PyTorch implementation of paper Model-Agnostic Meta-Learning (MAML)
mercari/ml-system-design-pattern
System design patterns for machine learning
zslomo/2019-Autumn-recruitment-experience
2019届秋招面经集合
icoz69/DeepEMD
Code for paper "DeepEMD: Few-Shot Image Classification with Differentiable Earth Mover's Distance and Structured Classifiers", CVPR2020
Haixing-Hu/nju-thesis
南京大学学位论文XeLaTeX模板
random-yang/paper
一个类纸风的主题paper 🎉
megvii-research/DPGN
[CVPR 2020] DPGN: Distribution Propagation Graph Network for Few-shot Learning.
dingmyu/DAPN
A pytorch implementation of "Domain-Adaptive Few-Shot Learning"
leeroee/NN-by-Numpy
cnn
mileyan/simple_shot
flennerhag/warpgrad
Meta-Learning with Warped Gradient Descent
jik0730/Meta-SGD-pytorch
Neat implementation of Meta-SGD in pytorch: https://arxiv.org/abs/1707.09835
leokarlin/LaSO
LaSO: Label-Set Operations networks for multi-label few-shot learning - official implementation
foolyc/Meta-SGD
Meta-SGD experiment on Omniglot classification compared with MAML
tiangeluo/fsl-global
Few-Shot Learning with Global Class Representations
seongmin-kye/MCT
Pytorch implementation of Meta-Learned Confidence for Few-shot Learning
LuEE-C/FIGR
Few-shot Image Generation with Reptile
mibastro/VPE
VPE logos
naraysa/gzsl-od
Out-of-Distribution Detection for Generalized Zero-Shot Action Recognition
yoonholee/MT-net
Code accompanying the ICML-2018 paper "Gradient-Based Meta-Learning with Learned Layerwise Metric and Subspace"
chauhanjatin10/GraphsFewShot
Few Shot Learning on Graphs
ffmpbgrnn/CMN
KivenCkl/LeetCode_Helper
Python 实现的 LeetCode 仓库美化程序。爬取 LeetCode-cn AC 的题目描述和提交的代码,并整理至相应的文件夹,生成相应的 README 文件。
Miaotxy/my_pytorch_maml
a respectively concise Implemention of Maml in Module way
farbodtm/reptile-pytorch
PyTorch implementation of OpenAI's REPTILE Algorithm
WonderSeven/ULDA
The official implement of paper "Unsupervised Few-Shot Learning via Distribution Shift-based Augmentation"