WenyiWU0111 / dnn-inference

Dnn-Inference is a Python module for hypothesis testing based on deep neural networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dAI_ umn_ PyPi_ Keras_ MIT Python3 tensorflow_ downloads_ downloads_month_

Dnn-Inference

image

Dnn-Inference is a Python module for hypothesis testing based on deep neural networks.

Website: https://dnn-inference.readthedocs.io

image

Three-lines-of-code

Reference

If you use this code please star the repository and cite the following paper:

@misc{dai2021significance,
      title={Significance tests of feature relevance for a blackbox learner},
      author={Ben Dai and Xiaotong Shen and Wei Pan},
      year={2021},
      eprint={2103.04985},
      archivePrefix={arXiv},
      primaryClass={stat.ML}
}

Installation

Dependencies

Deep-Inference requires:

  • Python
  • Numpy
  • Keras
  • Tensorflow>=2.0
  • sklearn
  • SciPy

User installation

Install Deep-Inference using pip :

pip install dnn-inference

or :

pip install git+https://github.com/statmlben/dnn-inference.git

Source code

You can check the latest sources with the command:

git clone https://github.com/statmlben/dnn-inference.git

About

Dnn-Inference is a Python module for hypothesis testing based on deep neural networks.

License:MIT License


Languages

Language:Jupyter Notebook 70.2%Language:Python 26.1%Language:PureBasic 3.7%