Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ththarkonen committed Nov 30, 2023
1 parent 96346b1 commit c65cea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Partially Bayesian neural network correcting neural network
Implementantion of the neural network architecture described in the paper ([doi.org/10.48550/arXiv.2310.08055](https://doi.org/10.48550/arXiv.2310.08055)).
The network uses a Bayesian convolutional layer combined with deterministic convolutional and dense layers and a probabilistic output layer.
The output layer is modelled as a gamma process. For more details, see the paper above and the [Specnet architecture](https://github.com/Valensicv/Specnet) and the associated paper.

# References
If you find the software useful, please cite ([doi.org/10.48550/arXiv.2310.08055](https://doi.org/10.48550/arXiv.2310.08055)).

0 comments on commit c65cea8

Please sign in to comment.