Bidirectional Recurrent Neural Networks

CNN Bidirectional LSTM

Introduced by Chiu et al. in Named Entity Recognition with Bidirectional LSTM-CNNs

A CNN BiLSTM is a hybrid bidirectional LSTM and CNN architecture. In the original formulation applied to named entity recognition, it learns both character-level and word-level features. The CNN component is used to induce the character-level features. For each word the model employs a convolution and a max pooling layer to extract a new feature vector from the per-character feature vectors such as character embeddings and (optionally) character type.

Source: Named Entity Recognition with Bidirectional LSTM-CNNs

Papers


Paper Code Results Date Stars

Categories