摘要: WordNet WordNet本来是一个电子版英语词典。后来在NLP的发展下,为NLP提供了很多英语料支持。 >>> import nltk >>> nltk.download('wordnet') >>> from nltk.corpus import wordnet as wn >>> wn.s 阅读全文
posted @ 2021-12-09 19:17 梦想家肾小球 阅读(150) 评论(0) 推荐(0) 编辑
摘要: networkx;图 阅读全文
posted @ 2021-12-09 16:06 梦想家肾小球 阅读(307) 评论(0) 推荐(0) 编辑
摘要: AE; VAE 阅读全文
posted @ 2021-12-04 19:00 梦想家肾小球 阅读(616) 评论(0) 推荐(0) 编辑
摘要: GCN;DGP;Zero-shot learning 阅读全文
posted @ 2021-12-03 23:05 梦想家肾小球 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: Intro There is no intersection between classes in training data and test data. So, to recognize the unseen classes, we should try to find out the desc 阅读全文
posted @ 2021-12-03 13:54 梦想家肾小球 阅读(254) 评论(0) 推荐(0) 编辑
摘要: MoCo v3的改动;探究导致instability的原因;提出减轻instability的方案 阅读全文
posted @ 2021-11-24 09:55 梦想家肾小球 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Swin Transformer; Shifted Windows MSA; Relative position bias 阅读全文
posted @ 2021-11-18 23:29 梦想家肾小球 阅读(1413) 评论(0) 推荐(0) 编辑
摘要: pytorch中transform图像变换 阅读全文
posted @ 2021-11-18 15:12 梦想家肾小球 阅读(188) 评论(0) 推荐(0) 编辑
摘要: super().__init__()用法 阅读全文
posted @ 2021-11-18 12:32 梦想家肾小球 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 使用残差的好处 阅读全文
posted @ 2021-11-17 23:16 梦想家肾小球 阅读(9) 评论(0) 推荐(0) 编辑