An open API service indexing awesome lists of open source software.

https://github.com/mulx10/wikigenerator-lstm

Generates articles using LSTM -RNN
https://github.com/mulx10/wikigenerator-lstm

Last synced: 6 months ago
JSON representation

Generates articles using LSTM -RNN

Awesome Lists containing this project

README

          

# WikiGenerator-LSTM

## Overview

We're going to code an LSTM in Tensorflow to generate Wikipedia articles.

## Dependencies

* [Tensorflow](https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html)

Use [pip](https://pypi.python.org/pypi/pip) to install any missing dependencies

## Basic Usage

I downloaded the data from https://metamind.io/research/the-wikitext-long-term-dependency-language-modeling-dataset/.

`python main.py wikitext-2-raw/wiki.test.raw`