创建神经机器翻译基础知识

Creating a Neural Machine Translation basics

我目前正在进行一个项目设计,我将创建一个 program/model 来将我的母语翻译成英语,我想问一下,在创建过程中,您是否可以向我推荐任何书籍或任何东西我的项目。

在 NLP 方面,有这门课程:Natural Language Processing with spaCy & Python - Course for Beginners and this older course: Natural Language Processing (NLP) Tutorial with Python & NLTK on Free Code Camp,这通常是一个很好的起点。他们的课程提供了对概念的深入解释并提供了很好的例子。

在翻译方面,DeepL translator is easy to use in multiple languages and offers a free api. It also offers and incredibly easy to use python library 如果那是您打算使用的语言(您应该这样做,因为 python 是 NLP 领域最好的语言)。

我希望这会有所帮助,但 dennlinger 是对的 - 您通常不应该在 Whosebug 上提出广泛的推荐问题!