Further spec changes

This commit is contained in:
AntreasAntoniou 2017-11-06 17:31:41 +00:00
parent 80d22f4770
commit b0cdd67feb
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -140,14 +140,14 @@ This branch includes the following additions to your setup:
\begin{itemize} \begin{itemize}
\itemsep1pt\parskip0pt\parsep0pt \itemsep1pt\parskip0pt\parsep0pt
\item \item
A notebook \verb+BatchNormalizationLayer_tests+ which includes A notebook \verb+BatchNormalizationLayer_tests.ipynb+ which includes
test functions to check the implementations of the BatchNorm layer test functions to check the implementations of the BatchNorm layer
\texttt{fprop}, \texttt{bprop} and \texttt{grads\_wrt\_params} \texttt{fprop}, \texttt{bprop} and \texttt{grads\_wrt\_params}
methods. The BatchNormalizationLayer skeleton code can be found in mlp.layers. methods. The BatchNormalizationLayer skeleton code can be found in mlp.layers.
The tests use the mlp.layers implementation so be sure to reload your notebook The tests use the mlp.layers implementation so be sure to reload your notebook
when you update your mlp.layers code. when you update your mlp.layers code.
\item \item
A notebook \verb+Convolutional_layer_tests+ which includes A notebook \verb+ConvolutionalLayer_tests.ipynb+ which includes
test functions to check the implementations of the Convolutional layer test functions to check the implementations of the Convolutional layer
\texttt{fprop}, \texttt{bprop} and \texttt{grads\_wrt\_params} \texttt{fprop}, \texttt{bprop} and \texttt{grads\_wrt\_params}
methods. The ConvolutionalLayer skeleton code can be found in mlp.layers. methods. The ConvolutionalLayer skeleton code can be found in mlp.layers.