Skip to content

Commit 30cba4f

Browse files
committed
removed some now-spurious math symbol explanations
1 parent 164f567 commit 30cba4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/2_optimizing_hyperparameters.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"In the real world, option (1) is not possible, so for (2) we use a loss function that balances the faithfulness and smoothness of the derivative estimate, balanced by a single hyperparameter, $\\gamma$, or `tvgamma` in the code:\n",
5252
"\n",
5353
"$$L = \\sigma \\sqrt{\\frac{2}{N}\\sum\\text{Huber}\\bigg( \\frac{\\mathbf{\\hat{x}}(\\Phi) - \\mathbf{y}}{\\sigma}, M \\bigg)} + \\gamma \\bigg({TV}\\big(\\mathbf{\\hat{\\dot{x}}}(\\Phi)\\big)\\bigg),$$\n",
54-
"where the left term is a generalization of RMSE that uses the Huber loss, $\\sigma$ is a robust scatter measure, $M$ is a robustness parameter in units of $\\sigma$ (often set to 2 or 3 so the vast majority of inliers are measured with RMSE), $\\mathbf{\\hat{x}}$ is the estimate of the true underlying signal, $\\mathbf{y}$ are the noisy measurements, $\\mathbf{\\hat{\\dot{x}}}$ is the estimate of the derivative, $\\text{trapz}(\\cdot)$ is the discrete-time trapezoidal numerical integral, $\\mu$ resolves the unknown integration constant, $\\gamma$ is a hyper-parameter, and $TV$ is the total variation,\n",
54+
"where the left term is a generalization of RMSE that uses the Huber loss, $\\sigma$ is a robust scatter measure, $M$ is a robustness parameter in units of $\\sigma$ (often set to 2 or 3 so the vast majority of inliers are measured with RMSE), $\\mathbf{\\hat{x}}$ is the estimate of the true underlying signal, $\\mathbf{y}$ are the noisy measurements, $\\mathbf{\\hat{\\dot{x}}}$ is the estimate of the derivative, $\\gamma$ is a hyper-parameter, and $TV$ is the total variation,\n",
5555
"\n",
5656
"$$TV(\\mathbf{\\hat{\\dot{x}}}) = \\frac{1}{m}\\left\\lVert\\mathbf{\\hat{\\dot{x}}}_{0:m-1}-\\mathbf{\\hat{\\dot{x}}}_{1:m}\\right\\rVert_{1}.$$\n",
5757
"\n",

0 commit comments

Comments
 (0)