Machine Learning: An Algorithmic Perspective, Second Edition (Chapman & – Digital Instant Dowload.
Product details:
- ISBN-10 : 1420067184
- ISBN-13 : 978-1420067187
- Author: Stephen Marsland (Author)
Traditional books on machine learning can be divided into two groups ― those aimed at advanced undergraduates or early postgraduates with reasonable mathematical knowledge and those that are primers on how to code algorithms. The field is ready for a text that not only demonstrates how to use the algorithms that make up machine learning methods, but also provides the background needed to understand how and why these algorithms work. Machine Learning: An Algorithmic Perspective is that text.
The book covers neural networks, graphical models, reinforcement learning, evolutionary algorithms, dimensionality reduction methods, and the important area of optimization. It treads the fine line between adequate academic rigor and overwhelming students with equations and mathematical concepts. The author addresses the topics in a practical way while providing complete information and references where other expositions can be found. He includes examples based on widely available datasets and practical and theoretical problems to test understanding and application of the material. The book describes algorithms with code examples backed up by a website that provides working implementations in Python. The author uses data from a variety of applications to demonstrate the methods and includes practical problems for students to solve.
Table contents:
Introduction.
Linear Discriminants.
The Multi-Layer Perceptron.
Radial Basis Functions and Splines.
Support Vector Machines.
Learning with Trees.
Decision by Committee: Ensemble Learning.
Probability and Learning.
Unsupervised Learning.
Dimensionality Reduction.
Optimization and Search.
Evolutionary Learning.
Reinforcement Learning.
Markov Chain Monte Carlo (MCMC) Methods.
Graphical Models.
Python.