Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Manuel Marschall
datainformed-prior
Commits
f96104a1
Commit
f96104a1
authored
Mar 16, 2022
by
Manuel Marschall
Browse files
added readme
parent
801b0b2f
Pipeline
#6061
failed with stages
in 11 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f96104a1
#
datainformed-prior
#
License
copyright Manuel Marschall (PTB) 2022
This software is licensed under the BSD-like license:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1.
Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2.
Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.
# DISCLAIMER
This software was developed at Physikalisch-Technische Bundesanstalt
(PTB). The software is made available "as is" free of cost. PTB assumes
no responsibility whatsoever for its use by other parties, and makes no
guarantees, expressed or implied, about its quality, reliability, safety,
suitability or any other characteristic. In no event will PTB be liable
for any direct, indirect or consequential damage arising in connection
# Generative models and Bayesian inversion using Laplace approximation
This project contains the implementation of the manuscript
```
M. Marschall, G. Wübbeler, F. Schmähling and C. Elster "Generative models and Bayesian inversion using Laplace approximation".
```
# Contact and troubleshooting
For direct contact, please write a quick mail to
`manuel.marschall@ptb.de`
.
Alternativle, for problems regarding the code, its functionality oder bug-reports, please create an issue.
# Code base
To run the library, one needs a python 3.7 installation with the python packages given in the
`requirements.txt`
We propose to use an anaconda environment. In particular, clone the repository and use the following for installation:
```
conda create -n GenerativeBayes python==3.7
pip install -r requirements.txt
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment