Run the complete example:
```sh
cargo run --example gradient_descent
```
*Full walkthrough for this cookbook entry is under development. The example file contains extensive comments explaining each step.*
*See [examples/gradient_descent.rs](https://github.com/cgorski/symplex/blob/main/examples/gradient_descent.rs) for the complete source.*