C++ Template Metaprogramming in Practice: A Deep Learning Framework
Autor Li Weien Limba Engleză Hardback – 2 dec 2020
Consisting of eight chapters, the book starts with two chapters discussing basic techniques of metaprogramming and compile-time computing. The rest of the book’s chapters focus on the practical application of metaprogramming in a deep learning framework. It examines rich types and systems, expression templates, and writing complex meta-functions, as well as such topics as:
- Heterogeneous dictionaries and policy templates
- An introduction to deep learning
- Type system and basic data types
- Operations and expression templates
- Basic layers
- Composite and recurrent layers
- Evaluation and its optimization
Preț: 546.42 lei
Preț vechi: 763.65 lei
-28% Nou
Puncte Express: 820
Preț estimativ în valută:
104.58€ • 109.95$ • 86.99£
104.58€ • 109.95$ • 86.99£
Carte tipărită la comandă
Livrare economică 28 decembrie 24 - 11 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780367609566
ISBN-10: 0367609568
Pagini: 338
Ilustrații: 10 Halftones, black and white; 2 Tables, black and white
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.46 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 0367609568
Pagini: 338
Ilustrații: 10 Halftones, black and white; 2 Tables, black and white
Dimensiuni: 178 x 254 x 26 mm
Greutate: 0.46 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Public țintă
Professional Practice & DevelopmentCuprins
Part I. Introduction 1. Basic Tips 2. Heterogeneous Dictionaries and Policy Templates Part II. The Deep Learning Framework 3. A Brief Introduction to Deep Learning 4. Type System and Basic Data Types 5. Operations and Expression Templates 6. Basic Layers 7. Composite and Recurrent Layers 8. Evaluation and Its Optimization. Postscript.
Notă biografică
Li Wei graduated from Tsinghua University in 2011 and has been engaged in the development and maintenance of the online prediction section of the deep learning machine translation system at Baidu's Natural Language Processing Department. He currently works for Microsoft Advanced Technology Center and has more than ten years of relevant development experience, with a strong interest in C++ template meta-programming and compile-time computing.
Descriere
Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance.