Skip to content

Commit

Permalink
docs: Added more text regarding the classification entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike committed Jul 12, 2022
1 parent 9b3f64f commit afb03d1
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This is a Julia implementation in Flux of the Evidential Deep Learning framework

## Classification

![](images/threegaussians.png)
Deep evidential modeling works for classification as well as for regression. In
the plot below you can see the epistemic uncertainty as a consequence of
position in the plot. The task is to separate three Gaussians in 2D. The code
for this example can be found in
[classification.jl](examples/classification.jl).

More to come.
![uncertainty](images/threegaussians.png)

## Summary

Uncertainty is crucial for the deployment and utilization of robust machine
learning in production. No model is perfect and each and every one of them have
their own strengths and weaknesses, but as a minimum requirement we should all
at least demand that our models report uncertainty in every prediction.

0 comments on commit afb03d1

Please sign in to comment.