Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created September 9, 2022 16:01
Show Gist options
  • Save SubhadityaMukherjee/2e197be068af93c11c8e410c4367f1d9 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/2e197be068af93c11c8e410c4367f1d9 to your computer and use it in GitHub Desktop.
latex_report_parts
\section{Equations}
We can have three types of these - An inline equation : $2x+3 = 10$, or a proper block , $$2 \sin(x)+10 = 100$$ or a long form one such as this.
\begin{equation}
E[g^{2}]_{t}= 0.9E[g^{2}]_{t-1}+ 0.1g^{2}_{t}\\
\theta_{t+1}= \theta_{t}- \frac{\eta}{\sqrt{E[g^{2}])_{t}+\epsilon}}g_{t}
\end{equation}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment