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
- Host: GitHub
- URL: https://github.com/mulx10/wikigenerator-lstm
- Owner: MuLx10
- Created: 2017-10-05T18:23:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T18:27:29.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T13:10:29.205Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`