GithubHelp home page GithubHelp logo

tolstoylstm's Introduction

tolstoyLSTM

Character generation with a stacked LSTM in Tensorflow trained on Anna Karenina.

Default usage trains a model for 200 epochs with a batch size of 128, 500 nodes in each LSTM cell, and a sequence length of 50. 1000 character predictions are generated every 10 epochs, and the model can be trained by simply running (python3):

python tolstoyLSTM.py

Training parameters can be changed via arguments. For example, a model can be trained for 50 epochs with 100 nodes per LSM cell with a batch size of 256 as follows:

python tolstoyLSTM.py --epochs 50 --nodes 500 --batchsize 256

The generated text should start to sound (somewhat) coherent after ~50 epochs with default settings. An example sentence generated after 200 epochs using the random seed:

ppiness, he walked with a slight swing on each leg

The following output was generated:

"what is it?" said stepan arkadyevitch, "youre weary for him."

"i dont understand. i expect his mothers are always
dull". 

"good-bye till at once, and short you though i made up of light how i could never the world", said levin, prince stepan arkadyevitch smiled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.