1. Introduction
In this use case, we utilize the "Cell Metrics"(RRU.PrbUsedDl) dataset provided by the O-RAN SC SIM space, which includes synthetic data generated by a simulator, with all data recorded in Unix timestamp format.
The model training process is carried out on the O-RAN SC AI/ML Framework, including GPU support, and considers both traditional machine learning (ML) and deep learning (DL) approaches. For ML models, we use Random Forest and Support Vector Regression (SVR), while for DL models, we employ RNN, LSTM, and GRU architectures.
By managing the ON/OFF state of cells through traffic forecasting, we can reduce power consumption. Additionally, if the AI/ML models used for forecasting are operated in an eco-friendly manner, further power savings can be achieved. In this use case, we measure the carbon emissions and energy consumption during the cell traffic forecasting process using AI/ML to ensure that the forecasting model is not only effective but also environmentally sustainable.
...
Code Block | ||
---|---|---|
| ||
"predictions": [ [0.112432681], [0.0969874561], [0.100156009], [0.308645517], [0.303829], [0.41753903], [0.539769948], [0.618172765], [0.634754062], [0.625748396], [0.530416906], [0.333626628], [0.208134115], [0.137386888], [0.113081336], [0.105671018], [0.14362359], [0.258447438], [0.55385375], [0.567666292], [0.680490911], [0.738528132], [0.717839658], [0.653536677], [0.524426162], [0.453805923], [0.268508255], [0.170119792], [0.115568757], [0.0889923126], [0.0926849917],[0.143254936], [0.277066618], [0.629820824], [0.710377932], [0.728215456], [0.707016706], [0.638304889], [0.527941108], [0.411735266], [0.345081121], [0.171168745], [0.14139232], [0.0903047472], [0.231243849],[0.170835257], [0.178088814], [0.255523622], [0.405331433], [0.626908183], [0.738317609], [0.797301173], [0.575131953], [0.416216075], [0.296788305], [0.203006953], [0.15064013], [0.136724383], [0.159134328], [0.414751947], [0.386262804], [0.395934224], [0.432646126], [0.598033369], [0.657576084], [0.664435327], [0.585267484], [0.40978539], [0.28032586], [0.203143746], [0.136435121], [0.102216847], [0.109813243], [0.164212137], [0.438008606], [0.511521935] ] |
...
Data | Ver. | Author | Comment |
---|---|---|---|
2024-12-10 | 1.0.0 | Corbin(Geon) Kim, Sungjin Lee, Hyuksun Kwon, Hoseong Choi | |
2024-01-08 | 1.0.1 | Sungjin Lee, Hyuksun Kwon | Corrected the input.json file |