diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-23 14:25:22 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2014-11-23 14:25:22 -0500 |
| commit | 4cc345de263f4d884d21b95612b7dc03ac0ab8e7 (patch) | |
| tree | 74a27e9b41ebec111a1ed5c1c462d51fcb562c3f /notes | |
| parent | f8dac4460f85fe9a207fc5693bee98cf5b1eeb9d (diff) | |
| download | cascades-4cc345de263f4d884d21b95612b7dc03ac0ab8e7.tar.gz | |
voter model
Diffstat (limited to 'notes')
| -rw-r--r-- | notes/formalisation.pdf | bin | 202779 -> 203767 bytes | |||
| -rw-r--r-- | notes/formalisation.tex | 6 |
2 files changed, 5 insertions, 1 deletions
diff --git a/notes/formalisation.pdf b/notes/formalisation.pdf Binary files differindex 9383d54..ae0c87f 100644 --- a/notes/formalisation.pdf +++ b/notes/formalisation.pdf diff --git a/notes/formalisation.tex b/notes/formalisation.tex index acc58d2..66d34d6 100644 --- a/notes/formalisation.tex +++ b/notes/formalisation.tex @@ -134,9 +134,13 @@ $$\forall t< T-1, k, \ M^t_k \cdot \theta_i = b^{t+1}_k$$ We can concatenate each equality in matrix form $M$, such that the rows of $M$ are the observed $blue$ nodes $M^t_k$ and the entries of $\vec b$ are the corresponding probabilities: -$$M \cdot \theta = \vec b$$ +$$M \cdot \theta_i = \vec b$$ +Note that if $M$ had full column rank, then we could recover $\theta_i$ from $\vec b$. This is however an unreasonable assumption, even after having observed many cascades. We must explore which assumptions on $M$ allow us to recover $\theta_i$ from a small number of cascades. Further note that we do not immediately observe $\vec b$. Instead, we observe a bernoulli vector, whose j$^{th}$ entry is equal to $1$ with probability $b_j$ and $0$ otherwise. We will denote this vector $\vec w$, and denote by $\vec \epsilon$ the quantum noise vector such that $\vec w = \vec b + \vec \epsilon$. We can therefore reformulate the problem with our observables: +$$M \cdot \theta_i + \vec \epsilon = \vec w$$ + +We hope to show that we can exploit the sparsity of vector $\theta_i$ to apply common sparse recovery techniques. \section{Independent Cascade Model} |
