diff --git a/doc/instructions.html b/doc/instructions.html index d58c3cb..d507502 100644 --- a/doc/instructions.html +++ b/doc/instructions.html @@ -278,7 +278,7 @@

Part 1.3: pooling

y = vl_nnpool(x, 15) ;
-figure(6) ; clf ; imagesc(y) ;
+figure(7) ; clf ; imagesc(y) ;

Question: look at the resulting image. Can you interpret the result?

@@ -309,7 +309,7 @@

Part 1.4: normalisation

alpha = 1 ; beta = 0.5 ; y_nrm = vl_nnnormalize(x, [rho kappa alpha beta]) ; -figure(6) ; clf ; imagesc(y_nrm) ; +figure(7) ; clf ; imagesc(y_nrm) ;

Tasks:

@@ -1081,4 +1081,4 @@

History


  1. A two-dimensional lattice is a discrete grid embedded in , similar for example to a checkerboard.
- \ No newline at end of file +