Zhang Xinwei's blog

  • Home

  • Tags

  • Categories

  • Archives

  • About

Leetcode 44 | Wildcard Matching

Posted on 2019-08-14 | In 刷题笔记

Wildcard Matching

Difficulty: Hard

Read more »

论文笔记 | Semi-Supervised Classification With Graph Convolutional Networks

Posted on 2019-08-14 | Edited on 2019-08-26 | In 论文笔记

这篇文章将分类问题转化为图上的标签传播,并借助localized spectral filter 以及其一阶近似来简化计算。

Read more »

论文笔记 | Few-Shot Learning With Graph Neural Networks

Posted on 2019-08-14 | In 论文笔记

这篇文章将GNN运用到FSL中,利用标签传播的思想进行分类。这一方法可以被扩展到半监督学习或是active learning中。

Read more »

论文笔记 | Semi-supervised与Unsupervised FSL合集

Posted on 2019-08-07 | Edited on 2019-08-14 | In 论文笔记

这一次是4篇半监督/无监督的Few-Shot learning文章合集。由于使用了无标签的数据,那么如何利用这些数据就成为了这几篇文章要解决的问题。

Read more »

论文笔记 | Learning to Propagete Labels: Transductive Propagation Network for Few-Shot Learning

Posted on 2019-08-07 | Edited on 2019-08-14 | In 论文笔记

本文提出一种用于Few-Shot learning的标签传播算法,将标签从有标记的样本向无标记的测试点传播。传播的过程借助于一个graph construction module.

Read more »

论文笔记 | Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks

Posted on 2019-07-31 | Edited on 2019-08-14 | In 论文笔记

本文提出了模型无关(model-agnostic)的meta learning算法,被称为MAML. 该算法可以用于任何通过梯度下降来更新参数的模型。

Read more »

论文笔记 | Learning to Compare: Relation Network for Few-Shot Learning

Posted on 2019-07-30 | Edited on 2019-08-14 | In 论文笔记

这篇文章提出了利用计算“关系”的网络,通过meta-learning的方式,来解决Few-Shot Learning问题的框架。

Read more »

Leetcode 32 | Longest Valid Parentheses

Posted on 2019-07-29 | Edited on 2019-08-14 | In 刷题笔记

Longest Valid Parentheses

Difficulty: Hard

Read more »

Leetcode 30 | Substring with Concatenation of All Words

Posted on 2019-07-29 | Edited on 2019-08-14 | In 刷题笔记

Substring with Concatenation of All Words

Difficulty: Hard

Read more »

Leetcode 31 | Next Permutation

Posted on 2019-07-29 | Edited on 2019-08-14 | In 刷题笔记

Next Permutation

Difficulty: Medium

Read more »
12

Zhang Xinwei

Their feathers are just too bright

17 posts
2 categories
21 tags
GitHub E-Mail StackOverflow
© 2019 Zhang Xinwei
Powered by Hexo v3.8.0
|
Theme – NexT.Muse v6.7.0