We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latent factors for tokens produced by the recommender can be visualized in 3D space.
2 things to try here:
Change the latent factors to 3 here https://github.com/blockchain-etl/token-recommender/blob/master/wals_ml_engine/trainer/model.py#L43. Then use some visualization tool and see if the tokens are clustered in 3D space.
Look into TensorBoard Embedding projector. An example of visualizing embedding of MNIST hand written digits https://www.youtube.com/watch?v=gDQfqRUyfBw, https://projector.tensorflow.org/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Latent factors for tokens produced by the recommender can be visualized in 3D space.
2 things to try here:
Change the latent factors to 3 here https://github.com/blockchain-etl/token-recommender/blob/master/wals_ml_engine/trainer/model.py#L43. Then use some visualization tool and see if the tokens are clustered in 3D space.
Look into TensorBoard Embedding projector. An example of visualizing embedding of MNIST hand written digits https://www.youtube.com/watch?v=gDQfqRUyfBw, https://projector.tensorflow.org/
The text was updated successfully, but these errors were encountered: