Solved – In convolutional neural network, what does fully-connected layer mean

conv-neural-networkconvolutiondeep learningneural networksunsupervised learning

There are convolution layers, pooling layers, and possibly a classifier layer (e.g. softmax layer) in a convolutional neural network (CNN).

I heard that there is also a fully-connected layer. What is that?

Best Answer

Every neuron from the previous layer is connected to every neuron on the next layer1.