株式会社極東書店トップ > 商品一覧 > The WebGPU Sourcebook: High-Performance Graphics and Machine Learning in the Browser.
商品詳細
The WebGPU Sourcebook: High-Performance Graphics and Machine Learning in the Browser.
・ISBN 978-1-032-72667-0 paper GB£ 53.99
¥17,103.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
| 著者・編者 | Scarpino, Matthew, |
|---|---|
| 出版社 | (CRC Press, UK) |
| 出版年月 | 2024 |
| ページ数 | 374 pp. |
| 言語 | ENG |
| ニュース番号 | <A02-94499> |
解説
The WebGPU Sourcebook: High-Performance Graphics and Machine Learning in the Browser explains how to code web applications that access the client's graphics processor unit, or GPU. This makes it possible to render graphics in a browser at high speed and perform computationally intensive tasks such as machine learning. By taking advantage of WebGPU, web developers can harness the same performance available to desktop developers.
The first part of the book introduces WebGPU at a high level, without graphics theory or heavy math. The chapters in the second part are focused on graphical rendering and the rest of the book focuses on compute shaders.
This book walks through several examples of WebGPU usage. It also:
- Discusses the classes and functions defined in the WebGPU API and shows how they're used in practice
- Explains the theory of graphical rendering and shows how to implement rendering inside a web application
- Examines the theory of neural networks (machine learning) and shows how to create a web application that trains and executes a neural network