Decoding Gibberish using Neural Networks
To get this to work with Keras JS, I had to back-port Keras to version 1.1.0 and Tensorflow to version 0.11 (hence the use of the old API).
Experiment with using a recurrent neural network to predict word embeddings.
Python
Decoding Gibberish using Neural Networks
To get this to work with Keras JS, I had to back-port Keras to version 1.1.0 and Tensorflow to version 0.11 (hence the use of the old API).