![]() |
|
Classical Machine Learning [Aburass] - Printable Version +- MKLab (https://mklab.gr) +-- Forum: [INDEX] (https://mklab.gr/forumdisplay.php?fid=1) +--- Forum: ARTFICIAL INTELLIGENCE (AI) (https://mklab.gr/forumdisplay.php?fid=5) +---- Forum: BOOKS (https://mklab.gr/forumdisplay.php?fid=32) +----- Forum: NEW PUBLICATIONS (https://mklab.gr/forumdisplay.php?fid=110) +----- Thread: Classical Machine Learning [Aburass] (/showthread.php?tid=1695) |
Classical Machine Learning [Aburass] - mklabgr - 08-20-2026 Book:Classical Machine Learning: A Practical Guide Using Python Authors: Sanad Aburass & Ibrahim Aljarah Publication date: 31 July 2026 Publisher: Springer Cham / Springer Nature Switzerland Edition: 1st edition Length: XIX + 312 pages ISBN: 978-3-032-04398-6 (Springer) Classical Machine Learning: A Practical Guide Using Python is designed as a bridge between the mathematical foundations of machine learning and their practical implementation in Python. Its central argument is that, despite the current attention given to generative AI and large neural networks, a solid understanding of classical machine-learning methods remains essential. The book therefore develops algorithms from relatively elementary techniques such as linear and logistic regression through Naïve Bayes, decision trees, random forests, ensemble methods, clustering and dimensionality reduction. Theory, mathematical intuition, and executable examples are deliberately combined rather than treating machine learning as simply calling library functions. The book then makes a gradual transition from classical ML into modern neural-network methods. Later chapters introduce artificial neural networks, convolutional operations, convolutional neural networks (CNNs), recurrent neural networks (RNNs), transfer learning, and feature extraction. An unusual feature is its discussion of Cubixel representation, an emerging approach to image representation and processing. The progression therefore gives readers a useful conceptual path from traditional statistical learning to techniques underlying modern deep learning. The practical side relies on NumPy, pandas, scikit-learn and TensorFlow, and the authors expect readers to have some familiarity with Python plus basic linear algebra and calculus. Consequently, it seems particularly suitable for students, researchers, data scientists, or programmers who know some Python but want to understand why machine-learning algorithms work rather than merely applying pre-built models. It is less a mathematically rigorous theoretical ML textbook than an applied introduction combining mathematics, explanation, and programming. Main topics The book's 11 main chapters progress through:
Springer — Classical Machine Learning |