Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiapeng-liu committed Dec 23, 2019
1 parent 37d0e1b commit f0155f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorial/ex1_simple_ZARC_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@
"$$L(\\mathbf \\theta) = - \\log p(\\mathbf Z^{\\rm exp}_{\\rm im}|\\mathbf \\xi, \\mathbf \\theta) - \\frac{N}{2} \\log 2\\pi$$\n",
"\n",
"and the optimial hyperparameters $\\mathbf \\theta$ are obtained by solving the following problem with gradient based approaches\n",
"$$\\mathbf \\theta = \\arg\\min_{\\mathbf \\theta^\\prime}L(\\mathbf \\theta^\\prime)$$"
"$$\\mathbf \\theta = \\arg\\min_{\\mathbf \\theta^\\prime}L(\\mathbf \\theta^\\prime)$$\n",
"\n",
"In the developed GP-DRT model we solve this minimization problem using the `optimize` approach provided by `scipy` package"
]
},
{
Expand Down

0 comments on commit f0155f5

Please sign in to comment.