Commit Graph
1302 Commits
Author SHA1 Message Date
Dongryeol Lee d8ef8d2ee4 Debuggin in process 2008-02-12 01:03:49 +00:00
Dongryeol Lee 1eee6feaac Fixed the compilation error 2008-02-12 00:54:53 +00:00
Dongryeol Lee 63aaf1d852 Fixed the compilation error 2008-02-12 00:46:50 +00:00
Dongryeol Lee aa010ab75a Finished implementing the dense formulation of LPR 2008-02-12 00:38:00 +00:00
vasiloglou 59b86b4b0c it seems to work
comments
The armijo rule is really slow
The statistical update of sigmas is good
We need to stay sometime in low sigmas otherwise we do not optimize 
the trace
Next setp is BFGS method
2008-02-11 22:51:14 +00:00
Dongryeol Lee f13a95e825 More fixes 2008-02-11 22:03:19 +00:00
Dongryeol Lee 5e3a004dc9 Algorithm reformulation 2008-02-11 21:35:37 +00:00
tekhnofiend 07882161ee updated niche/functional 2008-02-11 20:07:25 +00:00
tekhnofiend 542794a7fc updated niche/functional 2008-02-11 20:05:06 +00:00
vasiloglou 38a107040e it seems to me it is working, it is just a matter of tuning the parameters 2008-02-11 05:16:33 +00:00
Dongryeol Lee 259264690c Finished the query tree initialization phase for dense version of LPR 2008-02-11 00:56:54 +00:00
Dongryeol Lee 68cfc553c0 Base case finished 2008-02-11 00:30:09 +00:00
Dongryeol Lee ae5bb271ab Added utility class for matrix 2008-02-10 22:46:29 +00:00
Dongryeol Lee a8ccafa099 Added the implementation file for the dense version of LPR 2008-02-10 21:58:43 +00:00
Dongryeol Lee 30080ce695 Restructuring the utility class 2008-02-10 19:29:36 +00:00
Dongryeol Lee 2c3479c2b2 initial check in of the dense version of local polynomial regression 2008-02-10 19:19:50 +00:00
tekhnofiend b22f4e58c6 updated niche/functional 2008-02-10 00:12:48 +00:00
tekhnofiend fb4be89e77 updated niche/functional 2008-02-09 22:48:21 +00:00
gmravi2003 bffbbdfcb3 Buggy. Couldnt debug it 2008-02-09 21:58:58 +00:00
Dongryeol Lee 47fd5fa9ad Renamed the naive algorithm to handle locally constant regression 2008-02-09 21:23:50 +00:00
vasiloglou 85aa1036b9 I had forgotten to add the test 2008-02-09 19:18:39 +00:00
vasiloglou 151a985de7 seems to run although it needs to be cross tested with a swiss roll example to
verify it. We are a little bit worried that the nearest neighbors might be wrong
and we have to check on that, because the optimum solution is 9% off the deasible
set. Need also to inser the constraint that the data are centered around zero.
2008-02-09 19:17:09 +00:00
tekhnofiend 51cfc12616 updated niche/functional 2008-02-09 06:45:10 +00:00
vasiloglou d55165fbb5 major revision
added armijo's method
it is not running properly yet
2008-02-09 01:00:57 +00:00
(no author) f1f0868455 -
(no author) 0186d3a3fb -
(no author) 108cd929d4 -
(no author) 5e2f6b2a7e -
(no author) 0eb4cdd06b -
(no author) 13d31e90d6 -
(no author) becb06aed9 -
gmravi2003 fc7aacb1e1 This is the function which caclulates the pseudo inverse of a matrix by SVD 2008-02-08 05:07:13 +00:00
gmravi2003 98177bff36 SVD code incorporated. Fully working 2008-02-08 05:06:25 +00:00
Dongryeol Lee 3be8cfc3b5 Krylov subspace version of local linear regression completed 2008-02-08 03:37:43 +00:00
Dongryeol Lee 8ec624c1cf Performance enhancement 2008-02-08 03:21:36 +00:00
Dongryeol Lee 7d3d55911d Took out the test routine 2008-02-08 02:19:04 +00:00
Dongryeol Lee f1c1bcd3d6 Now phase 2 does relative error 2008-02-08 02:02:29 +00:00
gmravi2003 7d19797dca Perfectly working pieces of code. They do both component wise and frobenius norm pruning. Will add SVD now 2008-02-07 23:19:09 +00:00
Dongryeol Lee e98c520087 Need to replace SYMMLQ method with Lanczos tridiagonalizer 2008-02-07 21:35:21 +00:00
Dongryeol Lee 45bb1686d8 Fixed a small performance bug 2008-02-07 20:11:14 +00:00
tekhnofiend dae9239711 updated functional ica -nishant 2008-02-07 17:26:36 +00:00
tekhnofiend a1691654c3 updated functional ica -nishant 2008-02-07 17:26:23 +00:00
Dongryeol Lee c9d020140f Fixed a crucial bug in naive local linear 2008-02-07 05:40:02 +00:00
Dongryeol Lee 204b3a7590 Fixed the local linear naive code 2008-02-07 04:55:23 +00:00
Dongryeol Lee add5522347 Fixed the local linear naive code 2008-02-07 04:55:01 +00:00
Dongryeol Lee 0d7dc02d09 Added the naive method 2008-02-07 04:32:27 +00:00
Dongryeol Lee 2c383c3b15 Added a new scaling function 2008-02-07 04:01:00 +00:00
Dongryeol Lee 348e0a9bbd Changed the scaling 2008-02-07 04:00:13 +00:00
Dongryeol Lee c1bc1ef321 Completely debugged locally linear regression 2008-02-07 03:28:41 +00:00
Dongryeol Lee 1e5a974fdf The first working version of the matrix-free Krylov subspace local linear regression 2008-02-07 02:09:21 +00:00