burliEnterprises / tensorflow-shakespeare-poem-generatorLinks
generates new poem using a Tensorflow RNN
☆73Updated 8 years ago
Alternatives and similar repositories for tensorflow-shakespeare-poem-generator
Users that are interested in tensorflow-shakespeare-poem-generator are comparing it to the libraries listed below
Sorting:
- This is the code for "How to Convert Text to Images - Intro to Deep Learning #16' by Siraj Raval on YouTube☆157Updated 8 years ago
- Lyrics Generator aka Character-level Language Modeling with Multi-layer LSTM Recurrent Neural Network☆154Updated 8 years ago
- An implementation of image captioning in Keras☆110Updated 7 years ago
- The Flask server that communicates with my FB Messenger chatbot☆60Updated 5 years ago
- Deep Dream Challenge code by @SIrajology on Youtube (Learn Python for Data Science #5)☆86Updated 9 years ago
- A very basic LSTM composer, doesn't compose any proper music for now☆109Updated 7 years ago
- [DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow☆146Updated 6 years ago
- GAN example for Keras. Cuz MNIST is too small and there should be something more realistic.☆162Updated 7 years ago
- Funny text generation using character level LSTM model, featured in TED ideas☆24Updated 7 years ago
- This is the code for "Generative Artificial Intelligence" By Siraj Raval on Youtube☆102Updated 7 years ago
- LSTM text generation by word. Used to generate lyrics from a corpus of a music genre.☆81Updated 6 years ago
- Python scripts for building 'Short Jokes' dataset, featured on Kaggle☆279Updated 5 years ago
- Code + Playground Colab for the paper "Language Models are Unsupervised Multitask Learners"☆107Updated 3 months ago
- Code to run inference on a Show And Tell Model. This model is trained to generate captions given an image.☆45Updated 6 years ago
- Simple feedforward neural network class written in pure python+numpy