Example of a simple Seq2Seq neural network that's implemented in Tensorflow
- Python 3.*
- Tensorflow
- Numpy
Setting parameters
In the file config.py
you can change the parameters of the training.
Dataset preparation The program generates data on the go while training.
Training
Run python3 main.py
and sit back.
Made by Oliver Edholm, 15 years old.