├── Learning_Notes ├── Bert的相关疑问.md ├── CRF(条件随机场).md ├── Contrastive Representation Learning.md ├── DRL(Deep Reinforced Learning).md ├── Deep_Learning(深度学习).md ├── Lasso回归_岭回归_弹性网回归.md ├── Pytorch手撸Attention.md ├── RNN(循环神经网络).md ├── Transformer_20问.md ├── src │ ├── DRL1.png │ ├── DRL2.png │ ├── DRL3.png │ ├── DRL4.png │ ├── DRL5.png │ ├── DRL6.png │ ├── DRL7.png │ ├── EDA.png │ ├── LSL.png │ ├── attention1.png │ ├── attention2.png │ ├── bert-attention.png │ ├── bert-picture.png │ ├── bertflow.png │ ├── bys1.png │ ├── bys2.png │ ├── bys3.png │ ├── cutoff.png │ ├── frp-1.png │ ├── image-20240123141305224.png │ ├── image-20240123141547728.png │ ├── image-20240123142921461.png │ ├── pregnant.png │ ├── qt.png │ ├── simcse.png │ ├── triplet.png │ └── whitek ├── 对比表征学习(一).md ├── 对比表示学习(二)Setence Embedding.md ├── 损失函数.md ├── 混淆矩阵.md ├── 生成模型的疑问与回答.md ├── 贝叶斯公式.md └── 隐马尔可夫模型.md ├── Paper_Reading ├── ClusterNS.md ├── ConSERT.md ├── ESimCSE.md ├── IS-CSE.md ├── PromCSE.md ├── Semi-supervised Sequence Learning.md ├── Sentence Representation Survey.md ├── SimCLR.md ├── Universal Language Model Fine-tuning for Text Classification.md ├── WhitenedCSE.md └── src │ ├── SImCLR │ ├── SRS2 │ ├── SRS3 │ ├── SRS4 │ └── sentenceRepresentationSurvey ├── Paper_Summary ├── ACL Chinese.md └── Sentence_Embedding近两年顶会论文.md └── README.md /Learning_Notes/Bert的相关疑问.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Bert的相关疑问.md -------------------------------------------------------------------------------- /Learning_Notes/CRF(条件随机场).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/CRF(条件随机场).md -------------------------------------------------------------------------------- /Learning_Notes/Contrastive Representation Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Contrastive Representation Learning.md -------------------------------------------------------------------------------- /Learning_Notes/DRL(Deep Reinforced Learning).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/DRL(Deep Reinforced Learning).md -------------------------------------------------------------------------------- /Learning_Notes/Deep_Learning(深度学习).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Deep_Learning(深度学习).md -------------------------------------------------------------------------------- /Learning_Notes/Lasso回归_岭回归_弹性网回归.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Lasso回归_岭回归_弹性网回归.md -------------------------------------------------------------------------------- /Learning_Notes/Pytorch手撸Attention.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Pytorch手撸Attention.md -------------------------------------------------------------------------------- /Learning_Notes/RNN(循环神经网络).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/RNN(循环神经网络).md -------------------------------------------------------------------------------- /Learning_Notes/Transformer_20问.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/Transformer_20问.md -------------------------------------------------------------------------------- /Learning_Notes/src/DRL1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL1.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL2.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL3.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL4.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL5.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL6.png -------------------------------------------------------------------------------- /Learning_Notes/src/DRL7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/DRL7.png -------------------------------------------------------------------------------- /Learning_Notes/src/EDA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/EDA.png -------------------------------------------------------------------------------- /Learning_Notes/src/LSL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/LSL.png -------------------------------------------------------------------------------- /Learning_Notes/src/attention1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/attention1.png -------------------------------------------------------------------------------- /Learning_Notes/src/attention2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/attention2.png -------------------------------------------------------------------------------- /Learning_Notes/src/bert-attention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bert-attention.png -------------------------------------------------------------------------------- /Learning_Notes/src/bert-picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bert-picture.png -------------------------------------------------------------------------------- /Learning_Notes/src/bertflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bertflow.png -------------------------------------------------------------------------------- /Learning_Notes/src/bys1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bys1.png -------------------------------------------------------------------------------- /Learning_Notes/src/bys2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bys2.png -------------------------------------------------------------------------------- /Learning_Notes/src/bys3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/bys3.png -------------------------------------------------------------------------------- /Learning_Notes/src/cutoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/cutoff.png -------------------------------------------------------------------------------- /Learning_Notes/src/frp-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/frp-1.png -------------------------------------------------------------------------------- /Learning_Notes/src/image-20240123141305224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/image-20240123141305224.png -------------------------------------------------------------------------------- /Learning_Notes/src/image-20240123141547728.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/image-20240123141547728.png -------------------------------------------------------------------------------- /Learning_Notes/src/image-20240123142921461.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/image-20240123142921461.png -------------------------------------------------------------------------------- /Learning_Notes/src/pregnant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/pregnant.png -------------------------------------------------------------------------------- /Learning_Notes/src/qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/qt.png -------------------------------------------------------------------------------- /Learning_Notes/src/simcse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/simcse.png -------------------------------------------------------------------------------- /Learning_Notes/src/triplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/triplet.png -------------------------------------------------------------------------------- /Learning_Notes/src/whitek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/src/whitek -------------------------------------------------------------------------------- /Learning_Notes/对比表征学习(一).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/对比表征学习(一).md -------------------------------------------------------------------------------- /Learning_Notes/对比表示学习(二)Setence Embedding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/对比表示学习(二)Setence Embedding.md -------------------------------------------------------------------------------- /Learning_Notes/损失函数.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/损失函数.md -------------------------------------------------------------------------------- /Learning_Notes/混淆矩阵.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/混淆矩阵.md -------------------------------------------------------------------------------- /Learning_Notes/生成模型的疑问与回答.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/生成模型的疑问与回答.md -------------------------------------------------------------------------------- /Learning_Notes/贝叶斯公式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/贝叶斯公式.md -------------------------------------------------------------------------------- /Learning_Notes/隐马尔可夫模型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Learning_Notes/隐马尔可夫模型.md -------------------------------------------------------------------------------- /Paper_Reading/ClusterNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/ClusterNS.md -------------------------------------------------------------------------------- /Paper_Reading/ConSERT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/ConSERT.md -------------------------------------------------------------------------------- /Paper_Reading/ESimCSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/ESimCSE.md -------------------------------------------------------------------------------- /Paper_Reading/IS-CSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/IS-CSE.md -------------------------------------------------------------------------------- /Paper_Reading/PromCSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/PromCSE.md -------------------------------------------------------------------------------- /Paper_Reading/Semi-supervised Sequence Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/Semi-supervised Sequence Learning.md -------------------------------------------------------------------------------- /Paper_Reading/Sentence Representation Survey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/Sentence Representation Survey.md -------------------------------------------------------------------------------- /Paper_Reading/SimCLR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/SimCLR.md -------------------------------------------------------------------------------- /Paper_Reading/Universal Language Model Fine-tuning for Text Classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/Universal Language Model Fine-tuning for Text Classification.md -------------------------------------------------------------------------------- /Paper_Reading/WhitenedCSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/WhitenedCSE.md -------------------------------------------------------------------------------- /Paper_Reading/src/SImCLR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/src/SImCLR -------------------------------------------------------------------------------- /Paper_Reading/src/SRS2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/src/SRS2 -------------------------------------------------------------------------------- /Paper_Reading/src/SRS3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/src/SRS3 -------------------------------------------------------------------------------- /Paper_Reading/src/SRS4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/src/SRS4 -------------------------------------------------------------------------------- /Paper_Reading/src/sentenceRepresentationSurvey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Reading/src/sentenceRepresentationSurvey -------------------------------------------------------------------------------- /Paper_Summary/ACL Chinese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Summary/ACL Chinese.md -------------------------------------------------------------------------------- /Paper_Summary/Sentence_Embedding近两年顶会论文.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/Paper_Summary/Sentence_Embedding近两年顶会论文.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEE1even/NLP-Learning/HEAD/README.md --------------------------------------------------------------------------------