Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass[border=2pt]{standalone}
2
3
\usepackage{pgfplots}
4
\usepackage{tikz}
5
\usepackage{xcolor}
6
\usetikzlibrary{positioning}
7
\usetikzlibrary{decorations.text}
8
\usetikzlibrary{decorations.pathmorphing}
9
10
\begin{document}
11
\input{overfitting}
12
\end{document}
13
14