8000 GitHub - GuangP/WPMEC: Deep Neural Network for Computation Rate Maximization in Wireless Powered Mobile-Edge Computing System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
/ WPMEC Public
forked from revenol/WPMEC

Deep Neural Network for Computation Rate Maximization in Wireless Powered Mobile-Edge Computing System

Notifications You must be signed in to change notification settings

GuangP/WPMEC

 
 

Repository files navigation

WPMEC

Deep Neural Network for Computation Rate Maximization in Wireless-powered Mobile Edge Computing

Python code to reproduce our works on Wireless-powered Mobile Edge Computing [1], which uses the wireless channel gains as the input and the binary computing mode selection results as the output of a deep neural network (DNN). It includes:

About our works

Please refer to our recent advantages in this topic as released at DROO. Specifically, a Reinforcement learning-based online algorithm, DROO, is proposed to maximize the weighted compuation rate in Wireless Powered Mobile-Edge Computing Networks. Numerical results show that the proposed algorithm can achieve near-optimal performance while significantly decreasing the computation time by more than an order of magnitude compared with existing optimization methods. For example, the CPU execution latency of DROO is less than 0.1 second in a 30-user network, making real-time and optimal offloading truly viable even in a fast fading environment.

  1. Liang Huang, Suzhi Bi, and Ying-jun Angela Zhang, "Deep Reinforcement Learning for Online Computation Offloading in Wireless Powered Mobile-Edge Computing Networks", on arxiv:1808.01977.

About authors

  • Suzhi BI, bsz AT szu.edu.cn

  • Liang HUANG, lianghuang AT zjut.edu.cn

  • Ying Jun (Angela) Zhang, yjzhang AT ie.cuhk.edu.hk

Required packages

  • Tensorflow

  • numpy

  • scipy

How to setup the tensorflow

A brief manual on how to install tensorflow and related packages is provided in English and 简体中文. Contact Liang Huang (lianghuang AT zjut.edu.cn) if you need further help.

How the code works

run the file, main.py

About

Deep Neural Network for Computation Rate Maximization in Wireless Powered Mobile-Edge Computing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0