This is a student project where some performance parameters in 5G networks are predicted using neural networks.
The paper with more details is available here.
-
docker compose build docker compose up
- Open http://localhost:8080
- start the same way as when running prediction
docker exec -it 2022ws_artificial-neural-networks-5g-nn-backend-1 bashto get into the container shellpoetry run python simulator/dataset_generation.py- grab the generated csv file from the directory
- start the same way as running within container
docker exec -it 2022ws_artificial-neural-networks-5g-nn-backend-1 bashto get into the container shellpoetry run python simulator/training.py- ray saves the results to
~/ray_results, where you can grab themy_modeldirectory of the model which performed best. - you can also run
poetry run tensorboard --logdir ~/ray_resultsto spawn another webserver to look at the visualization of the results at http://localhost:6006