The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - A classic textbook covering the statistical foundations of machine learning, including detailed explanations of model parameters in various algorithms like linear regression.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive resource for deep learning, explicitly detailing parameters (weights, biases) and hyperparameters (learning rate, network architecture) within neural networks.
CS229 Lecture Notes: Machine Learning, Andrew Ng, Tengyu Ma, 2023 (Stanford University) - Lecture notes from a renowned machine learning course, offering clear explanations of fundamental concepts like parameters in linear regression and hyperparameters such as the learning rate.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide to machine learning that clearly distinguishes between parameters and hyperparameters with examples across various algorithms like K-Nearest Neighbors and neural networks.