NLP
More than you see
没啥,学吧
展开
-
LSTM学习笔记
LSTM学习笔记阅读colah的博客RNNLSTM 阅读colah的博客 链接在此:[传送门](http://colah.github.io/posts/2015-08-Understanding-LSTMs/) RNN 人类不会每秒钟都从头开始思考。对于每个词的理解,都是建立在对之前的词的理解上的。传统的神经网络做不到这一点。RNN解决了这个问题,它们是带有循环的网络,信息可以“持续存在...原创 2019-07-08 12:08:36 · 350 阅读 · 0 评论 -
Notes for LSTM-Based End-to-End Framework for Bio Event Extraction
ContentsIntroductionResearch backgroundMethods for Bio Event ExtractionOthers'The author'sRelated WorkRule-based approachMachine learning based approach Introduction Research background Structured des...翻译 2019-07-12 16:16:19 · 595 阅读 · 0 评论 -
短文本标题相似度检测及计算----word2vec学习笔记
目录GlobalParameter.pyutils.py读取stop_words对训练集进行分词对训练集进行预处理的整个过程train_model.pycalc_similarity.pyresult.py总结 注:此笔记为《短文本标题相似度检测及计算》课程学习笔记。笔记顺序为编写代码顺序。 本project分析一些新闻条目,并输出最相似的新闻标题组。 GlobalParameter.py ...原创 2019-08-08 00:36:18 · 2396 阅读 · 4 评论