Authors: Daniel Juhász Vigild, Jonas Søbro Christophersen & Lau Johansson
Read our article here
This repository contains hand-in assignment for the DTU course 02456 Deep Learning.
The exercises are written in Python programming language and formatted into Jupyter Notebooks.
This repository is heavily inspired by previous works, in particular:
-
nlp-tutorial. Written by Tae-Hwan Jung
-
Penn-tree-bank-dataset-introduction. Written by Corochann
-
ASGD. By PyTorch.org
-
Universal-Language-Model-Fine-tuning-for-Text-Classification. Written by Howard and Ruder
-
t-SNE. By Laurens van der Maaten