Chris Fonnesbeck: An introduction to Markov Chain Monte Carlo using PyMC3 | PyData London 2019

Sdílet
Vložit
  • čas přidán 17. 07. 2024
  • Repo - github.com/fonnesbeck/mcmc_py...
    Markov chain Monte Carlo (MCMC) is the most common approach for performing Bayesian data analysis. MCMC is a general class of algorithms that uses simulation to estimate a variety of statistical models. This tutorial will introduce users how to use MCMC for fitting statistical models using PyMC3, a Python package for probabilistic programming.
    www.pydata.org
    PyData is an educational program of NumFOCUS, a 501(c)3 non-profit organization in the United States. PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization. PyData communities approach data science using many languages, including (but not limited to) Python, Julia, and R.
    PyData conferences aim to be accessible and community-driven, with novice to advanced level presentations. PyData tutorials and talks bring attendees the latest project features along with cutting-edge use cases. 00:00 Welcome!
    00:10 Help us add time stamps or captions to this video! See the description for details.
    Want to help add timestamps to our CZcams videos to help with discoverability? Find out more here: github.com/numfocus/CZcamsVi...
  • Věda a technologie

Komentáře • 2

  • @stepkurniawan
    @stepkurniawan Před 2 lety +7

    1:47 I. Introduction to PYMC
    11:13 Case Study: Radon contamination
    21:53 Prediction
    22:48 Model Checking
    24:10 Prior Sensitivity
    25:29 II. Markov Chain Monte Carlo
    31:19 Metropolis-Hastings
    33:38 Random-walk Metropolis Hastings
    34:36 Example: Linear Regression
    39:37 Auto-tuning Metropolis-Hastings
    41:31 Hamiltonian Monte Carlo
    44:35 Simulting Hamiltonian Dynamics
    51:28 III. Building Models in PyMC
    52:46 Example: Coal Mining Disaster
    56:21 The FreeRV class
    59:06 Manual probability distribution
    1:00:51 The Observed RV
    Appreciate your video! Thank you!

  • @vinayramasahayam2410
    @vinayramasahayam2410 Před 2 lety

    00:00 Introduction to PYMC
    26:00 MCMC