Retours Lola
This commit is contained in:
parent
d03cbf1285
commit
1b18e8d2b3
2 changed files with 49 additions and 46 deletions
18
annexe.tex
18
annexe.tex
|
|
@ -168,4 +168,22 @@
|
|||
\end{block}}
|
||||
\end{column}
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\section{Data}
|
||||
\begin{frame}
|
||||
\addtocounter{figure}{1}
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\tikzset{city/.style={circle, fill=white, draw=red, inner sep=0.65,minimum size=0}}
|
||||
\node (map) at (0,0) {\includegraphics[width=0.35\textwidth]{img/uk-map.png}};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 25mm]180:Leeds}] (leeds) at (0.2,0.03) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 30mm]0:Edinburgh}] (edinburgh) at (-0.58,1.84) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 20mm]180:Bristol}] (bristol) at (-0.3,-1.82) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 20mm]0:Reading}] (reading) at (0.5,-1.82) {};
|
||||
|
||||
\end{tikzpicture}
|
||||
\caption{Map of the four cities}
|
||||
\end{figure}
|
||||
\end{frame}
|
||||
|
|
@ -69,51 +69,6 @@
|
|||
\end{columns}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Multiple networks}
|
||||
\only<1>{\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Bristol.pdf}
|
||||
\caption{Bristol}
|
||||
\end{subfigure}
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Edinburgh.pdf}
|
||||
\caption{Edinburgh}
|
||||
\end{subfigure}
|
||||
\hfill
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Leeds.pdf}
|
||||
\caption{Leeds}
|
||||
\end{subfigure}
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Reading.pdf}
|
||||
\caption{Reading}
|
||||
\end{subfigure}
|
||||
\caption{Adjacency matrices,~\cite{baldockSystemsApproachReveals2019}}
|
||||
\label{fig:adj}
|
||||
\end{figure}}
|
||||
\only<2>{
|
||||
\addtocounter{figure}{1}
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\tikzset{city/.style={circle, fill=white, draw=red, inner sep=0.65,minimum size=0}}
|
||||
\node (map) at (0,0) {\includegraphics[width=0.35\textwidth]{img/uk-map.png}};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 25mm]180:Leeds}] (leeds) at (0.2,0.03) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 30mm]0:Edinburgh}] (edinburgh) at (-0.58,1.84) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 20mm]180:Bristol}] (bristol) at (-0.3,-1.82) {};
|
||||
\node[city, pin={[pin edge={<-,thick}, pin distance = 20mm]0:Reading}] (reading) at (0.5,-1.82) {};
|
||||
|
||||
\end{tikzpicture}
|
||||
\caption{Map of the four cities}
|
||||
\end{figure}}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Analysis methods for a network}
|
||||
Several methods~:
|
||||
\begin{itemize}
|
||||
|
|
@ -163,7 +118,37 @@
|
|||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{Model 0: sep-BiSBM}
|
||||
\frametitle{How to compare multiple networks?}
|
||||
\begin{figure}[ht]
|
||||
\centering
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Bristol.pdf}
|
||||
\caption{Bristol}
|
||||
\end{subfigure}
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Edinburgh.pdf}
|
||||
\caption{Edinburgh}
|
||||
\end{subfigure}
|
||||
\hfill
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Leeds.pdf}
|
||||
\caption{Leeds}
|
||||
\end{subfigure}
|
||||
\begin{subfigure}[ht]{0.475\textwidth}
|
||||
\centering
|
||||
\includegraphics[width=0.5\textwidth]{tikz/applications/baldock/mat-Baldock2019_Reading.pdf}
|
||||
\caption{Reading}
|
||||
\end{subfigure}
|
||||
\caption{Adjacency matrices,~\cite{baldockSystemsApproachReveals2019}}
|
||||
\label{fig:adj}
|
||||
\end{figure}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\frametitle{First approach: sep-BiSBM}
|
||||
\only<1-2>{
|
||||
\begin{equation*}
|
||||
\forall m \in \{1\dots M\}, Y^m \overset{ind}{\sim} \mathcal{B}ern\text{-BiSBM}_{n_1^m,n_2^m}(Q_1\alert<2->{^m}, Q_2\alert<2->{^m}, \pi\alert<2->{^m}, \rho\alert<2->{^m}, \alpha\alert<2->{^m})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue