Commit graph

1025 commits

Author SHA1 Message Date
Alan Saul
e80fad197c trying to fix optimisation problem, fixed a few bugs but still fails at very low noise 2013-06-24 15:39:38 +01:00
Alan Saul
d4bfd99c21 Starting to fiddle with mode finding code 2013-06-20 14:30:25 +01:00
Alan Saul
e900509a7c Fixed a sign wrong, now gradchecks weirdly only above certain points 2013-06-19 16:13:11 +01:00
Alan Saul
de689fa8e9 Now gradchecks everytime but student_t fit is bad, noise is underestimated by a long way 2013-06-19 12:00:00 +01:00
Alan Saul
ac461e1b2a Checkgrads with explicit and implicit components half the time 2013-06-18 17:55:58 +01:00
Alan Saul
f3b8dfb222 about to input new derivations for Z's... 2013-06-03 14:51:09 +01:00
Alan Saul
6c29750795 Took out all the asserts and using pure broadcasting method of diagonal now 2013-05-31 16:59:54 +01:00
Alan Saul
e842f6e687 Made it use the fact that W is diagonal and put assertions in to ensure that the results are the same 2013-05-31 16:45:22 +01:00
Alan Saul
f9857e08c0 Broken it by getting rid of squeeze, but now working on making it faster using proper vector multiplciation for diagonals 2013-05-31 11:55:32 +01:00
Alan Saul
20227fb2ac Made more numerically stable in a hope that it will work and I will find a bug... 2013-05-30 16:17:37 +01:00
Alan Saul
23ed2a2d15 Lots of name changing and went through all likelihood gradients again 2013-05-29 17:33:06 +01:00
Alan Saul
117c377d13 Ripped out all things Laplace parameter estimation, starting again with new tactic 2013-05-29 14:02:03 +01:00
Alan Saul
d63d370641 About to rip out old chain rule method of learning gradients 2013-05-29 13:46:55 +01:00
Alan Saul
146d7e2458 Trying to fix dL_dytil gradient 2013-05-17 17:42:00 +01:00
Alan Saul
48d693791e changed name 2013-05-16 12:22:37 +01:00
Alan Saul
e5d7ee9728 FIXED DYTIL_DFHAT 2013-05-16 12:06:09 +01:00
Alan Saul
21ae81de29 Workong on doing explicit gradients 2013-05-16 12:00:15 +01:00
Alan Saul
569311b510 Gradients almost there for dytil_dfhat, diagonal terms are right 2013-05-15 19:25:55 +01:00
Alan Saul
cad2c271eb merged with devel 2013-05-14 16:26:57 +01:00
Alan Saul
787a038401 Still getting closer to grads for likelihood 2013-05-14 16:23:18 +01:00
Ricardo
47a7df9756 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-14 15:38:08 +01:00
Ricardo
3626154c02 remove profile 2013-05-14 15:38:00 +01:00
James Hensman
4bbf31eb1d removed RA's profile deco 2013-05-14 11:26:16 +01:00
James Hensman
350fa39685 generalised backsub_both_sides 2013-05-14 11:20:44 +01:00
Ricardo
225c35d55d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 19:41:10 +01:00
Ricardo
a1036fb2a5 DSYR is being used now 2013-05-13 19:40:51 +01:00
Ricardo
cb4c363c11 Gradients are working now 2013-05-13 19:38:11 +01:00
Alan Saul
5472c5c6ba Almost have likelihood gradients working but kernels still way off 2013-05-13 18:36:02 +01:00
James Hensman
c859687d43 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:23:54 +01:00
James Hensman
542759353b minor changes to the symmetrify function 2013-05-13 17:23:49 +01:00
Nicolo Fusi
ccde6c421f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:21:45 +01:00
Nicolo Fusi
80c25c9aaf moved linalg function to GPy.linalg 2013-05-13 17:04:59 +01:00
Ricardo
3cc9547cab Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 15:09:43 +01:00
Ricardo
b84f70b205 gradietns check :) 2013-05-13 15:09:20 +01:00
James Hensman
9c701f6e5b added DSYR for ricardo 2013-05-13 12:54:55 +01:00
Ricardo
fda9cae3c3 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 11:11:29 +01:00
Ricardo
68f493b86c New functions for EP-matching moments 2013-05-13 11:10:27 +01:00
Ricardo
c521c243e1 minor change 2013-05-13 11:03:19 +01:00
James Hensman
c1f1e44b09 using weaved symmetrify in pdinv now 2013-05-13 10:36:15 +01:00
James Hensman
529d7534ca fixed the bug in stick 2013-05-13 10:26:54 +01:00
Ricardo
b273c76fd7 change in gradients computation 2013-05-13 07:08:58 +01:00
Ricardo
a500c526dd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 17:55:00 +01:00
Nicolas
ab30ed7483 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 17:48:25 +01:00
Nicolas
652b3ce2c6 unified framework for addition and product of kernels, with a tensor flag (boolean) instead of and 2013-05-10 17:48:11 +01:00
Ricardo
6d65e2adf8 more changes 2013-05-10 17:46:45 +01:00
James Hensman
f6ffbf88d9 fixed transformations (Sorry Andreas) 2013-05-10 16:49:37 +01:00
James Hensman
0efde820bd merge conflict in transformations 2013-05-10 16:42:23 +01:00
James Hensman
a91501af56 minor modifications to the constraint behaviour 2013-05-10 16:39:20 +01:00
Nicolò Fusi
cbfbcfb411 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 16:21:45 +02:00
Nicolò Fusi
16757a298c trying to follow changes in likelihood 2013-05-10 16:21:12 +02:00