Skip to content

DS-Projects-Org/named-entity-recognition-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Named Entity Recognition with Tensorflow

The goal of this project is to implement a bi-directional LSTM functional neural network that can classify named entities. the dataset has been extracted from GMB corpus and it is structured in a way that makes it easier to train a model for named entity recognition or part of speech tagging.

Data

Included entities:

  • geo = Geographical Entity
  • org = Organization
  • per = Person
  • gpe = Geopolitical Entity
  • tim = Time indicator
  • art = Artifact
  • eve = Event
  • nat = Natural Phenomenon

the dataset is available at kaggle

Model

the used network is a simple Bi-Directional LSTM build with tensorflow keras functional API with the below architecture.

model

Notebook content

The notebook is divided into sections:

  1. Data Exploration
  2. Data visualization
  3. Modeling

About

Named Entity Recognition with tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published