chochain/tensorForth
Forth does tensors, in CUDA.
tensorForth allows researchers and data scientists to build and experiment with machine learning models and linear algebra tasks directly on a GPU. You input data as numerical arrays (tensors) and can perform calculations, train neural networks, and visualize results directly within an interactive GPU environment. This tool is for those who need highly iterative development and rapid feedback cycles for computationally intensive tasks.
Use this if you are a researcher or data scientist needing to rapidly prototype and iterate on machine learning algorithms and linear algebra operations directly on GPU hardware, bypassing traditional compile-then-run cycles.
Not ideal if you are looking for a high-level, production-ready framework for deploying large-scale machine learning models or if you do not work with GPU-accelerated computing.
Stars
56
Forks
6
Language
C++
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/chochain/tensorForth"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/tvm
Open Machine Learning Compiler Framework
uxlfoundation/oneDNN
oneAPI Deep Neural Network Library (oneDNN)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
OpenMined/TenSEAL
A library for doing homomorphic encryption operations on tensors
iree-org/iree-turbine
IREE's PyTorch Frontend, based on Torch Dynamo.