项目作者: aluxh

项目描述 :
Neural Machine Translation implemented in Keras. This is part of the Udacity NLP Nanodegree.
高级语言: HTML
项目地址: git://github.com/aluxh/nmt-with-keras.git
创建时间: 2019-12-16T02:18:31Z
项目社区:https://github.com/aluxh/nmt-with-keras

开源协议:

下载


Introduction

This is one of the capstone projects of the Natural Language Processing Nanodegree from Udacity, where I built an deep neural network that functions as part of an end-to-end machine translation pipeline. The model accepts English text as input and return the French translation.

In this notebook, you will find several different RNN models that I have built and experiment different architecture designs. The final mode is an Encoder-Decoder model that is incorporate with word embeddings.

Setup

For this project, it is advisable to use GPU acceleration to train the model.

Libraries needed

  • Python 3
  • NumPy
  • TensorFlow 1.x
  • Keras 2.x