Harukaze

 

08 2021 档案

【力扣】DFS/BFS/迭代
摘要:内容源于 https://leetcode-cn.com/problems/binary-tree-inorder-traversal/solution/python3-er-cha-shu-suo-you-bian-li-mo-ban-ji-zhi-s/ 二叉树遍历系列总结这里分别给出了三种二叉树 阅读全文

posted @ 2021-08-21 23:11 Harukaze 阅读(170) 评论(0) 推荐(0)

【力扣】DP合集
摘要:动态规划: 322零钱兑换 https://leetcode-cn.com/problems/coin-change/ 失败 198 打家劫舍 https://leetcode-cn.com/problems/house-robber/submissions/ 成功 213 打家劫舍II https 阅读全文

posted @ 2021-08-12 16:42 Harukaze 阅读(180) 评论(0) 推荐(0)

【论文阅读】Attention Is All Y ou Need[NIPS2017]
摘要:论文地址:https://arxiv.org/abs/1706.03762 代码地址:https://github.com/ tensorflow/tensor2tensor Abstract 主导序列转导模型dominant sequence transduction models基于复杂的递归或 阅读全文

posted @ 2021-08-04 23:50 Harukaze 阅读(271) 评论(0) 推荐(0)

【论文阅读】Deep contextualized word representations[NAACL2018]
摘要:论文地址:https://aclanthology.org/N18-1202/ 代码地址:http://allennlp.org/elmo Abstract 我们介绍了一种新型的深层语境化的词语表示法,它对(1)词语使用的复杂特征(如语法和语义)和(2)这些使用如何在不同的语言语境中变化(即,对多义 阅读全文

posted @ 2021-08-04 09:57 Harukaze 阅读(278) 评论(0) 推荐(0)

【论文阅读】Infomation Extraction from English & Japanese Resume with Neural Sequence Labelling Methods[ANLP2018]
摘要:论文地址:https://anlp.jp/proceedings/annual_meeting/2018/pdf_dir/P10-5.pdf 代码地址: Abstract We prepare our own annotated resume datasets for both English an 阅读全文

posted @ 2021-08-02 12:40 Harukaze 阅读(149) 评论(0) 推荐(0)

【论文阅读】ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators[ICLR2020]
摘要:论文地址:https://arxiv.org/pdf/2003.10555.pdf 预训练模型及代码地址(Tensorflow):https://github.com/google-research/electra 文章后半部分有些翻译过来还是有些模糊,谨慎阅读! ABSTRACT 蒙面语言建模(M 阅读全文

posted @ 2021-08-01 17:58 Harukaze 阅读(731) 评论(0) 推荐(0)

【论文阅读】ERNIE: Enhanced Representation through Knowledge Integration[arXiv2019]
摘要:论文地址:https://arxiv.org/pdf/1904.09223.pdf ERNIE预训练模型代码地址:https://github.com/PaddlePaddle/ERNIE Abstract 我们提出了一种新的由知识增强的语言表示模型,称为ERNIE(通过知识集成增强表示)。受BER 阅读全文

posted @ 2021-08-01 12:18 Harukaze 阅读(714) 评论(0) 推荐(0)

导航