Saturday, March 25th, 2017
TensorFlow 3. A Small and Interest word2vec NN example to start your adventure
The note intention is to understand the word2vec, and how to build a small NN to start your adventure on Deep Learning. You can see many source codes here to build the NN. But I am not yet built it with TF. Reference: A visual toy NN network for word2vec generation. The whole source code is from https://ronxin.github.io/wevi/. The source code is written by javascript for NN with html and svg (https://www.tutorialspoint.com/d3js/d3js_introduction_to_svg.htm) for graph visibility. Try your best to understand all thoroughly (not just well enough). It will help youRead More
......
