Skip to content

Instantly share code, notes, and snippets.

Engedit Manual

Written with Python Flask Framework, if you want to port to PHP or Node.js, just change the templates in app/templates folder.

How to run the website

  • SSH Running from Mac or Linux console, use putty if you are on Windows:
@zhouzhuojie
zhouzhuojie / Engedit Manual
Created March 18, 2014 01:47
Engedit Manual
Engedit Manual
===========
Written with Python Flask Framework, if you want to port to PHP or Node.js, just change the templates in `app/templates` folder.
How to run the website
------------------------
@zhouzhuojie
zhouzhuojie / 0102 Experiments
Created January 2, 2014 17:51
0102 Experiments
2norm
![enter image description here][1]
kl-divergence
![enter image description here][4]
errorbars
![enter image description here][2]
errors
@zhouzhuojie
zhouzhuojie / 1212 FF Random Walk
Created December 13, 2013 16:19
1212 Fast Forward Random Walk
New Idea of the fast forward random walk
==================
Definition
----------
The fast forward random walk works as follows: it try to avoid coming back to the former clique.
* Denote the rrandom walk's 2-lag history as $(u_2, v_2), (u_1, v_1)$
@zhouzhuojie
zhouzhuojie / 12.11 ErrorBar Plot for distance estimation
Created December 11, 2013 05:33
12.11 ErrorBar Plot for distance estimation
# Error Bar plot for distance estimation
### Steps
* Choose an initial node
* Denote other nodes' attributes $d(v)$ as the shortest path's length from $v$ to the initial node (distance to the initial node)
* Estimate $D = \sum\pi(v)d(v)$, where $\pi(v) = \frac{k_v}{2|E|}$
* Useful and convenient, because we can simply apply the mean function to the sample to get unbiased estimation of $\hat{D}$.
@zhouzhuojie
zhouzhuojie / 1205
Created December 4, 2013 16:01
1204 2norm sliding window
# 1204 2norm avgError KL
* 2-Norm and KL-divergence are based on one vertical array's distribution
* One of the average error is estimated using sliding window
## 2-Norm
![enter image description here][1]
## Average Error (Non Sliding window)
@zhouzhuojie
zhouzhuojie / 1204
Created December 4, 2013 06:19
1204 2norm avgError KL
# 1204 2norm avgError KL
* 2-Norm and KL-divergence are based on one vertical array's distribution
* One of the average error is estimated using sliding window
## 2-Norm
![enter image description here][1]
## Average Error (Non Sliding window)
![enter image description here][2]
@zhouzhuojie
zhouzhuojie / 1204
Created December 4, 2013 06:12
1204 2norm avgError KL
# 1204 2norm avgError KL
* 2-Norm and KL-divergence are based on one vertical array's distribution
* One of the average error is estimated using sliding window
## 2-Norm
![enter image description here][1]
## Average Error (Sliding window)
![enter image description here][2]
@zhouzhuojie
zhouzhuojie / 1202 2norm and avgError
Created December 2, 2013 14:55
1202 2norm and avgError
# Facebook0 dataset
## 2Norm-large
![2Norm-large][1]
## 2Norm-small
![enter image description here][2]
## AvgError-large
@zhouzhuojie
zhouzhuojie / 1201 2norm and avgError
Created December 1, 2013 23:19
1201 2norm and avgError
# Facebook0 dataset
## 2Norm-large
![2Norm-large][1]
## 2Norm-small
![enter image description here][2]
## AvgError-large