Further spec changes
This commit is contained in:
parent
80d22f4770
commit
b0cdd67feb
Binary file not shown.
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user