Skip to content

A program for training sequence-to-sequence neural networks in Keras

Notifications You must be signed in to change notification settings

nlsandler/responsebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

responsebot

A program for training sequence-to-sequence LSTMs in Keras

This program is based on A ten-minute introduction to sequence-to-sequence learning in Keras, but uses a word-level model with an embedding layer, rather than a character-level model.

Usage

example_usage.py demonstrates how you can use the program.

Requirements

  • keras
  • tensorflow (should work with other backends too, but I haven't tested it)

About

A program for training sequence-to-sequence neural networks in Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages