diff options
author | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
---|---|---|
committer | Jan Aalmoes <jan.aalmoes@inria.fr> | 2024-09-21 16:33:51 +0200 |
commit | b8504c330be30ccf771d6745a34f395a83395ea5 (patch) | |
tree | 9bbd9285d530381e3e743266fbf62be35df3a7c8 /synthetic/problem.tex | |
parent | 00ec61946ddf3a7c2abf7d7e0730fc8e21b50f37 (diff) | |
parent | 06c724f61e746772dc46aaf7e11c96abc1a49dd1 (diff) |
merge with brouillon
Diffstat (limited to 'synthetic/problem.tex')
-rw-r--r-- | synthetic/problem.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synthetic/problem.tex b/synthetic/problem.tex new file mode 100644 index 0000000..30aaa05 --- /dev/null +++ b/synthetic/problem.tex @@ -0,0 +1,13 @@ +\begin{figure} + \centering + \begin{subfigure}{0.35\linewidth} + \includegraphics[width=\textwidth]{figure/image1.png} + \caption{Training with raw data} + \end{subfigure} + \hspace{4mm} + \begin{subfigure}{0.58\linewidth} + \includegraphics[width=\textwidth]{figure/image2.png} + \caption{Training with synthetic data} + \end{subfigure} + \caption{Risk propagation of training a learning model with synthetic data instead of raw data.} +\end{figure}
\ No newline at end of file |