CharRNN. Train an AI to write like a specific person or style by learning from their text.

github.com/karpathy/char-rnn

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2016
  • Merge pull request #164 from gdb/master
  • Update Readme.md
February 2016
  • update point to torch-rnn
November 2015
  • Merge pull request #132 from udibr/master
  • fix message
  • bug fix
October 2015
  • Merge pull request #125 from skwerlman/master
  • Fix unclear errors
  • Readme tweaks and clarifications
  • speeding up the code by about 15% with faster indexing. I did not ima…
September 2015
  • adding clarification justifying not normalizing gradient by seqlength
  • changing default LSTM initialization to use biases of 1.0 for the for…
August 2015
  • Merge pull request #92 from ajkl/patch-1
  • adding torch/nn to dependencies
  • Merge pull request #87 from johnny5550822/master
  • Update Readme.md
  • Merge pull request #79 from EricZeiberg/patch-1
  • Remove repeated info in Readme
  • fixing a bug introduced in previous commit. We have to use doubles no…
  • quick patch for converting GPU checkpoints to CPU checkpoints