02 February 2023 6 8K Report

I am building a Neural Network Model for approximating SINR value at a specified location in 2D. The scenario consists of a central gNB placed at (1500, 1500), and other 6 gNBs are placed surrounding it in a hexagonal manner with ISD equal to 1000 m. The UEs are placed around the central gNB at distances from 30m to 500m in steps of 20m, along X and Y. I thus have 2500 points at which I am getting SINR.

For training, X and Y coordinates of UE and their values obtained from NetSim simulation have been used. Thus, the features are coordinates (X, Y), while the Label is SINR.

The NN model architectures I have tried using (i) 2-5 layers (ii) Activation functions: ReLU, LeakyReLU, tanh, sigmoid

(iii) Different units size: 32 to 128, (iv) Dropout at various layers from 0.4 to 0.5,

However, the minimum MSE obtained was around 37 while training, which is very high.

More Maitri Saraf's questions See All
Similar questions and discussions