tfjs and js-pytorch
These are competitors offering similar GPU-accelerated tensor computation and neural network training capabilities in JavaScript, though TensorFlow.js has significantly broader adoption and production readiness while js-pytorch provides a PyTorch-style API alternative.
About tfjs
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
TensorFlow.js helps web developers build and run machine learning models directly in web browsers or Node.js applications. It takes raw data, pre-trained TensorFlow or Keras models, and outputs interactive ML experiences without server-side processing. This allows front-end developers and web application builders to integrate AI capabilities into their projects.
About js-pytorch
eduardoleao052/js-pytorch
A JavaScript library like PyTorch, with GPU acceleration.
This JavaScript library allows web developers to build and train deep learning models directly within web browsers, leveraging GPU acceleration for faster processing. It takes numerical data as input (like sensor readings or text embeddings) and produces trained machine learning models or predictions. Web developers looking to integrate AI capabilities into their web applications would find this tool useful.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work