Skip to content

CMPSC-310-AI-Spring2023/activity15_transformers-HoangTrang150302

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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.

Explain transformer

  • Transformer is significant because it is good at modeling sequential data such as natural languages.

  • Transformers replaced recurrence with attention, so computations can happen simultaneously.

  • Transformers are able to capture distant or long-range contexts, because attention allows each location have access to the entire input. In RNN and CNN, the information need to go through many processing steps which makes it harder to learn.

About

activity15_transformers-HoangTrang150302 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published