lekaha's blog Change the world     Wiki     Blog     Feed

09_tensorboard

In [ ]: import sys In [ ]: #!/usr/bin/env python import tensorflow as tf import input_data ... Read more

08_word2vec

In [1]: # Inspired by https://www.tensorflow.org/versions/r0.7/tutorials/word2vec/index.html imp... Read more

07_lstm

In [1]: import sys sys.path.append('../') In [5]: # Inspired by # https://github.com/aymericd... Read more

00_multiply

Loading In [4]: import tensorflow as tf Initial variables In [9]: a = tf.placeholder("float"... Read more