Text/Code generation using a recurrent neural network
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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.
- Keras Python Deep Learning API
- Tensorflow End to end, opensource machine learning platform
- Anaconda Python Data Science oriented distribution of python
Prequisite: Anaconda Python environment with numpy & matplotlib Open terminal and pip install tensorflow & keras
source activate ENV_NAME
python text_gen.py
Distributed under the MIT License. See LICENSE
for more information.