Skip to content

CMPSC-310-AI-Spring2023/activity15_transformers-ahance27

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Dataset - The tutorial uses a English/Portuguese dataset, which consists of million s of sentence pairs, with English sentences on one side and their Portuguese translations on the other side. The dataset is preprocessed/tokenized, in order to easily be used in the training model.

Transformer Components - The transformer model is composed of two components, the encoder and the decoder. The encoder takes in the input sequence and produces a set of encoded representations. The decoder takes in the encoded representations and produces the output sequence. Both the encoder and decoder seem to be composed of multiple layers of feedforward neural networks.

About

activity15_transformers-ahance27 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •