accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Extend convolution layer #111

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

New parameter for the number of input planes that are connected to an output plane: default = infinite (aka fully connected).

accosmin commented 8 years ago

Added new parameter to the convolution layer to control the input-connectivity: "conn=1[1,16]". Each output plane is connected to inputs/conn input planes. By default conn=1, thus the output planes are fully connected.