HernandezEduin / Generating-Text-like-an-Author-with-GANs

Project for Statistical Foundations of Natural Language Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating Text like an Author with GANs

Project for Statistical Foundations of Natural Language Processing (EEE486)

Execution Commands

char-rnn

python train.py "../Dataset/William Shakespeare/shakespeare_train.txt"
python generate.py shakespeare_train.pt --output-filename shakespeare_test_char.txt --cuda --predict_len 400

textGAN

(inside ./run/)

python run_seqgan.py --dataset wells

About

Project for Statistical Foundations of Natural Language Processing


Languages

Language:Python 99.4%Language:Batchfile 0.5%Language:Shell 0.1%