Tuesday, January 24, 2017

YY suggestions about how to do research

1. use git hub, push figures in it, 4 figures a paper. play with toy sample
2. do toy sample,  use Tex
for edge2vec thing:
1. debiashing hubs
link random walk to nodes with less degree
2. when links goes to the hub, it tend to random walk to the other links close to it.

Monday, January 23, 2017

python 2.7 and 3.5

http://conda.pydata.org/docs/py2or3.html

$ conda create -n py35 python=3.5 anaconda


#
# To activate this environment, use:
# $ source activate py35 (source activate py3)
#
# To deactivate this environment, use:
# $ source deactivate

#