ZeNu Layer
ZeNu Layer is a collection of neural network layers implemented in Rust. It provides building blocks for constructing neural networks and integrates with the ZeNu deep learning library.
Features
- Various layer types, including fully connected (linear) layers
- Layer parameter initialization
- Forward pass computation
- Integration with ZeNu Autograd for automatic differentiation
Getting Started
To use ZeNu Layer in your Rust project, add the following to your Cargo.toml
file:
[]
= "0.1.0"
Here's a simple example of using a linear layer from ZeNu Layer:
use from_vec;
use Linear;
use Layer;
For more details and examples, please refer to the documentation.
License
ZeNu Layer is licensed under the MIT License.