Artelnics / opennn

OpenNN - Open Neural Networks Library
http://www.opennn.net
GNU Lesser General Public License v3.0
1.12k stars 354 forks source link

Questions: Does convolution layer support expansion - from lower to higher dimensions? #294

Open leondavi opened 4 months ago

leondavi commented 4 months ago

In order to build CNN with Autoencoder there is need to perform convolution from higher dimension to lower and then the opposite lower to higher. The question is whether this operation is supported by convolutional layers or not.

Thanks.