Named entity recognition with simple Attention
Published:
NER implementation hosted within browser using Tensorflow-JS.
Definition from Wikipedia
Named Entity Recognition is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text into pre-defined categories such as person names, organizations, locations, etc. See demo below. Continue reading for model explanation and code.
Demo
 Enter sentence like Fischler proposed EU-wide measures after reports from Britain and France that under laboratory conditions sheep could contract bovine spongiform encephalopathy. or She likes David!.

 Encode-Attend-Decode Architecture
Encode-Attend-Decode Architecture
Leave a Comment