An open API service indexing awesome lists of open source software.

https://github.com/jw3126/evidentialdeeplearning.jl

Evidential deep learning in julia
https://github.com/jw3126/evidentialdeeplearning.jl

bayesian-inference julia machine-learning

Last synced: about 1 year ago
JSON representation

Evidential deep learning in julia

Awesome Lists containing this project

README

          

# EvidentialDeepLearning

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jw3126.github.io/EvidentialDeepLearning.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jw3126.github.io/EvidentialDeepLearning.jl/dev)
[![Build Status](https://github.com/jw3126/EvidentialDeepLearning.jl/workflows/CI/badge.svg)](https://github.com/jw3126/EvidentialDeepLearning.jl/actions)
[![Coverage](https://codecov.io/gh/jw3126/EvidentialDeepLearning.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jw3126/EvidentialDeepLearning.jl)

[EvidentialDeepLearning.jl](https://github.com/jw3126/EvidentialDeepLearning.jl) aims to bring [evidential-deep-learning](https://github.com/aamini/evidential-deep-learning) to Julia.

# Acknowledgement

All the good ideas in this package are taken from:
* [evidential-deep-learning](https://github.com/aamini/evidential-deep-learning)
* [Evidential Deep Learning to Quantify Classification Uncertainty](https://arxiv.org/abs/1806.01768)
* [Deep Evidential Regression](https://arxiv.org/abs/1910.02600)
* [MIT 6.S191: Evidential Deep Learning and Uncertainty](https://www.youtube.com/watch?v=toTcf7tZK8c)