/prowave

Repository for the final project in 02456 Deep Learning at DTU.

Primary LanguageJupyter Notebook

ProWave: WaveNet-based Protein Generation

This repository contains all code required for our final project in the course 02456 Deep Learning at DTU.

We have implemented a WaveNet-based protein generator inspired primarily by work done by Ali Madani et al. in ProGen: Language Modeling for Protein Generation. The implementation is described in the Jupyter notebook file ./src/DeeplearningProject.ipynb. Models and utilities available in ./src/model.py and ./src/utils.py.