项目作者: OliverEdholm

项目描述 :
Training a Seq2Seq neural network in Tensorflow example.
高级语言: Python
项目地址: git://github.com/OliverEdholm/Tensorflow-Seq2Seq-Example.git
创建时间: 2017-09-13T11:05:06Z
项目社区:https://github.com/OliverEdholm/Tensorflow-Seq2Seq-Example

开源协议:

下载


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.