2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/tikz/2d-epochs-overfitting/2d-epochs-overfitting.tex

13 lines
258 B
TeX
Raw Normal View History

2017-05-17 11:21:37 +02:00
\documentclass[border=2pt]{standalone}
2016-03-07 12:44:26 +01:00
\usepackage{pgfplots}
\usepackage{tikz}
2017-05-17 11:21:37 +02:00
\usepackage{xcolor}
2016-03-07 12:44:26 +01:00
\usetikzlibrary{positioning}
\usetikzlibrary{decorations.text}
\usetikzlibrary{decorations.pathmorphing}
\begin{document}
2017-05-17 11:21:37 +02:00
\input{overfitting}
2016-03-07 12:44:26 +01:00
\end{document}