atcnn

This is the final codes for work: ''Adaptive Target-Condition Neural Network: DNN-aided Load Balancing for Hybrid LiFi and WiFi Networks''

https://github.com/hanji-ucd/atcnn

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

This is the final codes for work: ''Adaptive Target-Condition Neural Network: DNN-aided Load Balancing for Hybrid LiFi and WiFi Networks''

Basic Info
  • Host: GitHub
  • Owner: HanJi-UCD
  • Language: Python
  • Default Branch: main
  • Size: 83 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Citation

README.md

ATCNN

Han Ji, Qiang Wang, Xiping Wu, Stephen J. Redmond, and Iman Tavakkolnia, 'Adaptive Target-Condition Neural Network: DNN-aided Load Balancing for Hybrid LiFi and WiFi Networks', under review by IEEE TWC.

This is the final code for ATCNN work, copyright @ Han Ji and Qiang Wang

Original contributor: https://github.com/wq13552463699/Adaptive-DNN-Aided-Load-Balancing-for-Hybrid-LiFi-and-WiFi-Networks.git

General Introduction: Stage1: Dataset collection 1. Run maindatasetcollection4LiFi.m and maindatasetcollection9LiFi.m to collect 1000 batches as .csv files. 2. Run MirrorMapping.m and globalnormalizetrainingdata.m to pre-process the dataset Stage2: Training and testing 1. Run datasetcrestor.py to generate the .h5 file 2. Run ATCNNtrainloss.py and GlobalDNNtrainloss.py to train ATCNN and DNN* respectively. Save the trained model as .pth files. 3. Run ATCNNacctest.py to test the prediction accuracy of ATCNN. 4. Run GlobalDNNacctest.py to test the prediction accuracy of DNN. Stage3: Evaluation 1. Run simulation1 and simulation2 codes to evaluate the throughput and fairness versus UE number and Required data rate. 2. Run ATCNNRuntime.m, DNNRuntime.m, and Benchmark_Runtime.m to record the average runtime in MATLAB.

Note: In each step, some key parameters and file names need revision accordingly.

Owner

  • Name: Han Ji
  • Login: HanJi-UCD
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Adaptive Target-Condition Neural Network: DNN-Aided Load
  Balancing for Hybrid LiFi and WiFi Networks
message: ATCNN
type: dataset
authors:
  - given-names: Han
    family-names: Ji
    email: han.ji@ucdconnect.ie
    affiliation: University College Dublin
    orcid: 'https://orcid.org/0000-0003-2581-6316'
  - given-names: Qiang
    family-names: Wang
    email: qiang.wang@ucdconnect.ie
    affiliation: University College Dublin
  - given-names: Xiping
    family-names: Wu
    email: xiping.wu@ucd.ie
    affiliation: University College Dublin
  - given-names: Stephen J.
    family-names: Redmond
    email: stephen.redmond@ucd.ie
    affiliation: University College Dublin
  - given-names: Iman
    family-names: Tavakkolnia
    affiliation: University of Strathclyde
    email: i.tavakkolnia@strath.ac.uk
identifiers:
  - type: url
    value: 'https://arxiv.org/abs/2208.05035'
repository-code: 'https://github.com/HanJi-UCD/ATCNN'
abstract: >-
  Load balancing (LB) is a challenging issue in the hybrid
  light fidelity (LiFi) and wireless fidelity (WiFi)
  networks (HLWNets), due to the nature of heterogeneous
  access points (APs). Machine learning has the potential to
  provide a complexity-friendly LB solution with
  near-optimal network performance, at the cost of a
  training process. However, the state-of-the-art (SOTA)
  learning-aided LB methods need retraining when the network
  environment (especially the number of users) changes,
  significantly limiting its practicability. In this paper,
  a novel deep neural network (DNN) structure named adaptive
  target-condition neural network (A-TCNN) is proposed,
  which conducts AP selection for one target user upon the
  condition of other users. Also, an adaptive mechanism is
  developed to map a smaller number of users to a larger
  number by splitting their data rate requirements, without
  affecting the AP selection result for the target user.
  This enables the proposed method to handle different
  numbers of users without the need for retraining. The
  ablation study demonstrates the effectiveness and
  necessity of target-condition and adaptive mechanism in
  A-TCNN. In addition, testing results show that the trained
  A-TCNN can achieve 71\% and 66\% prediction accuracy with
  less than 10\% and 15\% throughput gap respectively,
  compared with baseline method for both 4 and 9 LiFi sizes.
  It is also proven that A-TCNN can obtain a network
  throughput comparable to two SOTA benchmarks while
  reducing the runtime by up to three orders of magnitude.
commit: Han Ji
version: '1.0'
date-released: '2023-07-07'

GitHub Events

Total
  • Watch event: 3
  • Push event: 3
Last Year
  • Watch event: 3
  • Push event: 3