Which Deep Learning technique is used in NER and why?

823    Asked by FukudaAshikaga in Data Science , Asked on Dec 1, 2019
Answered by Fukuda Ashikaga

Many deep learning techniques are used in NER, some of which are very popular and there is a reason behind that. One such technique is LSTM technique. LSTM technique is suitable because of the fact that the text is considered as a sequential data format. Since LSTM only takes the past information from the sequence into consideration, Bi-directional LSTM is preferred because named entities require both past and future labels in a sequence.

The following architecture shows how bi-directional LSTM works.




Your Answer

Interviews

Parent Categories