Skip to content

This repository explores two key concepts – sub-word modeling and convolutional networks – and applies them to the NMT system.

Notifications You must be signed in to change notification settings

felipevillaarenas/Machine-Learning-Translation-CNN-subwording

Repository files navigation

Subword modeling and CNNs applied to NMT Systems

Stanford Certification

Create virtual environment

conda env create --file local_env.yml

Activate and deactivate enviroment

conda activate local_nmt
conda deactivate

Install necessary packages (On your VM)

pip install -r gpu_requirements.txt

About

This repository explores two key concepts – sub-word modeling and convolutional networks – and applies them to the NMT system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages