ZeNu Optimizer
ZeNu Optimizer is a collection of optimization algorithms for training neural networks. It provides various optimizers that can be used with the ZeNu deep learning library.
Features
- Stochastic Gradient Descent (SGD) optimizer
- Integration with ZeNu Autograd for gradient computation
- Easy integration with ZeNu models and layers
Getting Started
To use ZeNu Optimizer in your Rust project, add the following to your Cargo.toml file:
[]
= "0.1.0"
Here's a simple example of using the SGD optimizer from ZeNu Optimizer:
use ;
use SGD;
For more details and examples, please refer to the documentation.
License
ZeNu Optimizer is licensed under the MIT License.