提交 013308a1 authored 作者: Frederic Bastien's avatar Frederic Bastien

Better RNN slide, tell about the recurrence

上级 a273e361
......@@ -610,7 +610,6 @@ Elemwise{mul} [@A] ''
(go from the result of computation to its input, recursively)
\end{itemize}
\end{frame}
%TODO place somewhere a computation graph example.
\subsection{Debugging}
\begin{frame}{Debugging}
......@@ -983,7 +982,10 @@ result, updates = theano.scan(
\begin{itemize}
\item RNN is a class of neural network that allows to work with sequences of variable sizes.
\item It does so, by reusing weights for each element of the sequence.
\item It creates an internal state that allows to exhibit dynamic temporal behavior.
\item One layer have recurrent connection to itself with a time delay.
\begin{itemize}
\item This create an internal state that allows to exhibit dynamic temporal behavior.
\end{itemize}
\end{itemize}
Image from wikipedia by Fyedernoggersnodden
\includegraphics[width=0.35\textwidth]{../images/Elman_srnn.png}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论