nengo-ocl
nengo-ocl copied to clipboard
Classifier solvers
Requires: pyopencl_blas
Also needs more testing to ensure performance doesn't get worse as compared to running these solvers in Nengo.
LstsqClassifier doesn't use cho_solve, which is a bit disconcerting since I must have done this because of near-singular matrices. This shouldn't be so near-singular. Could be the same problem as I'm facing with the LstsqL2 solver in this repo.