CNN - multidimensional matrix as input or parallel input for parallel CNN

I want to run CNN on 20 channels of images. One way is to run on a 20-channel multidimensional matrix (like RGB ). Another way is to run 20 CNN on one channel at a time ( R apart from G separately from B as separate inputs ) and finally connect by concatenate

What is more appropriate to do and is there a difference in the results?

Topic functional-api cnn keras convolution machine-learning

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.