Skip to content

Text/Code generation using a recurrent neural network

Notifications You must be signed in to change notification settings

jlemanski1/RNN_TextGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


RNN_TextGenerator

Text/Code generation using a recurrent neural network
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Python script that uses a recurrent neural network to generate text (including code) which allows for temporal dynamic behaviour. Built as a simple project to learn Keras and Tensorflow, it is not feature complete although quite usable.

Built With

  • Keras Python Deep Learning API
  • Tensorflow End to end, opensource machine learning platform
  • Anaconda Python Data Science oriented distribution of python

Usage

Prequisite: Anaconda Python environment with numpy & matplotlib Open terminal and pip install tensorflow & keras

source activate ENV_NAME
python text_gen.py

License

Distributed under the MIT License. See LICENSE for more information.

About

Text/Code generation using a recurrent neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published