SOTAVerified

LibN3L:A Lightweight Package for Neural NLP

2016-05-01LREC 2016Unverified0· sign in to hype

Meishan Zhang, Jie Yang, Zhiyang Teng, Yue Zhang

Unverified — Be the first to reproduce this paper.

Reproduce

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.

Tasks

Reproductions