Build and deploy high-performance deep learning models using C++ for real-time applications where speed and efficiency matter.
Free with your book: DRM-free PDF version + access to Packt's next-gen Reader*
Deep learning systems often struggle to meet performance demands in real-time and production environments. This book shows you how to build high-performance deep learning systems in C++, enabling efficient and scalable artificial intelligence (AI) in resource-constrained environments where performance matters.
You’ll start by setting up a complete C++ deep learning environment and implementing core neural networks from scratch. As you progress, you’ll build advanced architectures, including Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Long Short-Term Memory Networks (LSTMs), Generative Adversarial Networks (GANs), and Transformers, using C++, CUDA, and PyTorch’s C++ API. The book then focuses on model quantization and compression. It will guide you through the model deployment process in production with robust monitoring and explainability. You’ll also explore distributed training and techniques for real-time inference in performance-critical domains.
By the end of this book, you’ll be able to design, optimize, and deploy deep learning systems in C++ that are production-ready, scalable, and efficient across multiple industries.
*Email sign-up and proof of purchase required
This book is for ML engineers, deep learning practitioners, and data scientists with a C++ background who want to build or learn about high-performance deep learning models. It also serves developers transitioning from Python-based frameworks looking for real-time deployment solutions in industries like finance, autonomous systems, and healthcare.
Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.
Bill Chen is a machine learning engineer at Meta specializing in deep learning, CUDA, and C++. He holds a PhD in Bioinformatics from the University of Kentucky and has worked in both production and instructional roles in applied AI. He has taught at the NVIDIA Deep Learning Institute, earned the NVIDIA-Certified Associate: Generative AI Multimodal credential, and served as part-time machine learning faculty at UCSC Silicon Valley Extension. His work includes Facebook group search modeling and surgical duration prediction. In this book, he combines industry experience and teaching to guide readers in building high-performance deep learning systems in C++.
„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: New. Bestandsnummer des Verkäufers 53476654-n
Anzahl: Mehr als 20 verfügbar
Anbieter: California Books, Miami, FL, USA
Zustand: New. Bestandsnummer des Verkäufers I-9781835880029
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 53476654
Anzahl: Mehr als 20 verfügbar
Anbieter: PBShop.store US, Wood Dale, IL, USA
PAP. Zustand: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9781835880029
Anzahl: Mehr als 20 verfügbar
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
PAP. Zustand: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9781835880029
Anzahl: Mehr als 20 verfügbar
Anbieter: BargainBookStores, Grand Rapids, MI, USA
Paperback or Softback. Zustand: New. Deep Learning with C++: Design and deploy neural networks using CUDA for high-performance AI in C++. Book. Bestandsnummer des Verkäufers BBS-9781835880029
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
Zustand: New. Bestandsnummer des Verkäufers 53476654-n
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 53476654
Anzahl: Mehr als 20 verfügbar
Anbieter: preigu, Osnabrück, Deutschland
Taschenbuch. Zustand: Neu. Deep Learning with C++ | Design and deploy neural networks using CUDA for high-performance AI in C++ | Bill Chen (u. a.) | Taschenbuch | Englisch | 2026 | Packt Publishing | EAN 9781835880029 | Verantwortliche Person für die EU: Libri GmbH, Europaallee 1, 36244 Bad Hersfeld, gpsr[at]libri[dot]de | Anbieter: preigu Print on Demand. Bestandsnummer des Verkäufers 135244848
Anzahl: 5 verfügbar
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
Taschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Build and deploy high-performance deep learning models using C++ for real-time applications where speed and efficiency matter.Free with your book: DRM-free PDF version + access to Packt's next-gen Reader\*Key Features:Build deep learning models in C++ with PyTorch C++ API and CUDAImplement CNNs, RNNs, LSTMs, GANs, and Transformers in C++ for real-world applicationsOptimize and deploy machine learning models to production with scalable C++ pipelinesBook Description:Deep learning systems often struggle to meet performance demands in real-time and production environments. This book shows you how to build high-performance deep learning systems in C++, enabling efficient and scalable artificial intelligence (AI) in resource-constrained environments where performance matters.You'll start by setting up a complete C++ deep learning environment and implementing core neural networks from scratch. As you progress, you'll build advanced architectures, including Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Long Short-Term Memory Networks (LSTMs), Generative Adversarial Networks (GANs), and Transformers, using C++, CUDA, and PyTorch's C++ API. The book then focuses on model quantization and compression. It will guide you through the model deployment process in production with robust monitoring and explainability. You'll also explore distributed training and techniques for real-time inference in performance-critical domains.By the end of this book, you'll be able to design, optimize, and deploy deep learning systems in C++ that are production-ready, scalable, and efficient across multiple industries.\*Email sign-up and proof of purchase requiredWhat You Will Learn:Set up and use CUDA and PyTorch's C++ API for deep learningImplement CNNs, RNNs, LSTMs, GANs, Transformers, and LLMs in C++Leverage CUDA for high-performance model trainingPerform model compression using quantization, pruning, and distillationDeploy and monitor models in production using C++ toolsApply explainability techniques such as LIME, SHAP, and Grad-CAMWho this book is for:This book is for ML engineers, deep learning practitioners, and data scientists with a C++ background who want to build or learn about high-performance deep learning models. It also serves developers transitioning from Python-based frameworks looking for real-time deployment solutions in industries like finance, autonomous systems, and healthcare.Table of ContentsIntroduction to Deep Learning with C++ and Environment SetupData Preparation and Preprocessing in C++CUDA for GPU Acceleration in Deep Learning with C++Building a Basic Neural Network in C++Multilayer Perceptrons in C++Convolutional Neural Networks in C++Recurrent Neural Networks and Long Short-Term Memory Networks in C++Generative Networks, Autoencoders, and Large Language Models in C++Transformers and Large Language Model Fine-tuning in C++Deploying and Optimizing Models for InferenceDebugging and Retraining Deployed ModelsMonitoring Deployed ModelsExplainability and Transparency in Deep Learning Models. Bestandsnummer des Verkäufers 9781835880029
Anzahl: 2 verfügbar