Coder Social home page Coder Social logo

modelgarden_ekaw's Introduction

Characterizing Deprecated Deep Learning Python APIs: An Empirical Study on TensorFlow

Nian Liu

This respository consists of experiment data, script, result for this study. Below is the introduction of files in each folder.

Experiment Data

  • models-r1.10.0-models-r2.3.0: Deep Learning projects used in our study (Models). Models range from 1.10.0 to 2.3.0, there is no release for TensorFlow 1.14 and 1.15

RQ1

  • ChangeDetect.py: script used to find deprecated APIs, removed APIs, newly deprecated APIs, etc. in TensorFlow 1.0-2.3.
  • output/tensorflow-r1.0.csv-tensorflow-r2.3.csv: deprecated APIs in TensorFlow 1.0-2.3.
  • output/removed_apis.csv: removed APIs in TensorFlow.
  • output/age.csv: data of the number of versions deprecated APIs get deprecated since introduced into TensorFlow.
  • output/api_survival_time.csv: data of the survival time of deprecated APIs get removed from TensorFlow.
  • output/diff.csv: data of the newly deprecated APIs in each TensorFlow Version.

RQ2

  • extract_deprecation_message.py: script used to extract deprecation message of deprecated APIs.
  • Reason for Method Deprecation.md: deprecated APIs for each method deprecation reason in RQ2.
  • Reason for Parameter Deprecation.md: deprecated APIs for each parameter deprecation reason in RQ2.

RQ3

  • Compare.py: script used to find deprecated APIs in Models projects.
  • output/models-r1.10.0(official).csv-models-r2.3.0(official).csv: data of deprecated APIs usage in each Model verison.
  • output/models_all(official).csv: data of deprecated APIs usage in Models from version 1.10.0 to 2.3.0 without false positive.

RQ4

  • p-value.py: script used to calculate p-value and cohen'd value.
  • commit_history.csv: commit history of each commit that updated deprecated APIs.
  • log: original log which contains model training and testing result for the 13 tests in RQ4.

Other files

  • utils: other files.

modelgarden_ekaw's People

Contributors

heregreat avatar trellixvulnteam avatar

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.