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.
1,222 stars. No commits in the last 6 months.
Use this if you are a web developer who wants to implement deep learning models directly in a browser environment using JavaScript, without needing backend infrastructure.
Not ideal if you prefer to build deep learning models using Python, or if your application requires extremely large models or datasets that might exceed browser limitations.
Stars
1,222
Forks
56
Language
JavaScript
License
MIT
Category
Last pushed
Nov 15, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/eduardoleao052/js-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
nnstreamer/api
Machine Learning API (Origin: C++: SNAP, C/C#: Tizen API, Java: Samsung-Research ML API). For...
microsoft/DMTK
Microsoft Distributed Machine Learning Toolkit
R-js/blasjs
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software...
tensorflow/tfjs-core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.