Skip to content

Commit bb095ef

Browse files
committed
markup changes for jekyll
1 parent 883cd11 commit bb095ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2024-05-16-introduction-to-web-neural-network-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ avatar: https://avatars.githubusercontent.com/u/722868?s=200&v=4
77
categories: get-started
88
---
99

10-
## Introduction to Web Neural Network API (WebNN)
11-
1210
The Web Neural Network API (WebNN) brings accelerated machine learning capabilities directly to web applications. With WebNN, developers can harness the power of neural networks within the browser environment, enabling a wide range of AI-driven use cases without relying on external servers or plugins.
1311

1412
### What is WebNN?
1513

1614
WebNN is a JavaScript API that provides a high-level interface for executing neural network inference tasks efficiently on various hardware accelerators, such as CPUs, GPUs, and dedicated AI chips (sometimes called NPUs or TPUs). By utilizing hardware acceleration, WebNN enables faster and more power-efficient execution of machine learning models, making it ideal for real-time applications and scenarios where latency is critical.
1715

16+
<!-- more -->
17+
1818
### Programming Model
1919

2020
WebNN follows a simple programming model, allowing developers to perform inference tasks with minimal complexity. The API is focused on defining the operations and infrastructure necessary to execute machine learning models, rather than handling higher-level functionalities such as model loading, parsing, or management. WebNN is designed to be agnostic to model formats and leaves the responsibility of loading and parsing models to other libraries (such as ONNX.js or Tensorflow.js) or the web application itself.

0 commit comments

Comments
 (0)