A primer on neural network models for natural language processing
TL;DR: This tutorial surveys neural network models from the perspective of natural language processing research, in an attempt to bring natural-language researchers up to speed with the neural techniques.
read more
Abstract: Over the past few years, neural networks have re-emerged as powerful machine-learning models, yielding state-of-the-art results in fields such as image recognition and speech processing. More recently, neural network models started to be applied also to textual natural language signals, again with very promising results. This tutorial surveys neural network models from the perspective of natural language processing research, in an attempt to bring natural-language researchers up to speed with the neural techniques. The tutorial covers input encoding for natural language tasks, feed-forward networks, convolutional networks, recurrent networks and recursive networks, as well as the computation graph abstraction for automatic gradient computation.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Patent
Implementing a whole sentence recurrent neural network language model for natural language processing
Yinghui Huang,Abhinav Sethy,Kartik Audhkhasi,Bhuvana Ramabhadran +3 more
- 16 Apr 2018
TL;DR: In this article, a whole sentence recurrent neural network (RNN) language model (LM) is provided for estimating a probability of likelihood of each whole sentence processed by natural language processing being correct.
1
Adding identity numbers to deep neural networks
Xiangrui Xu,Yaqin Li,Yunlong Gao,Cao Yuan +3 more
- 14 Feb 2020
TL;DR: This paper aims at embedding a unique identity number (ID) to the deep neural network for model ownership verification, and demonstrates that the DNN ID can accurately verify the ownership of the authors' trained model.
1
Построение словарной морфологии на основе рекуррентного авто кодировщика
Закиров Марат Энварович
- 01 Jan 2017
TL;DR: The model described in this paper is trained to transform a word into a representation of a morphological vector of finite size, from which the word can be decoded back.
1
Application & Comparison of Several Sentiment Analysis Platforms with Open Source Review Dataset
TL;DR: This paper selects three common and representative softwares in each of these three categories and test them through experiments on six real-word datasets, design standardized steps and obtain experimental results from several angles, and points out the development direction of commercially available sentiment analysis software.
1
References
Long short-term memory
TL;DR: A novel, efficient, gradient based method called long short-term memory (LSTM) is introduced, which can learn to bridge minimal time lags in excess of 1000 discrete-time steps by enforcing constant error flow through constant error carousels within special units.
99K
ImageNet classification with deep convolutional neural networks
TL;DR: A large, deep convolutional neural network was trained to classify the 1.2 million high-resolution images in the ImageNet LSVRC-2010 contest into the 1000 different classes and employed a recently developed regularization method called "dropout" that proved to be very effective.
•Proceedings Article
ImageNet Classification with Deep Convolutional Neural Networks
Alex Krizhevsky,Ilya Sutskever,Geoffrey E. Hinton +2 more
- 03 Dec 2012
TL;DR: The state-of-the-art performance of CNNs was achieved by Deep Convolutional Neural Networks (DCNNs) as discussed by the authors, which consists of five convolutional layers, some of which are followed by max-pooling layers, and three fully-connected layers with a final 1000-way softmax.
•Posted Content
Adam: A Method for Stochastic Optimization
Diederik P. Kingma,Jimmy Ba +1 more
TL;DR: In this article, the adaptive estimates of lower-order moments are used for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimate of lowerorder moments.
82.5K
Gradient-based learning applied to document recognition
Yann LeCun,Léon Bottou,Léon Bottou,Yoshua Bengio,Yoshua Bengio,Yoshua Bengio,Patrick Haffner +6 more
- 01 Jan 1998
TL;DR: In this article, a graph transformer network (GTN) is proposed for handwritten character recognition, which can be used to synthesize a complex decision surface that can classify high-dimensional patterns, such as handwritten characters.
53.5K
Related Papers (5)
Jeffrey Pennington,Richard Socher,Christopher D. Manning +2 more
- 01 Oct 2014
[...]