Hextral
Hextral is a Rust library for implementing a neural network with regularization techniques such as L2 and L1 regularization.
Features
- Implements a neural network with customizable activation functions (Sigmoid, ReLU, Tanh).
- Supports L2 and L1 regularization for controlling overfitting.
- Provides methods for training the neural network, making predictions, and evaluating performance.
- Built using the nalgebra crate for efficient linear algebra operations.
Usage
Add this crate to your Cargo.toml
:
[]
= "0.1.0"
Then, you can use Hextral in your Rust project as follows:
use ;
use ;
For more details on the available methods and options, please refer to the documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.