简体   繁体   中英

Named entity recognition with deep Learning model

How to use named entity recognition using Deep Learning? I want to build a model using DL for named entity recognition.

There are many pre-trained models/library for Named Entity Recognition(NER), you can use HuggingFace pre-traied modes, SpaCy and NLTK for the same.

If you want to go deep dive and train a Deep Learning model from scratch, you shall explore about BERT. Also, I would recommend to go through Kaggle notebooks about Named Entity Recognition.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM