8.1.0.7.10. net-cscf
(packages/gblearn2/net-cscf.lsh)

Author(s): Yann LeCun

convolutional net where the layers are convolution, subsampling, convolution, full connect.

8.1.0.7.10.0. (new net-cscf ini inj ki0 kj0 tbl0 si0 sj0 ki2 kj2 tbl2 outthick prm)
[CLASS] (packages/gblearn2/net-cscf.lsh)


makes a new net-cscf module. ini inj : expected max size of input for preallocation of internal states ki0 kj0 : kernel size for first convolutional layer tbl0 : table of connections between input anf feature maps for first layer si0 sj0 : subsampling for first layer ki2 kj2 tbl2 : same for last convolution layer outthick : number of outputs. prm an idx1-ddparam in which the parameters will be allocated.