Submitted by AutoModerator t3_100mjlp in MachineLearning
trnka t1_j3g6cax wrote
Reply to comment by anakin9472 in [D] Simple Questions Thread by AutoModerator
It depends on what you want to do:
- If you just want to apply NER, I'd recommend Spacy because it's fast and they have pretrained models for many languages.
- If you're looking to fine-tune or train your own NER, either Spacy or Huggingface to use BERT.
- If you're looking to build your own neural network architecture for NER, PyTorch is most popular.
Viewing a single comment thread. View all comments