Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 446 Bytes

File metadata and controls

20 lines (15 loc) · 446 Bytes

Tensorflow-Seq2Seq-Example

Example of a simple Seq2Seq neural network that's implemented in Tensorflow

Requirements

  • Python 3.*
  • Tensorflow
  • Numpy

Usage

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.

Other

Made by Oliver Edholm, 15 years old.