iesl/dilated-cnn-ner
Dilated CNNs for NER in TensorFlow
This project helps machine learning engineers build and train fast, accurate Named Entity Recognition (NER) models. It takes raw text data and pre-trained word embeddings as input, and outputs a trained model capable of identifying and classifying entities like names, locations, or organizations within text. This is designed for ML practitioners who need to deploy high-performance NER solutions.
245 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher looking to implement state-of-the-art Named Entity Recognition models with a focus on speed and accuracy using TensorFlow.
Not ideal if you are a non-technical user seeking a ready-to-use NER tool, or if you prefer a different deep learning framework or programming language.
Stars
245
Forks
58
Language
Python
License
—
Category
Last pushed
Mar 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/iesl/dilated-cnn-ner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
charles9n/bert-sklearn
a sklearn wrapper for Google's BERT model
jidasheng/bi-lstm-crf
A PyTorch implementation of the BI-LSTM-CRF model.
howl-anderson/seq2annotation
基于 TensorFlow & PaddlePaddle 的通用序列标注算法库(目前包含 BiLSTM+CRF, Stacked-BiLSTM+CRF 和...
guillaumegenthial/tf_ner
Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data
guillaumegenthial/sequence_tagging
Named Entity Recognition (LSTM + CRF) - Tensorflow