Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 807 Bytes

File metadata and controls

18 lines (10 loc) · 807 Bytes

Review Assignment Due Date

CMPSC 310 Activity 15

Deadline: April 12 by 9:50am

Assignment

For this activity follow Neural machine translation with a Transformer and Keras.

Submission

Submit completed Colab notebook showing generated output.

Data

The data used in this tutorial is a Portuguese-to-English translation dataset that contains about 52,000 training examples. The pre-processing for this data begins by tokenizing the text so that common words and parts of words are saved as tokens to use when analyzing text later.

Transformer Components