├── .gitattributes ├── LICENSE ├── README.md ├── predictionTranslation.py ├── training.py └── util.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/README.md -------------------------------------------------------------------------------- /predictionTranslation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/predictionTranslation.py -------------------------------------------------------------------------------- /training.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/training.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OValery16/Language-Translation-with-deep-learning-/HEAD/util.py --------------------------------------------------------------------------------