https://github.com/numblr/aind-translate
AIND NLP capstone project
https://github.com/numblr/aind-translate
Last synced: 5 months ago
JSON representation
AIND NLP capstone project
- Host: GitHub
- URL: https://github.com/numblr/aind-translate
- Owner: numblr
- Created: 2018-09-13T10:09:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T10:10:35.000Z (almost 8 years ago)
- Last Synced: 2025-10-21T18:38:02.305Z (9 months ago)
- Language: HTML
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
## Install
- Python 3
- NumPy
- TensorFlow 1.x
- Keras 2.x
# Start
This project is within a [Jupyter Notebook](http://jupyter.org/). 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](https://review.udacity.com/#!/rubrics/1004/view).
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)**.