gradient checker implemented

This commit is contained in:
Max Zwiessele 2013-07-23 12:10:32 +01:00
parent 33916b4d58
commit d5cb531d40
2 changed files with 28 additions and 7 deletions

View file

@ -12,3 +12,4 @@ from sparse_gplvm import SparseGPLVM
from warped_gp import WarpedGP
from bayesian_gplvm import BayesianGPLVM
from mrd import MRD
from gradient_checker import GradientChecker