Building a Neural Net to Visualize High-Dimensional Data in TensorFlow
Word embeddings and high-dimensional data are ubiquitous in many facets of deep learning research such as natural language processing, building recommendation systems. Google in the recent times has open sourced the embedding project that works as an interactive collaborative visualization tool to visualize the high-dimensional data. The embedding works as a navigational map from the points to the data inputs in Euclidean space. Many types of big data require visualizatio...