Commit Graph
2397 Commits
Author SHA1 Message Date
Dongryeol Lee 99a18f28d6 Checking in thesis research code. 2010-09-29 23:00:39 +00:00
Dongryeol Lee 75645ef735 Fix 2010-09-24 12:19:27 +00:00
Ryan Curtin 3b3502bc06 FastICA now compiles, but I'm sure it doesn't work, and it hasn't been tested. The vast majority of methods from lin_alg.h have been pruned as they are no longer necessary. 2010-09-22 15:53:31 +00:00
James Cline 27d9f5cb2d assert() undefined, added #include <assert.h> 2010-09-22 14:10:49 +00:00
tqlong e7200c6b7a Template for maximum weight matching in bipartie graph 2010-09-19 20:56:11 +00:00
Ryan Curtin ab03ff3233 Rewrite FastICA Orthogonalize() method and write a test for it. 2010-09-16 18:08:51 +00:00
Ryan Curtin 5b6bd24750 Extend functionality of Armadillo; cov() operates like Octave, but what we want is
cov(trans()).  However, that incurs a speed penalty with trans(), so I wrote ccov()
(column-based covariance) which does what we want without that speed penalty.  I'll
submit the patch to Armadillo sometime, but for now we'll just include it with
arma_extend.h.
2010-09-16 18:07:26 +00:00
tqlong f1dae5b717 Affine NMF: graph matching 2010-09-15 22:27:28 +00:00
tqlong a27a65188d Affine NMF: graph matching using Hungarian method 2010-09-13 21:15:19 +00:00
tqlong 921de7c48a Affine NMF: graph matching using Hungarian method 2010-09-13 20:40:58 +00:00
Ryan Curtin 074c8e6495 Rewrite WhitenUsingEig(). Fix simple (yet fatal) bug in Center(). Test case for WhitenUsingEig() also added, but perhaps at some point should be made more thorough. 2010-09-08 21:56:38 +00:00
Dongryeol Lee 815f0d49b6 Pseudo fastlib checkin. 2010-09-08 18:54:43 +00:00
Ryan Curtin 38176998dc No. We will not be outputting BLACK text. No. 2010-09-02 17:30:33 +00:00
tqlong f20bc44438 Adding --iter & --ctol to gm_test.cpp 2010-08-27 19:10:29 +00:00
tqlong 72cf45fc9e add parameter --method to gm_test.cpp 2010-08-27 00:02:04 +00:00
tqlong 757cd35f4b Revert CMakeLists.txt 2010-08-26 15:40:52 +00:00
tqlong 7736d9f613 2010-08-26 14:34:30 +00:00
tqlong b1e34f8189 2010-08-26 04:30:53 +00:00
tqlong ce284cfe56 message pending 2010-08-25 12:11:23 +00:00
tqlong 4b37da6908 Graphical Model : message pending 2010-08-25 03:18:14 +00:00
tqlong f71a91b9a2 Graphical Model : message pending 2010-08-25 03:18:04 +00:00
James Cline 9c336105b9 Switched over kernel_pca stuff to use arma & std.
Does not compile, needs changes to be made to la and SparseMatrix.
2010-08-24 15:31:48 +00:00
tqlong abd7b6680d 2010-08-24 04:18:13 +00:00
tqlong 36efdade0d 2010-08-24 04:17:38 +00:00
Dongryeol Lee e6156dc2b2 Test. 2010-08-20 14:26:20 +00:00
Dongryeol Lee ce9260f073 Still debugging, need to look at the coarsening procedure. 2010-08-19 21:43:53 +00:00
Dongryeol Lee 64281eb1fc Still debugging. 2010-08-19 18:11:13 +00:00
Dongryeol Lee 09eb6d76f6 Still debugging multigrid. 2010-08-19 17:26:29 +00:00
Dongryeol Lee 623e059c90 Compile fix. 2010-08-19 17:05:08 +00:00
Dongryeol Lee 40056dbea0 In theory, the coarsening procedure of multigrid should work for dense matrices. 2010-08-19 14:41:30 +00:00
Dongryeol Lee c7013040a6 Finished the crucial part for multigrid. 2010-08-18 16:23:31 +00:00
Dongryeol Lee 705403752d Compile errors are gone. 2010-08-17 15:18:48 +00:00
Dongryeol Lee dadf4bdf40 Adding the driver for GPR. 2010-08-17 14:15:57 +00:00
tqlong 17c3eb8651 Graphical Model: Message priority 2010-08-17 00:27:29 +00:00
tqlong 42a9d5b282 Graphical Model: Message priority 2010-08-17 00:27:19 +00:00
Dongryeol Lee 5bb841a6cb Smola's method should be complete. 2010-08-16 19:49:48 +00:00
Dongryeol Lee 423dc84cb8 Getting there. 2010-08-16 19:38:41 +00:00
Dongryeol Lee fee9bc0d4c Fixing. 2010-08-16 17:32:44 +00:00
Dongryeol Lee d8b9f0a856 Minor edits. 2010-08-16 17:09:55 +00:00
Dongryeol Lee 6ca95e253a Plugging in mean/variance prediction for sparse gpr. 2010-08-16 16:57:23 +00:00
Dongryeol Lee b858942b24 Still debugging. 2010-08-16 16:14:31 +00:00
Dongryeol Lee f2f936fc57 carefully verifying Smola's method. 2010-08-16 15:47:38 +00:00
tqlong 188d0a6b71 Graphical Model: variable belief + factor average 2010-08-15 22:22:15 +00:00
tqlong 4689f14805 Graphical Model + BOOST 2010-08-15 20:25:33 +00:00
tqlong b8d2cf5048 Graphical Model + BOOST 2010-08-15 20:11:20 +00:00
tqlong 862c4f6df6 Graphical Model 2010-08-15 18:34:25 +00:00
tqlong 391ec45d66 Graphical Model 2010-08-15 18:33:46 +00:00
Dongryeol Lee e90ed67933 Almost ready to finalize Smola's sparse GPR. 2010-08-14 21:44:20 +00:00
Dongryeol Lee c138a11abe Getting closer. 2010-08-14 20:31:44 +00:00
Dongryeol Lee fd08a2ee8a Getting closer to finishing Smola's 2010-08-14 19:02:50 +00:00