Changes between Version 18 and Version 19 of private/NlpInPracticeCourse/MachineTranslation
- Timestamp:
- Apr 10, 2022, 9:10:44 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/MachineTranslation
v18 v19 1 1 = Machine translation = 2 2 3 [[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/ AdvancedNlpCourse|Advanced NLPCourse]], Course Guarantee: Aleš Horák3 [[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/NlpInPracticeCourse|NLP in Practice Course]], Course Guarantee: Aleš Horák 4 4 5 5 Prepared by: Pavel Rychlý … … 14 14 === References === 15 15 16 1. Alammar, Jay (2018). The Illustrated Transformer [Blog post]. Retrieved from https://jalammar.github.io/illustrated-transformer/16 1. Alammar, Jay (2018). The Illustrated Transformer [Blog post]. Retrieved from https://jalammar.github.io/illustrated-transformer/ 17 17 1. Popel, Martin, et al. "Transforming machine translation: a deep learning system reaches news translation quality comparable to human professionals." Nature communications 11.1 (2020): 1-15. 18 18 1. Thompson, Brian and Koehn, Philipp. "Vecalign: Improved Sentence Alignment in Linear Time and Space", Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP). 2019 … … 23 23 ===== Technical Requirements ==== 24 24 25 The task will proceed using Python notebook run in web browser in the Google Colaboratory environment.25 The task will proceed using Python notebook run in web browser in the Google Colaboratory environment. 26 26 27 27 In case of running the codes in a local environment, the requirements are Python 3.6+, jupyter notebook. … … 30 30 === Translation with a Sequence to Sequence Network and Attention === 31 31 32 Access [https://colab.research.google.com/drive/1t9y01lL6gPw8f9GU1phC5qlS8AqqdvS0?usp=sharing|Python notebook in the Google Colab environment].32 Access [https://colab.research.google.com/drive/1t9y01lL6gPw8f9GU1phC5qlS8AqqdvS0?usp=sharing|Python notebook in the Google Colab environment]. 33 33 34 34 … … 42 42 ==== upload ==== 43 43 44 Upload your modified notebook or python script with results to the homework vault (odevzdávárna).44 Upload your modified notebook or python script with results to the homework vault (odevzdávárna). 45 45