aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-11-23 11:35:30 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2014-11-23 11:35:30 -0500
commit2ed13908ac5479b6b01c9ab82fed006d1f12dc53 (patch)
tree1deb43dd5490b8e5088372827c2ed09c3eebedc7 /notes
parent5244bcf872dca2f839aac699dc14aa5e0a5fcd5f (diff)
downloadcascades-2ed13908ac5479b6b01c9ab82fed006d1f12dc53.tar.gz
voter model
Diffstat (limited to 'notes')
-rw-r--r--notes/formalisation.pdfbin197923 -> 198927 bytes
-rw-r--r--notes/formalisation.tex12
2 files changed, 2 insertions, 10 deletions
diff --git a/notes/formalisation.pdf b/notes/formalisation.pdf
index 2d64bb0..daa0d6f 100644
--- a/notes/formalisation.pdf
+++ b/notes/formalisation.pdf
Binary files differ
diff --git a/notes/formalisation.tex b/notes/formalisation.tex
index 00eb891..3d20261 100644
--- a/notes/formalisation.tex
+++ b/notes/formalisation.tex
@@ -95,18 +95,10 @@ $$1 - \delta_T \leq \| M_T c \|_2^2 \leq 1 + \delta_T$$
For small $\delta_T$, the above equation defines a `loose' orthonormality property for the columns of $M$.
-\section{Voter Model}
-\subsection{The Model}
-
-Recap on what the model is
+\section{Warm up: the voter model}
-\subsection{Formulating the sparse recovery problem}
+In the voter model, there are two types of nodes, {\it red} and {\it blue}. At every turn, each node $u$ chooses one of its neighbors uniformly (with probability $\frac{1}{deg(u)}$) and adopts the color of that neighbor. In most cases, we consider that the graphs includes self-loops, meaning the node has the option to keep his color for the next round. We fix a horizon $T$, and a set of {\it blue} nodes, and we observe the evolution of set of $red$ nodes.
-\subsection{Results under strong assumptions}
-
-\subsection{Results under RIP condition}
-
-\subsection{Results under isotropic condition}
\section{Independent Cascade Model}