This book is for business executives and students who want to learn about the tools used in machine learning. It explains the most popular algorithms clearly and succinctly without using calculus or matrix/vector algebra. The focus is on business applications. There are many illustrative examples. These include assessing the risk of a country for international investment, predicting the value of real estate, and classifying retail loans as acceptable or unacceptable. Data, worksheets, and Python code for the examples is on the author's website. A complete set of PowerPoint slides that can be used by instructors is also on the website. The opening chapter reviews different types of machine learning models. It explains the role of the training data set, the validation data set, and the test data set. It also explains the issues involved in cleaning data and reviews Bayes theorem. Chapter 2 is devoted to unsupervised learning. It explains the k-means algorithm and alternative approaches to clustering. It also covers principal components analysis. Chapter 3 explains linear and logistic regression. It covers regularization using ridge, lasso, and elastic net. Chapter 4 covers decision trees. it includes a discussion of the naive Bayes classifier, random forests, and other ensemble methods. Chapter 5, explains how the SVM approach can be used for both both linear and non-linear classification as well as for the prediction of a continuous variable. Chapter 6 is devoted to neural networks. It includes a discussion of the gradient descent algorithm, backpropagation, stopping rules, applications to derivatives, convolutional neural networks, and recurrent neural networks. Chapter 7 explains reinforcement learning using two games as examples. It covers Q-learning and deep Q-learning, and discusses applications. The final chapter focuses on issues for society. The topics covered include data privacy, biases, ethical considerations, the interpretability of algorithms, legal issues, and adversarial machine learning. At the ends of chapters there are short concept questions to test the readers understanding of the material and longer exercises. Answers are at the end of the book. The book includes a glossary of terms and index.
John C. Hull is a Professor of Derivatives and Risk Management at the Rotman School of Management at the University of Toronto. He is both a very well respected researcher in the academic field of quantitative finance (see for example the Hull-White model), and also the author of (among other works) two books on financial derivatives that have become market practitioners' standard texts: "Options, Futures, and Other Derivatives" and "Fundamentals of Futures and Options Markets". In 1999, he was awarded the Financial Engineer of the Year Award, by the International Association of Financial Engineers.
This is a pretty good short introduction to several important machine learning algorithms. The examples are business-related but the text outlines the math and technical concepts. The last chapter on "Issues for Society" seemed a little uninspired. The questions and answers gave a reasonable opportunity to reinforce the major ideas. I don't think there are many books right now that have such a brief summary of critical machine learning algorithms. This is great if you want to become more familiar with the technology quickly.