Replies: 1 comment 1 reply
-
Hi @kevcfGit, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have been working on a personal experiment where I plan to be able to optimize trainable parameters (such as material characteristic and antenna power) in order to characterize realistic coverage propagation for a very specific area of a city (small urban canyon).
For this purpose, I got a dataset of RSRP measurements and I have developed a training step based on NMSE where basically I take the following steps:
Where:
̅xi is the predicted value (the simulated RSS).
xi is the RSRP sample
n is the number of CM cells that participated in the step.
Also, it is important to point out that:
Then I have tried 2 approaches:
Both approaches start with recommended material parameters set by ITU and other inputs from the host network.
Now, the problem is that the training in both approaches seems to stop improving the NMSE at a certain step, additionally, all the following NMSE results oscillate around this certain value and i get results similar to this:

I understand this behavior as a result of my model reaching a critical point where it starts to "fight" itself in order to satisfy each CM cell trying to get to the target value (RSRP sample) but I am not certain of it; I have tried to give more freedom to the training (adding more trainable inputs) but in general, even though there is improvement, the training never seems to reach target.
Also, I reduced the scope of my experiment to one CM cell (any size) and in this scenario the training performs perfectly but as I increase the number of CM cells, the performance decays.
I was wondering if you can provide any insights about my process
I was very inspired by the "Learning of Material Properties via Gradient Descent" and particularly by the closing discussion which is what let me to work with coverage maps, I hope you can help me.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions