JasonFengGit/Neural-Model-Translation
A Chinese to English Neural Model Translation Project
This project offers a neural machine translation (NMT) model that converts Chinese text into English. It takes Chinese sentences as input and outputs their English translations. This tool is designed for developers or researchers interested in machine translation and natural language processing, particularly those looking to understand the impact of different recurrent neural network (RNN) configurations on translation performance.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher interested in experimenting with various neural network architectures for Chinese-to-English translation.
Not ideal if you need a production-ready, highly accurate translation service for real-world business or personal use.
Stars
42
Forks
7
Language
Python
License
—
Category
Last pushed
Sep 30, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/JasonFengGit/Neural-Model-Translation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
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...