diff --git a/2025-13/2025-13.html b/2025-13/2025-13.html new file mode 100644 index 0000000..b2129f1 --- /dev/null +++ b/2025-13/2025-13.html @@ -0,0 +1,3733 @@ + + + + + + + + + +Bilan semaine 13 2025 : 17-21 mars + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

Bilan semaine 13 2025 : 17-21 mars

+
+ + + +
+ + + + +
+ + + +
+ + +

Cette semaine j’ai :

+ +
+
+

+
Baldock iid
+
+
+
+
+

+
Baldock pi
+
+
+
+
+

+
Baldock rho
+
+
+
+
+

+
Baldock pirho
+
+
+ +
+
+
+
+
+
+
+

+
Clear links
+
+
+
+
+
+
+

+
Noisy links
+
+
+
+
+
+
+Figure 1 +
+
+
+ +
+ + +
+ + + + + \ No newline at end of file diff --git a/2025-13/2025-13.qmd b/2025-13/2025-13.qmd new file mode 100644 index 0000000..b5837dd --- /dev/null +++ b/2025-13/2025-13.qmd @@ -0,0 +1,78 @@ +--- +title: "Bilan semaine 13 2025 : 17-21 mars" +format: + html: + embed-resources: true +--- + +Cette semaine j'ai : + +- Fini d'intégrer à colSBM tous les changements (clustering dérecursifier pour +uni et bipartites& cli ...) et contacter Saint-Clair pour passer colSBM sous GrossSBM. +- Relancer et obtenus les résultats pour le clustering sur les réseaux Baldock + +![Baldock iid](figs/baldock_meso_iid.png) + +![Baldock pi](figs/baldock_meso_pi.png) + +![Baldock rho](figs/baldock_meso_rho.png) + +![Baldock pirho](figs/baldock_meso_pirho.png) + +- Relancer et obtenus les résultats pour les simus ajoutant du bruits sur les structures et liens + - Pour *noisy $\alpha$*: + + Plan de simulation 2 collections ($d\in (1,2)$) avec $M = 30$ soit 15 réseaux par type. $n_r = n_c = 120$ et + $$\pi_1 = \begin{pmatrix} 0.5, 0.3, 0.2\end{pmatrix},~ + \rho_1 = \begin{pmatrix}0.4, 0.3, 0.2, 0.1\end{pmatrix},~ + \alpha_1 = \begin{pmatrix} + 0.85& 0.4& 0.2& 0.15\\ + 0.6& 0.2& 0.15& 0.15\\ + 0.2& 0.15& 0.15& 0.7 + \end{pmatrix}$$ + + $$ \pi_2 = (0.5, 0.3, 0.2),~ + \rho_2 = (0.45, 0.3, 0.25),~ + \alpha_2 = \begin{pmatrix} + 0.65& 0.15& 0.15\\ + 0.15& 0.8& 0.15\\ + 0.15& 0.15& 0.4 + \end{pmatrix}$$ + + $\epsilon \in (0, 0.01, \dots 0.05)$ qui est l'écart-type d'une $\mathcal{N}_{Q_1^d \times Q_2^d}(0,\epsilon^2) = vec(N^m), \forall m \in (1,\dots, M)$. + Et $\forall m, X^m \sim LBM_{n_r,n_c}(Q_1^d, Q_2^d, \alpha_d + N^m, \pi_d, \rho_d)$ + + Résultats : + ![alt](figs/noisy_alpha.png) + + - Pour *noisy links*: + + Plan de simu $M = 30$, $n_r = n_c = 120$. + $$\pi_1 = \begin{pmatrix} 0.5, 0.3, 0.2\end{pmatrix},~ + \rho_1 = \begin{pmatrix}0.4, 0.3, 0.2, 0.1\end{pmatrix},~ + \alpha_1 = \begin{pmatrix} + 0.85& 0.4& 0.2& 0.05\\ + 0.6& 0.2& 0.05& 0.05\\ + 0.2& 0.05& 0.05& 0.7 + \end{pmatrix}$$ + + $$ \pi_2 = (0.5, 0.3, 0.2),~ + \rho_2 = (0.45, 0.3, 0.25),~ + \alpha_2 = \begin{pmatrix} + 0.65& 0.05& 0.05\\ + 0.05& 0.8& 0.05\\ + 0.05& 0.05& 0.4 + \end{pmatrix}$$ + + $\epsilon \in (0, 0.05, \dots 0.5)$, indices de la matrice = sample.int($n_r \times n_c$, size = $n_r \times n_c \times \epsilon$). Les indices tirés inverse la valeur du lien (1 -> 0, 0 -> 1) + + +::: {#fig-results-linsk layout-ncol=2} + +![Clear links](figs/clear_links.png) + +![Noisy links](figs/noisy_links.png) + +::: + + \ No newline at end of file diff --git a/2025-13/figs/baldock_meso_iid.png b/2025-13/figs/baldock_meso_iid.png new file mode 100644 index 0000000..7fd0f44 Binary files /dev/null and b/2025-13/figs/baldock_meso_iid.png differ diff --git a/2025-13/figs/baldock_meso_pi.png b/2025-13/figs/baldock_meso_pi.png new file mode 100644 index 0000000..aab0223 Binary files /dev/null and b/2025-13/figs/baldock_meso_pi.png differ diff --git a/2025-13/figs/baldock_meso_pirho.png b/2025-13/figs/baldock_meso_pirho.png new file mode 100644 index 0000000..6863e53 Binary files /dev/null and b/2025-13/figs/baldock_meso_pirho.png differ diff --git a/2025-13/figs/baldock_meso_rho.png b/2025-13/figs/baldock_meso_rho.png new file mode 100644 index 0000000..3bfe3e5 Binary files /dev/null and b/2025-13/figs/baldock_meso_rho.png differ diff --git a/2025-13/figs/clear_links.png b/2025-13/figs/clear_links.png new file mode 100644 index 0000000..3bc4f52 Binary files /dev/null and b/2025-13/figs/clear_links.png differ diff --git a/2025-13/figs/noisy_alpha.png b/2025-13/figs/noisy_alpha.png new file mode 100644 index 0000000..73141fe Binary files /dev/null and b/2025-13/figs/noisy_alpha.png differ diff --git a/2025-13/figs/noisy_links.png b/2025-13/figs/noisy_links.png new file mode 100644 index 0000000..4c4867e Binary files /dev/null and b/2025-13/figs/noisy_links.png differ