Public Member Functions |
| lenet_cscf (parameter< T, Tstate > &prm, intg image_height, intg image_width, intg ki0, intg kj0, intg si0, intg sj0, intg ki1, intg kj1, intg output_size, bool norm=false, bool color=false, bool mirror=false, bool tanh=false, bool shrink=false, bool diag=false, idx< intg > *table0_=NULL, idx< intg > *table1_=NULL) |
template<typename T, class Tstate = bbstate_idx<T>>
class ebl::lenet_cscf< T, Tstate >
lenet type of architecture. absolution rectification + contrast normalization can be turned on with the norm boolean. color can be turned on with the color boolean, in which case a 3-layer input is assumed and bigger tables are used.