05/24/2026
π Day 16: Designing QNNs β Balancing Expressivity and Trainability
Yesterday (Day 15), we explored:
π The trade-off between expressivity vs. trainability
More expressivity β powerful models
Less trainability β harder optimization
Increasing expressivity often introduces optimization challenges.
So the real question is:
π How do we design a QNN that achieves both?
βοΈ The Core Challenge
If a QNN is
Too simple β β cannot learn complex patterns
Too complex β β cannot be trained
π We need a balance
π§ Design Principles for Balanced QNNs
β 1. Controlled Circuit Depth
π Avoid unnecessarily deep random parameterized circuits.
Keeps gradients stable
Reduces barren plateaus
β 2. Structured Approach
π Use problem-inspired circuits
β Better learning signal
β Improved generalization
β 3. Data Re-uploading
π Feed input multiple times into the circuit
β Data re-uploading improves expressivity while maintaining manageable circuit depth.
β Without increasing depth too much
β 4. Limited Entanglement
π Excessive/random entanglement can lead to optimization difficulties and barren plateaus.
β Use controlled / local entanglement
β 5. Hybrid Architecture
π Classical models provide stability and efficient optimization, while quantum layers enhance feature representation.
β Classical β stability
β Quantum β expressivity
π Real-world QNN success depends on:
βStable gradients
βMeaningful feature representation
βNoise robustness
βA good quantum model is not the most powerfulβ¦
but the one that can actually learn.β
π References
Recent advances in quantum machine learning, including works by McClean et al. (2018), Sim et al. (2019), and PΓ©rez-Salinas et al. (2020).