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 |
|
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 |
|
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 |
|
tqlong
|
c7f543751e
|
optim::NelderMead
|
2010-07-09 23:30:50 +00:00 |
|
Ryan Curtin
|
44b806ae1e
|
Turns out this is a better way to define the DEBUG flag (and by better I mean... it works)
|
2010-06-23 23:08:26 +00:00 |
|
Ryan Curtin
|
037005d7e2
|
Changes in contrib/ affected and broke kde/, so don't bother with that for now
|
2010-06-23 18:50:22 +00:00 |
|
Ryan Curtin
|
e07ae52aed
|
Oops, we need to tell the compiler to set the DEBUG macro flag.
|
2010-06-22 05:42:01 +00:00 |
|
Ryan Curtin
|
f4c89b8008
|
Compile with debugging information by default (so that DEBUG_ASSERT_MSG and similar macros will still work, as they are DEBUG_ONLY).
Should make optimization the default for compilation when tagging for a release, but default debug is more convenient for development.
|
2010-06-22 05:37:38 +00:00 |
|
Dongryeol Lee
|
1b801e86ef
|
Fixed L-BFGS test.
|
2010-06-20 05:16:13 +00:00 |
|
Bill March
|
6c50cd909a
|
fixed small error in naive multi main
|
2010-06-14 18:22:48 +00:00 |
|
Bill March
|
3e9973a44e
|
wrote code to time single matcher code over multiple matchers
|
2010-06-09 20:35:31 +00:00 |
|
Bill March
|
6cb7a401d8
|
fixed memory leak, should be fine now
|
2010-06-09 15:34:49 +00:00 |
|
Bill March
|
755df756fd
|
fixed a memory leak when copying arrays of GenMatrices
|
2010-06-09 15:33:57 +00:00 |
|
Bill March
|
ee3d805996
|
improved pruning slightly
|
2010-06-08 20:07:35 +00:00 |
|
Bill March
|
cc75654332
|
successfully debugged for small 2 and 3 point tests
|
2010-06-08 19:30:50 +00:00 |
|
Bill March
|
59853f10d7
|
base case & output debugged, on to pruning
|
2010-06-08 15:38:40 +00:00 |
|
Bill March
|
5d12924758
|
wrote multi-matcher with inefficient base case
|
2010-06-07 19:56:02 +00:00 |
|
Dongryeol Lee
|
34de381cfc
|
Compile error fix.
|
2010-06-06 16:18:02 +00:00 |
|
Dongryeol Lee
|
c774175261
|
Adding L-BFGS optimizer with the test.
|
2010-06-05 22:42:24 +00:00 |
|
Dongryeol Lee
|
63f147f42e
|
Adding the metric object.
|
2010-06-05 19:41:11 +00:00 |
|
Dongryeol Lee
|
32b761fff7
|
Back to FASTLIB.
|
2010-06-03 23:48:30 +00:00 |
|
tqlong
|
208f199113
|
affineNMF ANMF_test main
|
2010-06-03 13:19:50 +00:00 |
|
tqlong
|
a92a61c1b1
|
affineNMF register_all
|
2010-06-03 08:46:15 +00:00 |
|
tqlong
|
b1ed52dc5b
|
tqlong CMakeLists
|
2010-06-03 07:05:28 +00:00 |
|
tqlong
|
aa3bebf757
|
affineNMF CMakeLists
|
2010-06-03 07:05:05 +00:00 |
|
tqlong
|
93b254d105
|
affineNMF image_register
|
2010-06-03 07:03:03 +00:00 |
|
tqlong
|
02486944b4
|
affineNMF image_type
|
2010-06-03 00:06:05 +00:00 |
|
tqlong
|
bede1f6046
|
anmf
|
2010-05-28 14:12:12 +00:00 |
|
tqlong
|
aa3aa4bca9
|
anmf
|
2010-05-28 07:41:44 +00:00 |
|
tqlong
|
e445ba180a
|
affine NMF
|
2010-05-26 21:04:30 +00:00 |
|
Ryan Curtin
|
068f74cc61
|
Install README_MLPACK is /usr/share/doc
|
2010-05-26 05:36:57 +00:00 |
|