How to build deep neural network for custom NER with Keras

Nikita sharma
5 min readDec 29, 2019
Image courtesy : Google

Introduction

In this post, we will learn how we can create a simple neural network to extract information ( NER) from unstructured text data with Keras.

Named Entity Recognition (NER)

NER is also known as entity identification or entity extraction. It is a process of identifying…

--

--