Refine Logistic Regression to tune gradient calculation in L-BFGS.
- Changed to a more general softmax algorithm.
- Split apart binary vs multiclass.
- MNIST training script.
Finish exposing regression capabilities.
- Coefficient test and stastics.
- Add Dirichlet.
- Running -> Online now functorized.
- Move datasets out of Oml
Hierarchical reorganization into 6 principal packs.
- Cleaned up the 'optional' argument logic, now all of these types are contained in the module/functor that uses them.
- Build system changed for testing and documentation logic. No more joiner. mli's are custom generated for subpacks.