https://github.com/alex-stone-github/gloss
A autodiff and ndarray library for rust.
https://github.com/alex-stone-github/gloss
Last synced: about 1 year ago
JSON representation
A autodiff and ndarray library for rust.
- Host: GitHub
- URL: https://github.com/alex-stone-github/gloss
- Owner: Alex-Stone-Github
- Created: 2022-05-23T00:51:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T22:06:19.000Z (over 3 years ago)
- Last Synced: 2025-02-02T14:38:05.142Z (over 1 year ago)
- Language: Rust
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *gloss*
A autodiff library for rust

## Organization
This crate has a few different subsections.
* graph = this contains all of the autodiff rules
## Based On?