adventures-in-ml-code
adventures-in-ml-code copied to clipboard
This repository holds all the code for the site http://www.adventuresinmachinelearning.com
Fixed a small typo - gradients were being logged twice, instead of once each for gradients and weights, while summarising the logs.
i want to save final_embeddings = normalized_embeddings.eval() to file txt. http://adventuresinmachinelearning.com/word2vec-tutorial-tensorflow/
Hello, I have a code similar to yours. But when I run it in python, it always return error 'Attempting using uninitialized value weights_10 (bias_10)'. As weights and bias are...
Hello, Thank you for this wonderful tutorial !! From the Tensorflow word2vec tutorial and code in Github for tf_word2vec.py, I am not able to understand how are "#iterations", "step_size" and...
Fixed the error TensorFlow summary was throwing: ``` You must feed a value for placeholder tensor 'Placeholder_1' with dtype float and shape [?,10] [[Node: Placeholder_1 = Placeholder[dtype=DT_FLOAT, shape=[?,10], _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]] ```
hello, I found your work very helpful, but i'm new to tensorflow and deeplearning, so i'm wondering how to visualize the results like this tutorial [https://www.tensorflow.org/get_started/embedding_viz](link) thank you.