Created
September 9, 2022 16:01
-
-
Save SubhadityaMukherjee/2e197be068af93c11c8e410c4367f1d9 to your computer and use it in GitHub Desktop.
latex_report_parts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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