docs.rs failed to build tensorrs-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
tensorrs-0.3.1
Tensors
Tensors is a lightweight machine learning library in Rust. It provides a simple and efficient way to create and train machine learning models with minimal dependencies.
Dependencies
The library uses the following dependencies:
- rayon - for parallel computations on CPU.
- rand - for random number generation.
- serde - for saving models.
- serde_json - for loading models.
Add tensorrs
to your project using crates.io:
[]
= "0.2.0"
Example Usage
use ;
use ;
use Matrix;
use SSE;
use ;
use Adam;
// simple xor gate realization
Contributing
If you'd like to contribute to Tensors, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bugfix.
-
Submit a pull request with a detailed description of your changes.
License
Tensors is licensed under the MIT License. See LICENSE for more details.