| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-12 | Print training accuracyHEADmaster | Gertjan van den Burg | 1 | -0/+3 | |
| 2017-12-13 | initialize model size parameters to zero | Gertjan van den Burg | 1 | -0/+4 | |
| 2017-02-23 | Allow setting of the random seed in the model | Gertjan van den Burg | 1 | -0/+1 | |
| 2017-02-21 | Explicitly specify void argument to functions which take | Gertjan van den Burg | 1 | -2/+2 | |
| no arguments. | |||||
| 2017-02-21 | Minor fixes | Gertjan van den Burg | 1 | -0/+1 | |
| 2017-02-21 | Keep a status of training | Gertjan van den Burg | 1 | -0/+1 | |
| 2017-02-21 | Keep track of elapsed iterations in training | Gertjan van den Burg | 1 | -0/+1 | |
| 2017-02-17 | allow max_iter to be set in the model | Gertjan van den Burg | 1 | -0/+1 | |
| 2017-02-17 | Remove kernelparam array in favour of explicit kernel parameters | Gertjan van den Burg | 1 | -4/+6 | |
| This simplifies a lot of the code and will make it easier to link to other languages. | |||||
| 2016-12-05 | further unit tests for kernel module | Gertjan van den Burg | 1 | -0/+1 | |
| 2016-11-07 | compute ZAZ in blocks to increase numerical precision | Gertjan van den Burg | 1 | -0/+3 | |
| 2016-10-24 | update copyright information | Gertjan van den Burg | 1 | -3/+21 | |
| 2016-10-14 | add sparse matrices to GenSVM and reorganize update functionality | Gertjan van den Burg | 1 | -0/+4 | |
| 2016-10-06 | Coding style - set all pointers to NULL initially and after free | Gertjan van den Burg | 1 | -0/+3 | |
| 2016-10-06 | Switch to using dsyrk instead of dsyr for speed. | Gertjan van den Burg | 1 | -0/+83 | |
| Also added a workspace (GenWork) structure for to hold working matrices for the gensvm_get_update() and gensvm_get_loss() functions | |||||
| 2016-09-30 | Rewrite UU matrix to be K*K*(K-1) instead of n*K*(K-1) | Gertjan van den Burg | 1 | -4/+1 | |
| significant memory reduction by turning the 3D UU matrix into a 2D block matrix, with significantly less dimensions | |||||
| 2016-09-30 | Remove category matrix from implementation | Gertjan van den Burg | 1 | -6/+0 | |
| It's a remnant from the Matlab implementation, where it actually makes sense to use. Here it becomes a significant memory burden for large datasets, and doesn't provide any speedup | |||||
| 2016-09-30 | remove unnecessary W and t matrices | Gertjan van den Burg | 1 | -9/+0 | |
| 2016-09-20 | Fix memory leak | Gertjan van den Burg | 1 | -0/+1 | |
| 2016-05-16 | create a single training function for easy external access | Gertjan van den Burg | 1 | -0/+3 | |
| 2016-05-16 | major refactor of the code | Gertjan van den Burg | 1 | -0/+211 | |
