I have MxN rgb image. So here no. of color channels will be 3(r,g,b).now I want to construct a CNN model. so no of neurons input neurons will be MxN.Let we have nxn receptive fields.so no of neurons in first hidden layer will be (M-n+1)x(M-n+1).So my questions are:
- How can I decide no. of feature map between input image and first hidden layer and so on?
- How the feature map is connected with feature channel? is their any relations between feature channel and color channel?
I am new in CNN.any type of response accepted.