Vexus
A neural network builder and trainer to make your own AI models.
Features
- Feed-forward neural network
- Backpropagation learning
- Configurable layer sizes
- Sigmoid activation function
- Save/load functionality
Installation
Add this to your Cargo.toml:
cargo add vexus
Quick Start
XOR Predictor
use NeuralNetwork;
Run Examples
cargo run --example xor
cargo run --example sine_waves
Todo
- Add mutation
- Implement different activation functions
- ReLU
- Tanh
- Sigmoid
- Add save/load functionality
- Add documentation
- Add more examples
License
MIT