conclusion : ajout de conclusion supp

This commit is contained in:
Louis Lacoste 2024-08-18 15:19:05 +02:00
parent 6d6652375d
commit 91fd281139
2 changed files with 45 additions and 20 deletions

View file

@ -4,6 +4,18 @@
\section{Conclusion} \section{Conclusion}
\label{sec:conclusion} \label{sec:conclusion}
\subsection{State of work at the end of the internship}
At the end of this internship we now have:
\begin{itemize}
\item A model capable to find structure in collections of bipartite network.
Enabling the possibility to bring together networks that may have not
seem evident to put together.
\item A clustering method that is able to partition a collection into
collections that are similar in their structures.
\item All the described methods implemented into an \texttt{R} package.
\end{itemize}
\subsection{Difficulties encountered} \subsection{Difficulties encountered}
\label{ssec:difficulties-encountered} \label{ssec:difficulties-encountered}
\paragraph{Seed dependance} While using our clustering on data \paragraph{Seed dependance} While using our clustering on data
@ -47,6 +59,18 @@ for network $m$ are themselves the realizations of random variables and
thus introduce sort of a mixed effect model. This may allow a self-penalization thus introduce sort of a mixed effect model. This may allow a self-penalization
that could keep the flexibility intended in these models. that could keep the flexibility intended in these models.
\paragraph{More ecological applications} We have leads to apply the models on
interesting cases, among them are the following:
\begin{itemize}
\item Networks that are spaced along an altitude gradient, which could be
accounted for in the dissimilarity measure for instance.
\item Collection of different sorts of interactions (plants-seed dispersors,
host-parasites, \dots)
\end{itemize}
\paragraph{Turning this work into an article} We will work in the upcoming
months to write an article about the method.
\paragraph{Comparison to other graphs clustering methods} \paragraph{Comparison to other graphs clustering methods}
Recent work have been comparing Recent work have been comparing
\texttt{colSBM}~\parencite{chabert-liddellLearningCommonStructures2024a} and \texttt{colSBM}~\parencite{chabert-liddellLearningCommonStructures2024a} and

View file

@ -223,31 +223,32 @@ automata,positioning}
% Pour activer les onglets % Pour activer les onglets
\ActivateBG \ActivateBG
\begin{selectlanguage}{french} \begin{selectlanguage}{french}
% \maketitle % \maketitle
\pagenumbering{roman} \pagenumbering{roman}
\tableofcontents \setcounter{tocdepth}{1}
\include{remerciements} \tableofcontents
% \include{chapter1-presentation_UMR} \include{remerciements}
% \include{chapter1-presentation_UMR}
\end{selectlanguage} \end{selectlanguage}
\begin{selectlanguage}{english} \begin{selectlanguage}{english}
\pagenumbering{arabic} \pagenumbering{arabic}
\include{chapter2-context} \include{chapter2-context}
\include{chapter3-structure-detection} \include{chapter3-structure-detection}
\include{chapter4-simulation-studies} \include{chapter4-simulation-studies}
% \chapter{Applications} % \chapter{Applications}
% \include{Rcodes/real_data/application_dore} % \include{Rcodes/real_data/application_dore}
% \include{Rcodes/real_data/CoOPLBM_completion_analyze} % \include{Rcodes/real_data/CoOPLBM_completion_analyze}
\include{chapter5-applications} \include{chapter5-applications}
\include{conclusions} \include{conclusions}
\addtocounter{maincontentend}{1} \addtocounter{maincontentend}{1}
\addtocounter{customchapter}{1} \addtocounter{customchapter}{1}
\printbibliography \printbibliography
\input{appendices.tex} \input{appendices.tex}
% \listoffigures % \listoffigures
% \listoftables % \listoftables
\end{selectlanguage} \end{selectlanguage}
\end{document} \end{document}