fomorians / lstm-odyssey

Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.

Home Page:https://medium.com/jim-fleming/implementing-lstm-a-search-space-odyssey-7d50c3bacf93

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An LSTM Odyssey

Code for training variants of "LSTM: A Search Space Odyssey" on Fomoro.

Check out the blog post.

Training

  1. Install TensorFlow.
  2. Clone the repo: git clone https://github.com/fomorians/lstm-odyssey.git && cd lstm-odyssey
  3. Run training: python main.py

About

Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.

https://medium.com/jim-fleming/implementing-lstm-a-search-space-odyssey-7d50c3bacf93


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.8%