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

https://github.com/zsxoff/bayesian-network-credit

An example of a Bayesian network for credit-worthiness
https://github.com/zsxoff/bayesian-network-credit

bayesian bayesian-network credit-worthiness jupyter

Last synced: 8 months ago
JSON representation

An example of a Bayesian network for credit-worthiness

Awesome Lists containing this project

README

          

# Bayesian network for credit-worthiness

> An example of a Bayesian network for credit-worthiness.

---

This is an example of creating a Bayesian network for credit-worthiness. Example taken
from the [Probabilistic Graphical Models Specialization](https://www.coursera.org/specializations/probabilistic-graphical-models)
presented by [Daphne Koller](https://ai.stanford.edu/~koller/).

This examples uses [SamIam](http://reasoning.cs.ucla.edu/samiam/) software and [Jupyter](https://jupyter.org/).

![SamIam visualization]()

## View examples

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zsxoff/bayesian-network-credit/master)

Open [credit.net](https://raw.githubusercontent.com/zsxoff/bayesian-network-credit/master/credit.net) in [SamIam](http://reasoning.cs.ucla.edu/samiam/).

View [credit.ipynb](https://github.com/zsxoff/bayesian-network-credit/blob/master/credit.ipynb) in [Jupyter](https://jupyter.org/).
See all packages and dependencies in [Pipfile]().

## License

[![License: Unlicense](https://img.shields.io/badge/License-Unlicense-green.svg?style=flat-square)](https://unlicense.org/)

This project is licensed under the terms of the [Unlicense](https://unlicense.org/) (see
[LICENSE]()
file).