Hands-On Machine Learning with C++, 2nd Edition
Free Download Hands-On Machine Learning with C++: Build, train, and deploy end-to-end machine learning and deep learning pipelines, 2nd Edition by Kirill Kolodiazhnyi
English | January 24th, 2025 | ISBN: 1805120573 | 512 pages | True PDF | 13.23 MB
Apply supervised and unsupervised machine learning algorithms using C++ libraries, such as PyTorch C++ API, Flashlight, Blaze, mlpack, and dlib using real-world examples and datasets
Key Features
* Familiarize yourself with data processing, performance measuring, and model selection using various C++ libraries
* Implement practical machine learning and deep learning techniques to build smart models
* Deploy machine learning models to work on mobile and embedded devices
Book Description
Written by a seasoned software engineer with several years of industry experience, this book will teach you the basics of machine learning (ML) and show you how to use C++ libraries, along with helping you create supervised and unsupervised ML models. You’ll gain hands-on experience in tuning and optimizing a model for various use cases, enabling you to efficiently select models and measure performance. The chapters cover techniques such as product recommendations, ensemble learning, anomaly detection, sentiment analysis, and object recognition using modern C++ libraries. You’ll also learn how to overcome production and deployment challenges on mobile platforms, and see how the ONNX model format can help you accomplish these tasks. This new edition is updated with key topics such as sentiment analysis implementation using transfer learning and transformer-based models, as well as tracking and visualizing ML experiments with MLflow. An additional section shows you how to use Optuna for hyperparameter selection. The section on model deployment into mobile platform now includes a detailed explanation of real-time object detection for Android with C++. By the end of this C++ book, you’ll have real-world machine learning and C++ knowledge, as well as the skills to use C++ to build powerful ML systems.
Who is this book for?
This book is for beginners looking to explore machine learning algorithms and techniques using C++. This book is also valuable for data analysts, scientists, and developers who want to implement machine learning models in production. Working knowledge of C++ is needed to make the most of this book.
What you will learn
* Employ key machine learning algorithms using various C++ libraries
* Load and pre-process different data types to suitable C++ data structures
* Find out how to identify the best parameters for a machine learning model
* Use anomaly detection for filtering user data
* Apply collaborative filtering to manage dynamic user preferences
* Utilize C++ libraries and APIs to manage model structures and parameters
* Implement C++ code for object detection using a modern neural network