Named-Entity-Recognition_DeepLearning-keras icon indicating copy to clipboard operation
Named-Entity-Recognition_DeepLearning-keras copied to clipboard

complete Jupyter notebook for implementation of state-of-the-art Named Entity Recognition with bidirectional LSTMs and ELMo

Results 3 Named-Entity-Recognition_DeepLearning-keras issues
Sort by recently updated
recently updated
newest added

What are the dependencies you are using? Please update the requirements.txt

Very nice explanation of NER. :) So currently I have task in which I have to extract Education details and professional details from real time resumes(all resume has different pattern...

When I ran the notebook, I encountered an error `InvalidArgumentError: Incompatible shapes: [1600] vs. [32,50]`. I think the input shape in your code is correct. Why is that error still...