Skip to content

πŸ“– A text generating Recurrent Neural Network trained on the Book of Genesis.

Notifications You must be signed in to change notification settings

carlcorder/LSTM-Genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

LSTM-Genesis

ml5js + p5js

A text generating Recurrent Neural Network trained on the first book of the Bible: Genesis.

Training

The Genesis model was trained using python and Tensorflow. Setup can be found here and a general outline to LSTM data and training can be found here.

This particular model was generated with the following hyperparameters:

--rnn_size 128 --num_layers 2 --seq_length 64 --batch_size 32 --num_epochs 1000

About

πŸ“– A text generating Recurrent Neural Network trained on the Book of Genesis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published