Niflheim World

Welcome to Niflheim !

  • First 5 messages from new users (pre-moderated user) will be checked for flood/spam before being posted on the forum. Users will also be checked for a multi-account.
    If you want to communicate without delay, get a free Huscarl status (how to get - User Groups), or buy premium status (how to buy - Premium status)

Programming Deep Belief Nets in C++ and CUDA C: Volume 3. Timothy Masters


Redman

Forumteam
Staff member
Tignarman
Joined
Aug 24, 2020
Messages
17,661
Reaction score
23,068
NL COIN
89,433
1604840952619.png
Discover the essential building blocks of a common and powerful form of deep belief network: convolutional nets. This book shows you how 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. These models are especially useful for image processing applications.

At each step Deep Belief Nets in C++ and CUDA C: Volume 3 presents 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.

What You Will Learn
Discover convolutional nets and how to use them
Build deep feedforward nets using locally connected layers, pooling layers, and softmax outputs
Master the various programming algorithms required
Carry out multi-threaded gradient computations and memory allocations for this threading
Work with CUDA code implementations of all core computations, including layer activations and gradient calculations
Make use of the CONVNET program and manual to explore convolutional nets and case studies
Who This Book Is For
Those who have at least a basic knowledge of neural networks and some prior programming experience, although some C++ and CUDA C is recommended.

 
shape1
shape2
shape3
shape4
shape7
shape8
Top