Expand description
Automatic differentiation module for neural networks.
This module provides automatic differentiation capabilities for neural networks, using the autograd crate. This is a simple wrapper for demonstration, showing how we can integrate with autograd.
Functionsยง
- autograd_
example - Example function showing how autograd can be used