Skip to content

Second assignment for familiarising yourself with PyTorch. The goal of the assignment is to augment the baseline RNN model, with a self-attention mechanism, by completing the missing parts in the code :)

Notifications You must be signed in to change notification settings

cbaziotis/ntua-pytorch-ex-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is you second assignment for familiarising yourself with PyTorch.

In this repo you will find the solution to your first assignment. I suggest that you study the code carefully and take notice of the things that you did differently. The primary goal of this assignment is to implement a simple self-attention mechanism.

You will find the reference implementation in this paper: http://www.aclweb.org/anthology/S17-2126.

I will write an in depth readme soon.

About

Second assignment for familiarising yourself with PyTorch. The goal of the assignment is to augment the baseline RNN model, with a self-attention mechanism, by completing the missing parts in the code :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages