https://github.com/fl03/rsdiff
rsdiff aims to be a complete auto differentiation system written in Rust.
https://github.com/fl03/rsdiff
autodiff procedural-macros rust-lang tensor
Last synced: 9 months ago
JSON representation
rsdiff aims to be a complete auto differentiation system written in Rust.
- Host: GitHub
- URL: https://github.com/fl03/rsdiff
- Owner: FL03
- License: apache-2.0
- Created: 2022-10-17T17:01:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T21:22:02.000Z (11 months ago)
- Last Synced: 2025-04-05T18:53:13.877Z (9 months ago)
- Topics: autodiff, procedural-macros, rust-lang, tensor
- Language: Rust
- Homepage: https://crates.io/crates/rsdiff
- Size: 1.32 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# acme
[](https://github.com/FL03/acme/actions/workflows/clippy.yml)
[](https://github.com/FL03/acme/actions/workflows/rust.yml)
[](https://crates.io/crates/acme)
[](https://docs.rs/acme)
***
Acme aims to be a complete auto-differentiation library for Rust. The library is designed to be simple to use and easy to integrate into existing projects. The library is still in its early stages and is not yet ready for production use.
## Getting Started
### Building from the source
#### _Clone the repository_
```bash
git clone https://github.com/FL03/acme
```
### Usage
```rust
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
- [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
- [MIT](https://choosealicense.com/licenses/mit/)