pit-ray/vim-autograd
Automatic differentiation library written in pure Vim script.
This library allows developers to build advanced Vim plugins that perform numerical calculations and deep learning tasks. It takes mathematical expressions or multi-dimensional data as input and provides derivatives (gradients) or insights from machine learning models as output. It is intended for Vim plugin developers who want to add computational capabilities directly within the Vim environment.
No commits in the last 6 months.
Use this if you are a Vim plugin developer and need to incorporate automatic differentiation for tasks like gradient descent, numerical optimization, or complex data analysis directly within your Vim script plugins without external dependencies.
Not ideal if you are an end-user of Vim looking for a ready-made solution for data analysis or machine learning, as this is a library for plugin development rather than a standalone tool.
Stars
28
Forks
—
Language
Vim Script
License
MIT
Category
Last pushed
Feb 23, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pit-ray/vim-autograd"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
JonathanRaiman/theano_lstm
:microscope: Nano size Theano LSTM module
google/tangent
Source-to-Source Debuggable Derivatives in Pure Python
ahrefs/ocannl
OCANNL: OCaml Compiles Algorithms for Neural Networks Learning
yoshoku/numo-openblas
Numo::OpenBLAS builds and uses OpenBLAS as a background library for Numo::Linalg
statusfailed/catgrad
a categorical deep learning compiler