ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
This tool helps machine learning engineers and researchers quickly build and experiment with neural network models for language tasks. You can input text data for tasks like translation or classification, configure your model, and it outputs trained models or analyzed text. It's designed for those who work with natural language processing and need to prototype new models efficiently.
414 stars. No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher focused on developing and testing new sequential neural network models for natural language processing.
Not ideal if you are looking for a ready-to-use, off-the-shelf application for NLP tasks without needing to delve into model architecture and training.
Stars
414
Forks
102
Language
Python
License
BSD-3-Clause
Category
Last pushed
Apr 28, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ufal/neuralmonkey"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...
budzianowski/PyTorch-Beam-Search-Decoding
PyTorch implementation of beam search decoding for seq2seq models