说明:读书笔记并非原创,内容和图均来自原作,仅用于学习交流。
Collection
AI
NLP
- 胡思乱想
- 知识图谱
- 论文和模型:
- 2020 Bert-Flow
- 2020 Funnel Transformer
- 2020 PEGASUS
- 2020 DeBERTa
- 2020 Reformer
- 2019 Sentence-Bert
- 2019 Bart
- 2019 DistilBERT
- 2019 ALBERT
- 2019 GPT2
- 2019 ELECTRA
- 2019 CTRL
- 2019 RoBERTa
- 2019 ERNIE
- 2019 XLNet
- 2019 Bert
- 2018 Attributes External Feature
- 2017 Transformer Code
- 2017 Transformer Paper
- 2016 Node2Vec
- 2016 NER with Bi-LSTM and CRF
- 2015 Bahdanau Attention
- 2015 Luong Attention
- 2004 TextRank Keyword Extraction
- 读书笔记:冯志伟《自然语言计算机形式分析的理论与方法》
RecSearchCTR
DeepLearning
MachineLearning
Coding
- LeetCode
- Longest Substring Without Repeating Characters (LeetCode 3)
- Median of Two Sorted Arrays (LeetCode 4)
- Longest Palindromic Substring (LeetCode 5)
- Swap Nodes in Paris (LeetCode 24)
- Search in Rotated Sorted Array (LeetCode 33, 81, 153)
- Find First and Last Position of Element in Sorted Array (LeetCode 34)
- 剑指 Offer2(Python 版)解析