Deep Belief Nets in C++ and CUDA C: Volume 1: Restricted Boltzmann Machines and Supervised Feedforward Networks
📄 Viewing lite version
Full site ›
Book Details
Author(s)Timothy Masters
ISBN / ASIN1507751478
ISBN-139781507751473
Sales Rank181,741
CategoryComputers
MarketplaceUnited States 🇺🇸
Description ▲
News flash... If anyone would prefer reading these books in Korean, Volume 1 is now available from a South Korean publisher, with Volumes 2 and 3 available soon: http://www.acornpub.co.kr/book/dbn-cuda-vol1 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 the most common forms of deep belief nets. 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 DEEP program which implements these algorithms, are available for free download from the author s website. NOTE... The source code available for free download includes all of the code listed in the book, along with some libraries of related routines. Complete code for the DEEP program is not included; this code is enormous, as it includes many Windows-only interface routines, screen display code, and so forth. Users who wish to write their own DBN programs are responsible for implementing their own hardware/OS interface, while using my supplied code for the mathematical calculations.
More Books in Computers
The Good Web Site Guide 2006: The Completely Revised, …
View
The Pentium Microprocessor
View
Advanced Intel Microprocessors: 80286, 80386, And 80486
View
Differential Equations: Matrices and Models
View
Digital Experiments: Emphasizing Troubleshooting (Merr…
View
Data Structures for Computer Information Systems
View
The Little LISPer, Third Edition
View
Inside Networks
View
Computer Graphics Using Open GL (2nd Edition)
View