gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Introduction to Bayesian Statistical Modeling #143

Open des137 opened 3 years ago

des137 commented 3 years ago

Learning Goals

Exercise Statement

Compare the stochastic gradient based frequentist's method vs. probabilistic Bayesian method to solve a simple linear regression problem and interpret and contrast the outcomes from both the approaches.

Prerequisites

Data source/summary:

This comparison can be performed on a simulated data generated through _sklearn.makeregression function.

(Optional) Further Links/Credits to Relevant Resources:

https://docs.pymc.io/