Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132940 views
License: OTHER
1
\subsection{DYCOS}
2
\begin{frame}{}
3
\begin{center}
4
\Huge
5
\textbf{DY}namic \textbf{C}lassification algorithm with
6
c\textbf{O}ntent and \textbf{S}tructure
7
\end{center}
8
\end{frame}
9
10
\begin{frame}{DYCOS}
11
DYCOS zeichnet sich aus durch:
12
\begin{itemize}
13
\item \textbf{Geschwindigkeit}: < $10\si{\second}$ für
14
\begin{itemize}
15
\item $806\,635$ Knoten ($18\,999$ mit Labels)
16
\item $4\,414\,135$ Kanten
17
\end{itemize}
18
\item \textbf{Genauigkeit}: > $65\%$
19
\end{itemize}
20
\end{frame}
21
22
23
%\begin{frame}{Der Algorithmus}
24
%\begin{algorithm}[H]
25
% \begin{algorithmic}
26
% \Function{DYCOS}{Network $G_t = (N_t, A_t, T_t), l, h, p_s$}
27
% \ForAll{node $v$ in $T_t$} \Comment{Für jeden gelabelten Knoten}
28
% \For{$i \in 1, \dots, l$}
29
% \State Perform an $h$-hop random walk from $v$
30
% \EndFor
31
% \State Classify $v$ with the class labels most frequent
32
% encountered
33
% \EndFor
34
% \EndFunction
35
% \end{algorithmic}
36
%\caption{DYCOS algorithm for classification with content and structure}
37
%\label{alg:seq1}
38
%\end{algorithm}
39
%\end{frame}
40
41
42
43