1. Amershi, S., et al. (2019). "Software Engineering for Machine Learning: A Case Study". 2019 IEEE/ACM 41st International Conference on Software Engineering: Software Engineering in Practice (ICSE-SEIP), pp. 291-300. (Discusses iterative development, A/B testing, and monitoring as core MLOps principles for improving AI systems). DOI: 10.1109/ICSE-SEIP.2019.00042
2. NVIDIA NeMo Framework Documentation. "Model Evaluation and Improvement". (While not a single page, the documentation emphasizes iterative cycles of training, evaluation on specific metrics, and fine-tuning based on performance, which aligns with options B and D).
3. Hulten, G. (2018). "Building Intelligent Systems: A Guide to Machine Learning Engineering". Apress. Chapter 11, "Testing, and Debugging, and Maintaining ML Models," discusses the necessity of regression testing and structured feedback loops.