Generating Poetic Texts with Recurrent Neural Networks in Python
[ad_1]
In this video we are creating our first AI project. It is a recurrent neural network that generates poetic texts, similar to those of Shakespeare!
Blog Post: https://www.neuralnine.com/generating-texts-with-recurrent-neural-networks-in-python/
Shakespeare File: https://storage.googleapis.com/download.tensorflow.org/data/shakespeare.txt
Keras Tutorial: https://keras.io/examples/lstm_text_generation/
Website: https://www.neuralnine.com/
Instagram: https://www.instagram.com/neuralnine
Twitter: https://twitter.com/neuralnine
GitHub: https://github.com/NeuralNine
Programming Books: https://www.neuralnine.com/books/
Outro Music From: https://www.bensound.com/
Subscribe and Like for more free content!
Source
[ad_2]
Hey, nice tutorial, i do get ValueError: Input 0 of layer sequential not compatible with the layer on the predictions = model.predict
yo for some reason theirs error coming up here
x = np.zeros((len(senteces), SEQ_LENGTH, len(characters)), dtpye=np.bool)
y = np.zeros((len(senteces), len(characters)), dtpye=np.bool)
saying SyntaxError: invalid syntax
very cool !!
Can you upload more python for networking and "ethical hacking"? Continue your videos are awesome
How can I import my own file in the code?