Dense Layer Analysis
A parameter is a value (like a weight or bias) that the AI model learns during training. For a simple **Dense Layer**, the number of parameters is calculated using this formula:
Total Weights ($ \text{Input} \times \text{Output} $)
Bias Parameters ($ \text{Output} $)
Total Parameters