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
Recurrent neural network FPGA hardware accelerator for delay-tolerant indoor optical wireless communications.
TL;DR: This paper proposes and demonstrates the FPGA-based RNN hardware accelerator for delay-tolerant indoor OWC systems and proposes two optimization methods: the parallel implementation with triple-phase clocking and the stream-in based computation with additive input data insertion.
7
Question Classification by Convolutional Neural Networks Embodying Subword Information
Marco Pota,Massimo Esposito +1 more
- 08 Jul 2018
TL;DR: A Question Classification approach based on word embedding using subword information and Convolutional Neural Networks is proposed, in order to improve classification accuracy, and a comparison between English and Italian languages is reported.
7
Machine Learning Meets Natural Language Processing - The Story so Far
Nikolaos-Ioannis Galanis,Panagiotis Vafiadis,Kostas-Gkouram Mirzaev,George A. Papakostas +3 more
- 25 Jun 2021
TL;DR: The authors highlights the most important milestones of this period, while trying to pinpoint the contribution of each individual model and algorithm to the overall progress, emphasizing on the groundbreaking proposals of Transformers, BERT and all the similar attention-based models.
7
Improving biomedical named entity recognition through transfer learning and asymmetric tri-training
TL;DR: In this paper , a biomedical-named entity recognition model based on transfer learning and asymmetric tri-training is proposed to diminish the limited annotated data problem in the biomedical named entity recognition domain.
7
Automatic Fraud Detection In Call Center Conversations
Berk Ozlan,Ali Haznedaroglu,Levent M. Arslan +2 more
- 24 Apr 2019
TL;DR: A machine learning system that automatically detects fraudulent call center conversations is presented, first transcribes the call center telephone conversations into text using a speech recognition engine and then it automatically detects the fraudulent conversations by a text-categorization algorithm using the transcribed texts.
7
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
[...]