Regularization and Variable Selection via the Elastic Net, Hui Zou and Trevor Hastie, 2005Journal of the Royal Statistical Society Series B (Statistical Methodology), Vol. 67 (Wiley)DOI: 10.1111/j.1467-9868.2005.00503.x - The original paper introducing the Elastic Net regularization method, detailing its formulation and advantages over Lasso in handling correlated features.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - An authoritative textbook providing a detailed statistical and theoretical treatment of regularization techniques, including Lasso, Ridge, and Elastic Net.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational text in deep learning that covers general regularization strategies, including L1 and L2, and discusses their relevance in neural networks.
tf.keras.regularizers.L1L2, TensorFlow Developers, 2024 (Google) - Official documentation for Keras's built-in Elastic Net regularizer, illustrating its practical application in deep learning models.