Doubt regarding Dense layers

What are exactly the use of dense layers in our models?

hey @Sid10 ,
Dense Layers are basic layers of neural networks that are used to just make a simple feed forward network for just to transfer and modify the information our model learn from the input data.
Like the way we think of a simple neural network with number of nodes and hidden layers , then these Dense Layers come into action. They just provide a simple linear mathematical calculation to be calculated on the inputs values.

I hope this would have helped you understand the usage of Dense Layers.
Thank You and Happy Learning :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.