gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[EXE] Introduction to Bayesian Statistical Modeling

des137 opened this issue · comments

Learning Goals

  • Learn the concepts behind Bayesian statistical modeling with PyMC3
  • Compare and contrast the frequentist and the Bayesian inference approaches

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

  • Basic knowledge about linear regression (#43)
  • Basic knowledge of Bayesian approach to probability

Data source/summary:

This comparison can be performed on a simulated data generated through sklearn.make_regression function.

(Optional) Further Links/Credits to Relevant Resources:

https://docs.pymc.io/