1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2024-10-30 12:04:20 -04:00

Merge pull request #992 from ibelem/webnn

Add WebNN
This commit is contained in:
Joseph Misiti 2024-06-10 10:22:35 -04:00 committed by GitHub
commit d62f92248e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -657,6 +657,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
* [Netron](https://github.com/lutzroeder/netron) - Visualizer for machine learning models.
* [tensor-js](https://github.com/Hoff97/tensorjs) - A deep learning library for the browser, accelerated by WebGL and WebAssembly.
* [WebDNN](https://github.com/mil-tokyo/webdnn) - Fast Deep Neural Network JavaScript Framework. WebDNN uses next generation JavaScript API, WebGPU for GPU execution, and WebAssembly for CPU execution.
* [WebNN](https://webnn.dev) - A new web standard that allows web apps and frameworks to accelerate deep neural networks with on-device hardware such as GPUs, CPUs, or purpose-built AI accelerators.
<a name="javascript-misc"></a>
#### Misc