VL02a-21 Cloud-Based Wireless Coverage Characterization

Subscribe
Notify of
4 Comments
Inline Feedbacks
View all comments
LIANG, Yinghao
January 19, 2022 4:14 pm

what challenges have you faced in making web app?

KAN, Ka Yi
January 19, 2022 4:18 pm
Reply to  LIANG, Yinghao

Thanks for your question. The biggest challenge of making a web app is extracting the data from the database collection. To solve this, we construct a class that can suit the collection and maps the iterable of the collection to it.

ZHANG, Jun
January 19, 2022 4:04 pm

What kind of neural networks will be used?

TANG, Erqiang
January 19, 2022 4:10 pm
Reply to  ZHANG, Jun

Thank you for your comments. For now, we plan to adopt a sequential neural network model. Each layer will be an affine layer with ReLu activation. The neural network will be implemented using the. Keras API in TensorFlow.