-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentation.tex
More file actions
210 lines (169 loc) · 4.38 KB
/
presentation.tex
File metadata and controls
210 lines (169 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
%\documentclass{beamer}
\documentclass{ctexbeamer}
\definecolor{GreenDarkFaded}{rgb}{0,0.6,0}
\definecolor{SpringGreenDark}{rgb}{0.2,0.6,0}
\definecolor{GreenObscureWeak}{rgb}{0,0.2,0}
\definecolor{GreenDarkDull}{rgb}{0.2,0.6,0.2}
\mode<presentation>
{
% \usetheme{PaloAlto}
\usetheme{Warsaw}
% \usetheme{Darmstadt}
% \usetheme{Boadilla}
\usecolortheme{orchid}
%\usecolortheme[named=GreenDarkDull]{structure}
% \usecolortheme{orchid}
% \usecolortheme{whale}
% \usecolortheme{default}
% \usecolortheme{wolverine}
% \usecolortheme{crane}
% \usecolortheme{rose}
\setbeamercovered{transparent}
}
% \usepackage{pdfpages}
% \includepdf{demo.pdf} % 插入pdf文件
% \usepackage{navigator}
% \embeddedfile[TeX code]{\jobname}{\jobname.tex} % 插入tex文件
% \usepackage{attachfile}
% \attachfile{demo.pdf}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
% \usepackage{times}
% \usepackage[T1]{fontenc}
\usepackage{graphicx} %图片
\usepackage{booktabs} %表格
%Information to be included in the title page:
\title[xxx]{xxx}
\author{汇报人:xxx \newline 指导老师:xxx}
\institute{xxx}
\date{x年x月x日}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{目录}
\tableofcontents %与上面的函数对应,该命令是自动生成包含章节标题和对应页码的目录表
\end{frame}
\AtBeginSection[]{
\begin{frame}
\tableofcontents[currentsection]
\end{frame}
} % 每到新的一节(Section)显示大纲
% \AtBeginSubsection[]{
% \begin{frame}
% \frametitle{目录}
% \tableofcontents[currentsubsection]
% \end{frame}
% }
\graphicspath{{figures/}}
\section{Motivation}
\subsection{xxxx}
\begin{frame}{xxxx}{xxxx}
\begin{itemize}
\item
xxx
\item
xxx
\end{itemize}
\end{frame}
\subsection{xxxx}
\begin{frame}{xxxxx}{xxxxx}
\begin{itemize}
\item
xxxxxxxx
\item
xxxxxxxx
\end{itemize}
\end{frame}
\section{Related Work}
\subsection{Physical Methods}
\begin{frame}{xxxx}{xxxxxx}
\begin{itemize}
\item
xxxxx
\item
xxxxx
\item
xxxxxxxxx
\end{itemize}
\end{frame}
\subsection{Statistic Methods}
\begin{frame}{统计方法}{ARIMA}
\begin{itemize}
\item
自回归模型:AR
\begin{equation}
y_t = \mu + \sum_{i=1}^{p}\gamma_i y_{t-i} + \epsilon_t
\end{equation}
\item
移动平均模型:MA
\begin{equation}
y_t = \mu + \sum_{i=1}^{p}\theta_i \epsilon_{t-i} + \epsilon_t
\end{equation}
\item
自回归移动平均模型:ARMA
\begin{equation}
y_t = \mu + \sum_{i=1}^{p}\gamma_i y_{t-i} + \sum_{i=1}^{p}\theta_i \epsilon_{t-i} + \epsilon_t
\end{equation}
\end{itemize}
\end{frame}
\subsection{Deep Learning Methods}
\begin{frame}{深度学习}{LSTM}
\begin{columns}
\column{0.8\textheight}
\begin{block}{Mathematics}
\begin{center}
\begin{gather*}
f_t = \sigma (W_f [h_{t-1},x_t] + b_f)\\
i_t = \sigma (W_i [h_{t-1},x_t] + b_i)\\
\tilde{C_t} = tanh(W_c [h_{t-1},x_t] + b_c)\\
C_t = f_t * C_{t-1} + i_t * \tilde{C_t}\\
o_t = \sigma (W_o [h_{t-1},x_t] + b_o)\\
h_t = o_t * tanh(C_t)
\end{gather*}
\end{center}
\end{block}
\column{0.5\textwidth}
\begin{figure}
\centering
\includegraphics[width=6cm]{LSTM.pdf}
% \caption{LSTM}
% \label{LSTM_Cell_figures}
\end{figure}
\end{columns}
\end{frame}
\section{My Methods and Methodology}
\subsection{dataset}
\begin{frame}{数据集}{xxxxx}
如表\ref{tab1}所示
\begin{table}
\centering
\caption{Dataset}
\label{tab1}
\begin{tabular}{cccccc}
\toprule
xx & xx & xx & xx & xx \\
\midrule
0 & 0 & 0 & 18 & 0 \\
0 & 99 & 100 & 50 & 0 \\
\bottomrule
\end{tabular}
\end{table}
xxx rows-xxx cols
\end{frame}
\subsection{Review of Model}
\subsection{Details of Model}
\begin{frame}
\begin{center}
汇报完毕~~~~恳请指正
~\\
~\\
~\\
~\\
~\\
Presented by
~\\
xxx
\end{center}
\end{frame}
\end{document}