LibN3L: A Lightweight Package for Neural NLP.

Meishan Zhang,Jie Yang,Zhiyang Teng,Yue Zhang
2016-01-01
Language Resources and Evaluation
Abstract:We present a light-weight machine learning tool for NLP research. The package supports operations on both discrete and dense vectors, facilitating implementation of linear models as well as neural models. It provides several basic layers which mainly aims for single-layer linear and non-linear transformations. By using these layers, we can conveniently implement linear models and simple neural models. Besides, this package also integrates several complex layers by composing those basic layers, such as RNN, Attention Pooling, LSTM and gated RNN. Those complex layers can be used to implement deep neural models directly.
What problem does this paper attempt to address?