tensorflow/tfjs-core
A core TensorFlow.js component providing WebGL-accelerated machine learning operations and automatic differentiation for JavaScript.

Velocity · 7d
+2.6
★ / day
Trend
→steady
star history
This repository provides the core TensorFlow.js engine for running machine learning models in browsers and Node.js. It implements low-level tensor operations with automatic differentiation support, backed by WebGL for GPU acceleration. The library handles the fundamental math operations required for training and running neural networks, including gradient computation and tensor manipulation.