kangyang73 / appPrediction

App Usage Application Prediction
Mozilla Public License 2.0
3 stars 0 forks source link

Mobile Application Usage Prediction

This is a partial implemetation of the code for paper "DeepAPP: A Deep Reinforcement Learning Framework for Mobile Application Usage Prediction".


Overview

  1. Dependencies
  2. Setup
  3. Execution
  4. License

Dependencies

The following modules are needed.

Setup

$ cd ./appPrediction/gym
$ pip install -e .

Execution

$ cd ./appPrediction/src
$ bash run_main.sh

License

The code is developed under the MPL-02.0 license.