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.
Poro
![]()
Poro is a simple toy neural network library implemented in Rust. It is designed for educational purposes and provides basic functionality to create, train, and evaluate neural networks. This library is not intended for production use but serves as a learning tool for those interested in understanding the fundamentals of neural networks and their implementation.
Features
- Basic neural network operations
- Tensor manipulation
- Support for custom layers and operations
- Lightweight and easy to understand
Getting Started
Prerequisites
Ensure you have Rust installed on your system. You can install Rust using rustup.
Installation
To use Poro, add the following to your Cargo.toml:
[]
= "0.1.1"
Usage
Here is a simple example to get you started with Poro:
use Model;
use Tensor;
use Operation;
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue to discuss any changes or additions.
License
Poro is licensed under the MIT License. See the LICENSE file for more information.