Convolutional Nets
Buch, Englisch, 176 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 366 g
ISBN: 978-1-4842-3720-5
Verlag: Apress
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
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 Informatik
- Mathematik | Informatik EDV | Informatik Angewandte Informatik Wirtschaftsinformatik
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Daten / Datenbanken
- Wirtschaftswissenschaften Betriebswirtschaft Wirtschaftsinformatik, SAP, IT-Management
Weitere Infos & Material
1. Feedforward Networks.- 2. Programming Algorithms.- 3. CUDA Code.- 4. CONVNET Manual.