咦什么
咦什么
全部文章
分类
DIIN(1)
heap(1)
STL(1)
排序(1)
文本分类(2)
文本分类论文阅读(10)
文本匹配论文阅读(6)
未归档(29)
机器学习(3)
算法面试(1)
面试(1)
归档
标签
去牛客网
登录
/
注册
小菜鸡
全部文章
(共56篇)
二叉树题目汇总
文章目录 二叉树的最大距离(即相距最远的两个叶子节点,编程之美,百度面试题) 二叉树的深度 重建二叉树 对称二叉树(leetcode 101) 二叉树的下一个节点 树的子结构 二叉搜索树的后序遍历序列 二叉树中和为某一值的路径 二叉搜索树与双向链表 序列化...
2019-04-11
0
464
Bilateral Multi-Perspective Matching for Natural Language Sentences阅读笔记及复现
文章目录 Method Model Overview 1. Word Representation Layer 2. Context Representation Layer 3. Matching Layer 4. Aggregation...
2019-04-10
0
691
字符串处理相关函数
to_string c_str Returns a pointer to an array that contains a null-terminated sequence of characters (i.e., a C-string) representing the current val...
2019-04-10
0
490
Hierarchical Attention Networks for Document Classification阅读笔记
文章目录 模型结构 Hierarchical Attention Word Encoder Word Attention Sentence Encoder Sentence Attention Document Classif...
2019-04-09
0
806
A Decomposable Attention Model for Natural Language Inference阅读笔记
文章目录 模型 Input representation Attend Compare Aggregate Intra-Sentence Attention(Optional) 参数设置 实验 模型 模型主要包括四部分: Inpu...
2019-04-09
0
592
Enhanced LSTM for Natural Language Inference(ESIM)阅读笔记
文章目录 模型介绍 Hybrid Neural Inference Models 1. Input Encoding 2. Local Inference Modeling 3. Inference Composition 实验 ...
2019-04-08
0
979
Siamese Recurrent Architectures 阅读笔记及复现
文章目录 1. Siamese Recurrent Architectures for Learning Sentence Similarity 模型结构 Manhattan LSTM Model 实验 参数设置 实验结果 ...
2019-04-08
0
823
CS224n(winter 2019)笔记——Lecture2
接上节课没讲完的word2vec word2vec(续) 训练策略: SGD <center> </center> Word2vec使用SGD训练存在的问题: 每次只有窗口内的词会参与训练,梯度矩阵太稀疏,训练效率低。 <center>...
2019-03-18
0
824
Glove公式推导
定义符号: X i = <...
2019-03-18
0
569
CS224n(winter 2019)笔记——Lecture1
Lecture1 本节主要内容 How to represent word? Problems with resources like WordNet Problem with words as discrete symbols(one-hot vector) ...
2019-03-15
0
463
首页
上一页
1
2
3
4
5
6
下一页
末页