GithubHelp home page GithubHelp logo

weifzh / ipscenario Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 5.03 MB

Datasets for IP usage scenario prediction and codes of benchmarks.

License: MIT License

Python 100.00%
ip resources machinelearning

ipscenario's Introduction

Identifying IP Usage Scenarios: Problem, Data, and Benchmarks

This repo provides a dataset for IP Usage Scenarios prediction and codes of benchmarks as described in the paper:

Identifying IP Usage Scenarios: Problem, Data, and Benchmarks

Fan Zhou,Weifeng Zhang, Yong Wang, Ting Zhong, Goce Trajcevski and Ashfaq Khokhar.

Accepted by IEEE network

Dataset

we have compressed the datasets named as dataset.zip , you could refer to documentation.xlsx for more details. For running, you should unzip the file to "./data".

Environmental Settings

Our experiments are conducted on Ubuntu 20.04, a single NVIDIA 1070Ti GPU, 32GB RAM, and Intel i7 8700K.

torch = '1.3.1',
numpy = '1.19.1',
sklearn = '0.23.1',
pandas = '1.0.5'

Usage

Here we take Beijing dataset as an example to demonstrate the usage.

Preprocess

Before running benchmarks, you should convert the string data to numerical data:

python cate2num.py

then, you will get the beijing_cate2id.

Run the benchmarks

For DT and SVM, you could run the IP_ML.py, for D&CN and AutoInt, run the IP_DL.py, and for NODE, please run with the command line:

cd node_scenario
python node_scenario.py --dataset "beijing"
# the dataset parameter choice is ["beijing", "shanghai", "sichuan", "illinois"]

Cite

If you find our paper & code are useful for your research, please consider citing us:

@ARTICLE{9829369,
  author={Zhou, Fan and Zhang, Weifeng and Wang, Yong and Zhong, Ting and Trajcevski, Goce and Khokhar, Ashfaq},
  journal={IEEE Network}, 
  title={Identifying IP Usage Scenarios: Problems, Data, and Benchmarks}, 
  year={2022},
  volume={36},
  number={3},
  pages={152-158},
  doi={10.1109/MNET.012.2100293}}

Acknowledgment

We would like to thank DeepCTR for sharing their codes and SHAP for data analysing.

Contact

For any questions (as well as request for the pdf version) please open an issue or drop an email to: weifzh At outlook Dot com

ipscenario's People

Contributors

weifzh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

xovee

ipscenario's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.