ysfztpp/Neural_Machine_Translation_from_Scratch
A minimal, from-scratch implementation of a Neural Machine Translation (NMT) system built to understand how encoder–decoder models work under the hood. This model is only for English to Spanish translation. And it was only created with 150,000 sentences from English to Spanish.
Stars
3
Forks
—
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jan 07, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ysfztpp/Neural_Machine_Translation_from_Scratch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
facebookresearch/fairseq2
FAIR Sequence Modeling Toolkit 2
OpenNMT/OpenNMT-tf
Neural machine translation and sequence learning using TensorFlow
lhotse-speech/lhotse
Tools for handling multimodal data in machine learning projects.
awslabs/sockeye
Sequence-to-sequence framework with a focus on Neural Machine Translation based on PyTorch
google/sequence-layers
A neural network layer API and library for sequence modeling, designed for easy creation of...