自然语言处理 (NLP)资源大全

2017 年 9 月 17 日 机械鸡 NLP



目录


课程

书籍

教程

讲座

框架

论文

博客

学者

数据集

其它


课程


CS224d: Deep Learning for Natural Language Processing from Stanford


  • Course homepage A complete survey of the field with videos, lecture slides, and sample student projects.

  • Course Lectures Video playlist.

  • Course notes Probably the best "book" on DL for NLP.


Neural Networks for NLP from Carnegie Mellon University


  • Coures homepage

  • Course Lectures

  • Course code


书籍


  • Neural Network Methods in Natural Language Processing by Yoav Goldberg and Graeme Hirst

  • Deep Learning in Natural Language Processing by Li Deng and Dang Liu

  • Natural Language Processing in Action by Hobson Lane, Cole Howard, and Hannes Hapke


教程


  • Deep Learning for Natural Language Processing (without Magic)

  • A Primer on Neural Network Models for Natural Language Processing

  • Deep Learning for Natural Language Processing: Theory and Practice (Tutorial)

  • TensorFlow Tutorials

  • Practical Neural Networks for NLP from EMNLP 2016 using DyNet framework

  • Recurrent Neural Networks with Word Embeddings

  • LSTM Networks for Sentiment Analysis

  • TensorFlow demo using the Large Movie Review Dataset

  • LSTMVis: Visual Analysis for Recurrent Neural Networks


讲座


  • Ali Ghodsi's lecture on word2vec part 1 and part 2

  • Richard Socher's talk on sentiment analysis, question answering, and sentence-image embeddings

  • Deep Learning, an interactive introduction for NLP-ers

  • Deep Natural Language Understanding

  • Deep Learning Summer School, Montreal 2016 Includes state-of-art language modeling.


框架


  • Keras - The Python Deep Learning library Emphasis on user friendliness, modularity, easy extensibility, and Pythonic.

  • TensorFlow - A cross-platform, general purpose Machine Intelligence library with Python and C++ API.

  • Genism: Topic modeling for humans - A Python package that includes word2vec and doc2vec implementations.

  • DyNet - The Dynamic Neural Network Toolkit "work well with networks that have dynamic structures that change for every training instance".

  • Google’s original word2vec implementation

  • Deeplearning4j’s NLP framework - Java implementation.

  • deepnl - A Python library for NLP based on Deep Learning neural network architecture.


论文


  • Deep or shallow, NLP is breaking out - General overview of how Deep Learning is impacting NLP.

  • Natural Language Processing from Research at Google - Not all Deep Learning (but mostly).

  • Distributed Representations of Words and Phrases and their Compositionality - The original word2vec paper.

  • word2vec Parameter Learning Explained

  • Distributed Representations of Sentences and Documents

  • Context Dependent Recurrent Neural Network Language Model

  • Translation Modeling with Bidirectional Recurrent Neural Networks

  • Contextual LSTM (CLSTM) models for Large scale NLP tasks

  • LSTM Neural Networks for Language Modeling

  • Exploring the Limits of Language Modeling

  • Conversational Contextual Cues - Models context and participants in conversations.

  • Sequence to sequence learning with neural networks

  • Efficient Estimation of Word Representations in Vector Space

  • Learning Character-level Representations for Part-of-Speech Tagging

  • Representation Learning for Text-level Discourse Parsing

  • Fast and Robust Neural Network Joint Models for Statistical Machine Translation

  • Parsing With Compositional Vector Grammars

  • Smart Reply: Automated Response Suggestion for Email

  • Neural Architectures for Named Entity Recognition - State-of-the-art performance in NER with bidirectional LSTM with a sequential conditional random layer and transition-based parsing with stack LSTMs.

  • GloVe: Global Vectors for Word Representation - A "count-based"/co-occurrence model to learn word embeddings.

  • Grammar as a Foreign Language - State-of-the-art syntactic constituency parsing using generic sequence-to-sequence approach.

  • Skip-Thought Vectors - "unsupervised learning of a generic, distributed sentence encoder"(Paper&Code


博客


  • the morning paper: The amazing power of word vectors - Overview of word vectors.

  • Deep Learning, NLP, and Representations

  • The Unreasonable Effectiveness of Recurrent Neural Networks

  • Machine Learning for Emoji Trends

  • Teaching Robots to Feel: Emoji & Deep Learning

  • Computational Linguistics and Deep Learning - Opinion piece on how Deep Learning fits into the broader picture of text processing.


学者


  • Christopher Manning

  • Ali Ghodsi

  • Richard Socher

  • Yoshua Bengio


数据集


Dataset from "One Billion Word Language Modeling Benchmark" - Almost 1B words, already pre-processed text.


其它


word2vec analogy demo


Github:https://github.com/brianspiering/awesome-dl4nlp


推荐阅读

2021年,百度如何靠无人驾驶年赚1200亿美金?

这位29岁的清华工男靠“刷脸”折腾出120亿的大生意

吴恩达Quora解惑六大问题,深度学习将超越科技界

手把手教你利用AI实现图像的超级压缩

苹果发布会,有哪些人工智能亮点?

小米Note3 ‖ 国产首款支持人脸解锁手机


长期招聘志愿者

加入「AI从业者社群」请备注个人信息

添加小鸡微信  liulailiuwang


登录查看更多
35

相关内容

神经网络(Neural Networks)是世界上三个最古老的神经建模学会的档案期刊:国际神经网络学会(INNS)、欧洲神经网络学会(ENNS)和日本神经网络学会(JNNS)。神经网络提供了一个论坛,以发展和培育一个国际社会的学者和实践者感兴趣的所有方面的神经网络和相关方法的计算智能。神经网络欢迎高质量论文的提交,有助于全面的神经网络研究,从行为和大脑建模,学习算法,通过数学和计算分析,系统的工程和技术应用,大量使用神经网络的概念和技术。这一独特而广泛的范围促进了生物和技术研究之间的思想交流,并有助于促进对生物启发的计算智能感兴趣的跨学科社区的发展。因此,神经网络编委会代表的专家领域包括心理学,神经生物学,计算机科学,工程,数学,物理。该杂志发表文章、信件和评论以及给编辑的信件、社论、时事、软件调查和专利信息。文章发表在五个部分之一:认知科学,神经科学,学习系统,数学和计算分析、工程和应用。 官网地址:http://dblp.uni-trier.de/db/journals/nn/
斯坦福大学经典《自然语言处理cs224n》2020课件合集
专知会员服务
94+阅读 · 2020年5月25日
【强化学习资源集合】Awesome Reinforcement Learning
专知会员服务
93+阅读 · 2019年12月23日
【深度学习视频分析/多模态学习资源大列表】
专知会员服务
90+阅读 · 2019年10月16日
机器学习相关资源(框架、库、软件)大列表
专知会员服务
37+阅读 · 2019年10月9日
学习自然语言处理路线图
专知会员服务
133+阅读 · 2019年9月24日
金融领域自然语言处理研究资源大列表
专知
13+阅读 · 2020年2月27日
中文自然语言处理相关资料集合指南
专知
18+阅读 · 2019年3月10日
自然语言处理精品资料
平均机器
8+阅读 · 2019年3月6日
免费自然语言处理(NLP)课程及教材分享
深度学习与NLP
29+阅读 · 2019年1月18日
【资源】15个在线机器学习课程和教程
专知
8+阅读 · 2017年12月22日
A Survey on Bayesian Deep Learning
Arxiv
60+阅读 · 2020年7月2日
Image Segmentation Using Deep Learning: A Survey
Arxiv
43+阅读 · 2020年1月15日
Arxiv
53+阅读 · 2018年12月11日
Image Captioning based on Deep Reinforcement Learning
Arxiv
21+阅读 · 2018年8月30日
VIP会员
相关资讯
金融领域自然语言处理研究资源大列表
专知
13+阅读 · 2020年2月27日
中文自然语言处理相关资料集合指南
专知
18+阅读 · 2019年3月10日
自然语言处理精品资料
平均机器
8+阅读 · 2019年3月6日
免费自然语言处理(NLP)课程及教材分享
深度学习与NLP
29+阅读 · 2019年1月18日
【资源】15个在线机器学习课程和教程
专知
8+阅读 · 2017年12月22日
Top
微信扫码咨询专知VIP会员