Skip to content

nds-group/kansaas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaNSaaS-Slicing

Code implemented in the paper: "kaNSaaS: Combining Deep Learning and Optimization for Practical Overbooking of Network Slices", published in MobiHoc 2023, the 24th International Symposium on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing

Alt text

To run the experiments:

  1. You can use the Synthetic Dataset generator to generate your own synthetic data that emulates real-world network traffic (We obtain similar results in our experiments with synthetic and real-world datasets, please read the paper for more information)

  2. Run the capacity Forecasting for the MNO and Service Provider MNO ,SP. The ones with hyperlink are the ones using multiprocessing, you can use the singular ones.

  3. Following the predictions, you should postprocess the predictions to obtain the correct shape for the optimization problem.

  4. Then, you need to have a folder with the forecasting results of MNO,SP and Oracle to do the optimization problem, you can do it with Create Forecasting Dataset

  5. For a better performance of the optimizer, please Normalize the data

  6. In Optmizer, you will find all the codes to run the optimization problem for the different scenarios, also with multiporcessing

  7. Use This notebook to observe the performance of the experiments and create a csv and be able to compare with the benchmark in Paper_plotter_fin

If you need help, do not hesitate to contact me at: [email protected]

If you use this work, please cite our work:

Sergi Alcalá-Marín, Antonio Bazco-Nogueras, Albert Banchs, Marco Fiore. 2023. kaNSaaS: Combining Deep Learning and Optimization for Practical Overbooking of Network Slices. In The Twenty-fourth International Symposium on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing (MobiHoc ’23), October 23–26, 2023,Washington, DC, USA. ACM, New York, NY, USA, 11 pages. https://doi.org/10.1145/3565287.3610265

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.4%
  • Python 10.6%