Skip to content

Udacity Artificial Intelligence Nanodegree Capstone Project. A Machine Translator for the translation of english to french. Trained four models Simple RNN, Embedded RNN, Bidirectional RNN and one with all three features with the later having maximum accuracy.

Notifications You must be signed in to change notification settings

boxreb14/aind2-nlp-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

In this notebook, you will build a deep neural network that functions as part of an end-to-end machine translation pipeline. Your completed pipeline will accept English text as input and return the French translation.

Setup

Amazon Web Services

This project requires GPU acceleration to run efficiently. Either use the Udacity Workspaces or refer to the Udacity instructions for setting up a GPU instance for this project, and refer to the project instructions in the classroom for setup. link for AIND students

Install

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

Start

This project is within a Jupyter Notebook. To start the notebook, run the command jupyter notebook machine_translation.ipynb in this directory. Follow the instructions within the notebook.

Submission

When you are ready to submit your project, do the following steps:

  1. Ensure you pass all points on the rubric.
  2. Submit the following in a zip file:
  • helper.py
  • machine_translation.ipynb
  • machine_translation.html - You can export the notebook by navigating to File -> Download as -> HTML (.html).

About

Udacity Artificial Intelligence Nanodegree Capstone Project. A Machine Translator for the translation of english to french. Trained four models Simple RNN, Embedded RNN, Bidirectional RNN and one with all three features with the later having maximum accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •