/language-generation

Final project for CSCI 378

Primary LanguagePython

Language Generation Project

CSCI 378, Reed College

This repo stores files for my CSCI 378 (Deep Learning) final project.

TCN

Stores the implementation of the TCN model.

Inspired by this assignment.

GPT

Stores the implementation of the GPT model.

Inspired by:

(WIP) Writeup

Contains the writeup of how the above models work and why.

(WIP) An iOS App

Given the way to export PyTorch --> CoreML, integrate the above to the iOS app (for fun)