🌐
GitHub
github.com › monikkinom › ner-lstm
GitHub - monikkinom/ner-lstm: Named Entity Recognition using multilayered bidirectional LSTM
Named Entity Recognition using multilayered bidirectional LSTM - monikkinom/ner-lstm
Starred by 538 users
Forked by 181 users
Languages   Python
🌐
GitHub
github.com › shahzad25499 › Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs › commit › 85dac50d8889ba496b7c7245cdba5e8a220a02af.patch
Github
_p~m4K1xhKYsjh-3HgWHS+R-8asBhEF8O6hL8X1u}O3-gBv~T;e?7ptz|hE hBvHFP<6r)@QALBnuDvv~M3H`+wMBFDqm5>#{ufdbTCxBD diff --git a/nn.py b/nn.py index 7bf5aa5..dc55474 100644 --- a/nn.py +++ b/nn.py @@ -98,7 +98,7 @@ def tag_dataset(dataset): words = Embedding(input_dim=wordEmbeddings.shape[0], output_dim=wordEmbeddings.shape[1], weights=[wordEmbeddings], trainable=False)(words_input) casing_input = Input(shape=(None,), dtype='int32', name='casing_input') casing = Embedding(output_dim=caseEmbeddings.shape[1], input_dim=caseEmbeddings.shape[0], weights=[caseEmbeddings], trainable=False)(casing_input) -cha
🌐
GitHub
github.com › kamalkraj › Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs › issues › 3
Some doubts about Bidirectional Lstm · Issue #3 · kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
kamalkraj / Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs Public · Notifications · You must be signed in to change notification settings · Fork 142 · Star 361 · New issue · Jump to bottom · Closed · Ostnie opened this issue · May 31, 2018 · 2 comments ·
Published   May 31, 2018
Author   Ostnie
🌐
GitHub
github.com › ThanhChinhBK › Ner-BiLSTM-CNNs
GitHub - ThanhChinhBK/Ner-BiLSTM-CNNs: Named Entity Recognition with Bidirectional LSTM-CNNs
Named Entity Recognition with Bidirectional LSTM-CNNs - GitHub - ThanhChinhBK/Ner-BiLSTM-CNNs: Named Entity Recognition with Bidirectional LSTM-CNNs
Starred by 12 users
Forked by 7 users
Languages   Jupyter Notebook 88.3% | Python 11.7%
🌐
GitHub
github.com › mxhofer › Named-Entity-Recognition-BidirectionalLSTM-CNN-CoNLL
GitHub - mxhofer/Named-Entity-Recognition-BidirectionalLSTM-CNN-CoNLL: Keras implementation of "Few-shot Learning for Named Entity Recognition in Medical Text"
Keras implementation of "Few-shot Learning for Named Entity Recognition in Medical Text" - mxhofer/Named-Entity-Recognition-BidirectionalLSTM-CNN-CoNLL
Starred by 179 users
Forked by 83 users
Languages   Jupyter Notebook 83.5% | Python 16.5%
Find elsewhere
🌐
GitHub
github.com › Tekraj15 › Named-Entity-Recognition-Using-LSTM-Keras
GitHub - Tekraj15/Named-Entity-Recognition-Using-LSTM-Keras: bidirectional LSTM neural network model to recognize named entities in text data i.e. identify mentions of people, locations, organizations, etc.
Using the Keras API with TensorFlow as its backend to build and train a bidirectional LSTM neural network model to recognize named entities in text data. Named entity recognition models can be used to identify mentions of people, locations, ...
Starred by 8 users
Forked by 5 users
Languages   Jupyter Notebook
🌐
GitHub
github.com › rishiabhishek › ner-bilstm-cnn
GitHub - rishiabhishek/ner-bilstm-cnn: Named Entity Recognition with Bidirectional LSTM-CNNs
Implementation of Named Entity Recognition with Bidirectional LSTM-CNNs
Starred by 9 users
Forked by 2 users
Languages   Python
🌐
GitHub
github.com › kamalkraj › Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs › issues
Issues · kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs - kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
Author   kamalkraj
🌐
GitHub
github.com › gopi1410 › ner-lstm
GitHub - gopi1410/ner-lstm: Named Entity Recognition using multilayered bidirectional LSTM
Named Entity Recognition using multilayered bidirectional LSTM - GitHub - gopi1410/ner-lstm: Named Entity Recognition using multilayered bidirectional LSTM
Starred by 2 users
Forked by 184 users
Languages   Python
🌐
GitHub
github.com › zjy-ucas › ChineseNER
GitHub - zjy-ucas/ChineseNER: A neural network model for Chinese named entity recognition
Sequence of chinese characters ... for illustration. The recurrent layer is a bidirectional LSTM layer, outputs of forward and backword vectors are concated and projected to score of each tag....
Starred by 1.8K users
Forked by 566 users
Languages   Python 82.6% | Perl 17.4%
🌐
GitHub
github.com › kamalkraj › Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs › issues › 2
Confusion about prediction and true labels? · Issue #2 · kamalkraj/Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs
February 20, 2018 - kamalkraj / Named-Entity-Recognition-with-Bidirectional-LSTM-CNNs Public · Notifications · You must be signed in to change notification settings · Fork 141 · Star 369 · New issueCopy link · New issueCopy link · Closed · Closed · Confusion about prediction and true labels?#2 ·
Published   Feb 20, 2018
🌐
GitHub
github.com › ZubinGou › NER-BiLSTM-CRF-PyTorch
GitHub - ZubinGou/NER-BiLSTM-CRF-PyTorch: PyTorch implementation of BiLSTM-CRF and Bi-LSTM-CNN-CRF models for named entity recognition.
PyTorch implementation of BiLSTM-CRF and Bi-LSTM-CNN-CRF models for named entity recognition. - ZubinGou/NER-BiLSTM-CRF-PyTorch
Starred by 74 users
Forked by 16 users
Languages   Python 78.0% | Perl 21.7% | Shell 0.3%
🌐
arXiv
arxiv.org › abs › 1511.08308
[1511.08308] Named Entity Recognition with Bidirectional LSTM-CNNs
July 19, 2016 - In this paper, we present a novel neural network architecture that automatically detects word- and character-level features using a hybrid bidirectional LSTM and CNN architecture, eliminating the need for most feature engineering.
🌐
GitHub
github.com › sebastianruder › NLP-progress › blob › master › english › named_entity_recognition.md
NLP-progress/english/named_entity_recognition.md at master · sebastianruder/NLP-progress
Named entity recognition with bidirectional LSTM-CNNs · HSCRF (Ye and Ling, 2018) 91.38 · Hybrid semi-Markov CRF for Neural Sequence Labeling · HSCRF · IXA pipes (Agerri and Rigau 2016) 91.36 · Robust multilingual Named Entity Recognition with shallow semi-supervised features ·
Author   sebastianruder