A keras implementation of Bidirectional-LSTM for Named Entity Recognition.
Trained a Bidirectional LSTM Neural Network to recognize named entities in text data.
The dataset is available as a single csv file.
1.Bidirectional LSTM
2.Keras
3.Tensorflow
4.Python
This was the graph we obtained after training the Neural Network.
Rahul Kumar Patro