https://github.com/antonio-f/named-entity-recognition
Recognize named entities on Twitter with LSTMs. From the Natural Language Processing course - Coursera's Advanced Machine Learning specialization.
https://github.com/antonio-f/named-entity-recognition
bidirectional-lstm lstm named-entity-recognition natural-language-processing ner nlp tensorflow twitter
Last synced: 2 months ago
JSON representation
Recognize named entities on Twitter with LSTMs. From the Natural Language Processing course - Coursera's Advanced Machine Learning specialization.
- Host: GitHub
- URL: https://github.com/antonio-f/named-entity-recognition
- Owner: antonio-f
- Created: 2019-05-08T07:51:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T07:54:08.000Z (about 7 years ago)
- Last Synced: 2025-03-30T23:14:38.331Z (over 1 year ago)
- Topics: bidirectional-lstm, lstm, named-entity-recognition, natural-language-processing, ner, nlp, tensorflow, twitter
- Language: Jupyter Notebook
- Size: 860 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Named Entity Recognition (NER)
Recognize named entities on Twitter with LSTMs. From the Natural Language Processing course - Coursera's Advanced Machine Learning specialization.