d98k / E-CNN-classifier

This is the available code for the paper `An evidential classifier based on Dempster-Shafer theory and deep learning' (arXiv preprint arXiv:2103.13549)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-CNN-classifier

This is the avaiable code for the paper "An evidential classifier based on Dempster-Shafer theory and deep learning" (arXiv:2103.13549).

Codes for Dempster-Shafer layer and utility layer are in the file "libs", as well as the metrics "average utility".

The file "demo.ipynb" provides a demo about how to build, train, and interfere precise and imprecise classification with an evidential CNN classifier with the Dempster-Shafer layer and utility layers.

The file "weights_zoo" includes the parameters of a trained evidential CNN classifier that are used in the demo.

The required libraries and their version:

python == 3.7.10

tensorflow == 2.4.1.

About

This is the available code for the paper `An evidential classifier based on Dempster-Shafer theory and deep learning' (arXiv preprint arXiv:2103.13549)

License:Apache License 2.0


Languages

Language:Jupyter Notebook 95.8%Language:Python 4.2%