Commit Graph
5893 Commits
Author SHA1 Message Date
Dongryeol Lee 153fdc7124 Astyled. 2010-08-12 14:45:42 +00:00
Dongryeol Lee 67db0b0480 More progress. 2010-08-12 14:30:10 +00:00
Dongryeol Lee 9c5b2ed524 More progress on mixture of experts. 2010-08-11 22:25:51 +00:00
Dongryeol Lee ad7c21b55f Slowly plugging in Smola's sparse GPR. 2010-08-11 19:16:58 +00:00
Dongryeol Lee 7fdb908d18 More progress on sparse GPR. 2010-08-11 18:11:57 +00:00
Dongryeol Lee 00bd084646 More progress. 2010-08-11 16:14:38 +00:00
Dongryeol Lee a31c9f24e2 Some more clusterwise regression. 2010-08-11 00:03:17 +00:00
(no author) 250d99e22c -
Dongryeol Lee 7d4521cc0a More progress on clusterwise regression. 2010-08-10 19:50:27 +00:00
Dongryeol Lee 087689c744 More progress on plugging on Smola's sparse GPR. 2010-08-10 16:09:02 +00:00
Dongryeol Lee 41e901d548 Starting clusterwise regression. 2010-08-09 21:47:22 +00:00
Dongryeol Lee b01d137827 Probably done for today. 2010-08-09 21:43:57 +00:00
Dongryeol Lee 0cc847cb21 Auxiliary files for sparse GPR. 2010-08-09 16:11:28 +00:00
Dongryeol Lee 45283928a3 Removing old implementations. 2010-08-09 14:22:44 +00:00
Dongryeol Lee 1bf1a59a0e Sparse GPR has long way to go, but I will get there. 2010-08-08 16:15:23 +00:00
Dongryeol Lee 07d0ca6fee Sparse greedy GP in progress. 2010-08-07 21:21:54 +00:00
Dongryeol Lee 3e2ad97989 More multigrid. 2010-08-05 21:46:32 +00:00
Dongryeol Lee a433a7eb8a Adding the test driver for multigrid. 2010-08-05 20:46:15 +00:00
Dongryeol Lee 144ae61825 More progress. 2010-08-05 18:56:10 +00:00
Dongryeol Lee 3b2aa16ead Starting multigrid. 2010-08-05 16:38:37 +00:00
(no author) c532b1f0da -
(no author) 600ac54182 -
(no author) 77487a81d1 -
(no author) 65bda76306 -
(no author) b4882a4d7b -
(no author) a2723ffdb0 -
(no author) 588449fca3 -
James Cline 7935acce6d Make parameter passing to SMO::InitPara sane. 2010-07-27 18:50:30 +00:00
James Cline 1413db1d5f The svm_r learner now "works" for linear and gaussian kernels for training and testing.
After fixing the runtime error in trunk, the results were verified to be identical.
2010-07-27 16:45:45 +00:00
James Cline a9313711c8 Works for svm_c learner, linear or gaussian kernels for training and testing.
svm_r learner is broken, even in trunk, it seems.
2010-07-27 15:37:02 +00:00
James Cline e04ee20e36 Fixed memory leak. 2010-07-16 13:29:34 +00:00
tqlong 7d6766f477 optim:L-BFGS 2010-07-15 21:13:41 +00:00
tqlong 9eeea23a03 optim::L-BFGS 2010-07-14 23:45:44 +00:00
tqlong 61d4fbfa53 optim:GradientDescent 2010-07-14 21:37:40 +00:00
James Cline e4efc7eb33 Incorrect matrix access via [] instead of (x,y).
Why did this even compile?
2010-07-13 19:43:59 +00:00
James Cline fa6f9505ab Added some bounds checking 2010-07-13 14:28:36 +00:00
(no author) 170f57442d -
tqlong c7f543751e optim::NelderMead 2010-07-09 23:30:50 +00:00
(no author) 94df5d0fb8 -
(no author) bd1333a988 -
(no author) a767434d66 -
(no author) 21c4de5473 -
(no author) 8ff9e55758 -
James Cline 3ae08c385d A couple comment updates to reflect ArrayList -> std::vector change 2010-07-07 14:57:53 +00:00
James Cline c05622f441 Passes its test now.
Removed pointless \0 checks, unless they are explicitly in the file (why would they be?) this is unecessary.
Changed from manually resizing vectors to just clearing them.
2010-07-07 14:55:37 +00:00
(no author) 82a01093ba -
(no author) ac69f520e8 -
(no author) 170a1b068e -
(no author) 3ec56e4f48 -
(no author) 1ee4d48d56 -