株式会社極東書店トップ > 商品一覧 > C++ Template Metaprogramming in Practice: A Deep Learning Framework.
商品詳細
C++ Template Metaprogramming in Practice: A Deep Learning Framework.
・ISBN 978-0-367-60956-6 hard GB£ 124.99
¥39,596.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
| 著者・編者 | Wei, Li, |
|---|---|
| 出版社 | (CRC Press, UK) |
| 出版年月 | 2020 |
| ページ数 | 308 pp. |
| 言語 | ENG |
| ニュース番号 | <A00-43083> |
解説
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. The book is suitable for developers with a basic knowledge of C++. Developers familiar with mainstream deep learning frameworks can also refer to this book to compare the differences between the deep learning framework implemented with metaprogramming and compile-time computing with deep learning frameworks using object-oriented methods.
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
Metaprogramming can construct flexible and efficient code. For C++ developers who are familiar with object-oriented programming, the main difficulty in learning and mastering C++ metaprogramming is establishing the thinking mode of functional programming. The meta-programming approach involved at compile time is functional, which means that the intermediate results of the construction cannot be changed, and the impact may be greater than expected. This book enables C++ programmers to develop a functional mindset and metaprogramming skills. The book also discusses the development cost and use cost of metaprogramming and provides workarounds for minimizing these costs.