The Author guides you on how to install the rest of the Python libraries that are required for machine learning and deep learning.
What is inside the book: Getting Started Environment Setup Using Scikit-Learn Linear Regression with Scikit-Learn k-Nearest Neighbors Algorithm K-Means Clustering Support Vector Machines Neural Networks with Scikit-learn Random Forest Algorithm Using TensorFlow Recurrent Neural Networks with TensorFlow Linear Classifier This book will teach you machine learning classifiers using scikit-learn and tenserflow . The book provides a great overview of functions you can use to build a support vector machine, decision tree, perceptron, and k-nearest neighbors. Thanks to this book you will be able to set up a learning pipeline that handles input and output data, pre-processes it, selects meaningful features, and applies a classifier on it. This book offers a lot of insight into machine learning for both beginners, as well as for professionals, who already use some machine learning techniques. Concepts and the background of these concepts are explained clearly in this tutorial.