Tensorflow
Tensorflow.js
Backlinks
- Web Neural Network API (WebNN): Hardware-Accelerated Machine Learning on the Web
- Framework Backend: WebNN is designed to be a backend for JS ML libraries. For instance, TensorFlow.js and ONNX Runtime Web can use WebNN under the hood. Ping Yu (TensorFlow’s TL) notes that giving frameworks access to native ML accelerators “can greatly improve model execution efficiency” . In practice, ONNX Runtime Web includes a WebNN execution provider, meaning you can run ONNX models with minimal changes to code . This allows existing web ML code to benefit from hardware acceleration transparently.