Restricted Boltzmann Machines and Supervised Feedforward Networks
Buch, Englisch, 219 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 445 g
ISBN: 978-1-4842-3590-4
Verlag: Apress
The first of three in a series on C++ and CUDA C deep learning and belief nets, Deep Belief Nets in C++ and CUDA C: Volume 1 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. As such, you’ll see that 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.
All theroutines and algorithms presented in the book are available in the code download, which also contains some libraries of related routines.
What You Will Learn
- Employ deep learning using C++ and CUDA C
- Work with supervised feedforward networks
- Implement restricted Boltzmann machines
- Use generative samplings
- Discover why these are important
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.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken
- Wirtschaftswissenschaften Betriebswirtschaft Wirtschaftsinformatik, SAP, IT-Management
- Mathematik | Informatik EDV | Informatik Angewandte Informatik Wirtschaftsinformatik
- Mathematik | Informatik EDV | Informatik Informatik
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
Weitere Infos & Material
1. Introduction.- 2. Supervised Feedforward Networks.- 3. Restricted Boltzmann Machines.- 4. Greedy Training: Generative Samplings.- 5. DEEP Operating Manual.