Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Latest commit

 

History

History

DLND-language-translation

Translate a Language

Project 4

In this project we had to build a Sequence to Sequence model that can translate new sentences from English to French and train it on a dataset of English and French sentences. The project was written in Python (on a Jupyter Notebook) using the libraries numpy and tensorflow, running on an Anaconda environment.

Topics covered

  • Recurrent Neural Networks
  • Sequence to Sequence models

Project Review

Meets Specifications