Deep Belief Nets in C++ and CUDA C: Volume 1 Restricted Boltzmann Machines and Supervised Feedforward Networks

Discover the essential building blocks of the most common forms of deep belief networks. At each step this book 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...

Full description

Bibliographic Details
Main Author: Masters, Timothy. author (author)
Format: eBook
Language:Inglés
Published: Berkeley, CA : Apress 2018.
Edition:1st ed. 2018.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630721306719
Table of Contents:
  • 1. Introduction
  • 2. Supervised Feedforward Networks
  • 3. Restricted Boltzmann Machines
  • 4. Greedy Training: Generative Samplings
  • 5. DEEP Operating Manual.