Skip to content
Fuwei Li edited this page Jun 4, 2018 · 20 revisions

Welcome to the Learning-based-Power-Allocation-Strategy-in-Small-Cell-Network wiki! This repository is for the UCD EEC289Q 2018 Spring Quarter final project. The content of our project includes:

  • data pre-processing
  • feature selection
  • learning algorithms
  • Gibbs based optimization
  • conclusion

Data Pre-processing

In this part, the data sets we get are some log files from Huawei Inst. We formalized the data sets with the target be the throughput of a base station and the feature be pilot power, data power, load, number of users, and its neighbor base station featres. A typical data frame is as below:

Time Cell ID Throughput Load Power User Neighbor
1 154 365 0.635 30 25 117,228,165,152,119

Feature Selection

Learning throughput of the base station

Optimization

Clone this wiki locally