mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
gradient checker implemented
This commit is contained in:
parent
01b35b1178
commit
112ae7712d
1 changed files with 0 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ class GradientChecker(Model):
|
|||
X = numpy.random.rand(N, Q)
|
||||
grad = GradientChecker(numpy.sin,numpy.cos,X,'x')
|
||||
grad.checkgrad(verbose=1)
|
||||
grad.randomize()
|
||||
grad.checkgrad(verbose=1)
|
||||
|
||||
Using GPy:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue