#sequence-labeling (4 Repositories)
Ranked open-source repositories tagged with #sequence-labeling, scored by pull request acceptance likelihood and maintainer engagement velocity.
0.0%
0.0h
4 repositories tagged #sequence-labeling
kermitt2/delft
a Deep Learning Framework for Text https://delft.readthedocs.io/
HadoopIt/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
Hironsan/anago
Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
zhongkaifu/RNNSharp
RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.