GuillemGSubies / TFG

Code for my Mathematics and Computer Science degrees thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFG

Code for my Mathematics and Computer Science degrees thesis

Index

Prerrequisites

  • This code has been done in a machine running Ubuntu and it is meant to run in Ubuntu. It may or may not work in other operating systems.
  • A Python3 Anaconda should be installed: Guide

Installation

CPU Version

The first time you execute the code type in a terminal:

conda env create -f environment.yml

In order to activate the environment type:

source activate tfg_guillem

When you are done:

source deactivate

GPU Version

This version has the same steps. You just have to add _gpu after the env file name when creating and after the env name when activating.

Citation

If you are citing the theorical work and the state-of-the-art:

@misc{subies_2019_mat,
  title={`Estudio teórico sobre modelos de secuencias con redes neuronales recurrentes para la generación de texto},
  url={https://github.com/GuillemGSubies/TFG},
  author={Subies, Guillem García},
  year={2019}
} 

If you want to cite the code:

@misc{subies_2019_inf,
  title={`Estudio práctico sobre modelos de secuencias con redes neuronales recurrentes para la generación de texto},
  url={https://github.com/GuillemGSubies/TFG},
  author={Subies, Guillem García},
  year={2019}
} 

About

Code for my Mathematics and Computer Science degrees thesis

License:MIT License


Languages

Language:Python 77.5%Language:Jupyter Notebook 22.5%