-
Updated
Jun 1, 2020
representation-learning
Here are 258 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 22, 2020 - Jupyter Notebook
-
Updated
Jun 27, 2020 - Jupyter Notebook
-
Updated
Jun 23, 2020 - JavaScript
Python has a test package which can shadow the import of the test.py module, leading to an ImportError when importing NN or kNN.
https://docs.python.org/2.7/library/test.html?highlight=test#module-test
https://docs.python.org/3.5/library/test.html
I suggest to rename it to test_embedding.py or something like that.
Describe the bug
In current master branch, we calculate the GTC by calling srl_zoo/plotting/representation_plot.py. In particular, in the function plotCorrelation, we call numpy to compute the correlation.
corr = np.corrcoef(x=x + eps, y=states_rewards["states"] + eps, rowvar=0)However in the [numpy.corrcoef doc](https://docs.scipy.org/doc/numpy/reference/generated/nu
-
Updated
Jul 3, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Jupyter Notebook
-
Updated
May 31, 2020 - Python
-
Updated
Jun 19, 2019 - Python
-
Updated
Jun 19, 2020 - MATLAB
-
Updated
Nov 29, 2019 - Python
-
Updated
Feb 9, 2020 - C++
Just a small observation to point out that the requirement.txt when executed on virtual environment installs a CPU backed tensorflow instead of a GPU one.
Better, change it to tensorflow-gpu==1.5 or point out that this give you a CPU tensorflow.
Thanks !!
-
Updated
Dec 30, 2019 - Python
-
Updated
Jun 10, 2020
-
Updated
Jun 5, 2019
I viewed the whole code and found that the code only use toy dummy data to train model. So I don't really understand how you use those data to train GCN model. Can you supply the code or instructions about how to use real-world data to train model?
-
Updated
Sep 4, 2018 - Jupyter Notebook
-
Updated
May 7, 2019 - C++
-
Updated
Jun 25, 2020 - Python
-
Updated
Mar 13, 2020
-
Updated
Jul 3, 2020 - Python
-
Updated
Dec 21, 2017 - Python
-
Updated
Apr 14, 2020 - Python
-
Updated
May 6, 2018 - Python
-
Updated
Jan 28, 2020 - Python
-
Updated
Jun 3, 2020 - Python
Improve this page
Add a description, image, and links to the representation-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the representation-learning topic, visit your repo's landing page and select "manage topics."
I'm reading your paper and have a question about section 3.2. Could you explain what are the vertex matrix and context matrix? Are they simply the source and the destination of edges?