Add SMM gradient descent

This commit is contained in:
2023-10-06 19:57:20 +02:00
parent 7ec4b002a7
commit f5a19c680f
8 changed files with 205 additions and 2 deletions

View File

@ -17,6 +17,7 @@
\usepackage{scrhack, algorithm, listings}
\usepackage{array, makecell}
\usepackage{acro}
\usepackage{subcaption}
\geometry{ margin=3cm, lmargin=1.5cm, rmargin=4.5cm, marginparwidth=3cm }
\hypersetup{ colorlinks, citecolor=black, filecolor=black, linkcolor=black, urlcolor=black, linktoc=all }
@ -55,6 +56,7 @@
\theoremstyle{definition}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}{Corollary}[theorem]
\newtheorem*{example}{Example}
\theoremstyle{definition}
\newtheorem*{definition}{Def}