Usage
Tutorial
Reference
- API documentation (generated by
make doc
) - PPX syntax extensions (generated by
make doc
)
Demonstration
We show how to use SLAP during simple examples of numerical computation. Small programs appeared in the following sections are public domain.
Gradient-based optimization
Sample programs: examples/optimization/
- Preliminary (containing the definition of a target function)
- Steepest descent method
- Bisection search of learning rate by Wolfe conditions
- Newton method
- Quasi-Newton method
- Visualization tips