C++ Template Metaprogramming in Practice (Auerbach Publications)
Wednesday, 16 December 2020

Using the implementation of a deep learning framework as an example, in this book author Li Wei explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance. 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. 

<ASIN:0367609568>

 

Author: Li Wei
Publisher: Auerbach Publications
Date: December 2020
Pages: 388
ISBN: 978-0367609566
Print: 0367609568
Kindle: B08LGL7127
Audience: C++ developers
Level: Intermediate/advanced
Category: C/C++

ctemplate

Topics covered include:

 

  • 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

 

For recommendations of C and C++ books see Top Choice C and C++ Books  and  C# Books - Pick of the Shelf  in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Object-Oriented Python

Author: Irv Kalb
Publisher: No Starch Press
Date: January 2022
Pages: 416
ISBN: 978-1718502062
Print: 1718502060
Kindle: ‎ B0957SHYQL
Audience: Python developers
Rating: 3
Reviewer: Mike James
Python, Object-Oriented? Not a lot of programmers know that!



Principled Programming

Author: Tim Teitelbaum
Publisher: DateTree Press
Date: March 2023
Pages: 429
ISBN: 978-8987744109
Print: B0BZF8R467
Audience: General
Rating: 5
Reviewer: Mike James
Principled Programming - what else would you want to do?


More Reviews