Test, train metrics #1393
Unanswered
gabrielord
asked this question in
Q&A
Replies: 1 comment
-
|
What is "regularization metric"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys.
I was trying to solve the Calderón inverse problem, governed by the equation:
In this problem, there are 32 eletrodes around a body. Eletric current flows between 2 of them and the voltage is mesured between ground and each eletrode. The goal is to find the conductivity inside the body.
A quick context:$\hat n$ is the normal vector, current flows between entry_eletrode and exit_eletrode, which is 3 eletrodes distant from the entry one and voltage is assumed to follow the equation 3*(x-0.25)*2+4(y+0.5)**2.
I implemented the following script:
Step Train loss Test loss Test metric
0 [7.45e-05, 2.05e-04, 3.13e+01] [7.25e-05, 2.05e-04, 3.13e+01] []
10000 [4.08e-10, 1.02e-10, 9.25e+00] [3.70e-10, 1.02e-10, 9.25e+00] []
20000 [3.32e-09, 1.04e-09, 9.25e+00] [2.93e-09, 1.04e-09, 9.25e+00] []
30000 [7.22e-11, 1.39e-11, 9.25e+00] [6.96e-11, 1.39e-11, 9.25e+00] []
However, regularization metric is constant among iterations at 9.25e+00 and seems to be high, comparing to other examples. I would like to know if this may indicate an error, because I could not find a resonable explanation?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions