Why do you need a Fully Connected Layer?
Submitted by abhishek.mishra on Sat, 06/17/2017 - 16:06
A Fully connected layer is the actual component that does the discriminative learning in a Deep Neural Network. It’s a simple Multi layer perceptron that can learn weights that can identify an object class. You can read about MLP in any ML text book.