Deep Belief Nets in C++ and CUDA C: Volume III: Convolutional Nets
📄 Viewing lite version
Full site ›
Book Details
Author(s)Masters, Timothy
PublisherCREATESPACE
ISBN / ASIN1530895189
ISBN-139781530895182
AvailabilityOut of Print--Limited Availability.
Sales Rank3,297
MarketplaceUnited States 🇺🇸
Description ▲
Deep belief nets are one of the most exciting recent developments in artificial intelligence. The structure of these elegant models is much closer to that of human brains than traditional neural networks; they have a ‘thought process’ that is capable of learning abstract concepts built from simpler primitives. A typical deep belief net can learn to recognize complex patterns by optimizing millions of parameters, yet this model can still be resistant to overfitting. This book presents the essential building blocks of a common and powerful form of deep belief net: convolutional nets. These models are especially useful for image processing applications. At each step the text provides intuitive motivation, a summary of the most important equations relevant to the topic, and concludes with highly commented code for threaded computation on modern CPUs as well as massive parallel processing on computers with CUDA-capable video display cards. Source code for all routines presented in the book, and the executable CONVNET program which implements these algorithms, are available for free download from the author’s website. Source code for the complete CONVNET program is not available, as much of it is highly specialized Windows interface code. Readers are responsible for writing their own main program, with all interface routines. You may freely use all of the core convolutional net routines in this book, as long as you remember that it is experimental code that comes with absolutely no guaranty of correct operation.
Similar Products ▼
- Deep Belief Nets in C++ and CUDA C: Volume 1: Restricted Boltzmann Machines and Supervised Feedforward Networks
- Deep Learning (Adaptive Computation and Machine Learning)
- Hands-On Machine Learning with Scikit-Learn and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems
- CUDA for Engineers: An Introduction to High-Performance Parallel Computing
- Deep Learning with Python
- Deep Learning: A Practitioner's Approach
- Assessing and Improving Prediction and Classification: Theory and Algorithms in C++
- Data Mining Algorithms in C++: Data Patterns and Algorithms for Modern Applications
- Fundamentals of Deep Learning: Designing Next-Generation Machine Intelligence Algorithms
- Professional CUDA C Programming