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

https://github.com/dalmia/bayesian_decision_making-datagiri_mumbai

Jupyter notebook accompanying my talk on "Bayesian Decision Making" for DataGiri
https://github.com/dalmia/bayesian_decision_making-datagiri_mumbai

artificial-intelligence data-science datagiri machine-learning maximum-likelihood-estimation python

Last synced: 4 months ago
JSON representation

Jupyter notebook accompanying my talk on "Bayesian Decision Making" for DataGiri

Awesome Lists containing this project

README

          

# Bayesian Decision Making - Datagiri (Mumbai)

Jupyter notebook accompanying my talk on "Bayesian Decision Making" for DataGiri.

Slides for the talk can be found [here](https://goo.gl/DrRacz).

## Pre-requisites

- numpy
- matplotlib
- pandas
- scipy
- seaborn
- statsmodel

Install them using:
```bash
pip install -r requirements.txt
```
## Acknowledgement

The code for this notebook is not mine and was taken from this [awesome blog post](https://towardsdatascience.com/a-gentle-introduction-to-maximum-likelihood-estimation-9fbff27ea12f).
`