Christopher Fonnesbeck Probabilistic Programming with PyMC3 PyCon 2017

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 5

  • @MarkJay
    @MarkJay 6 ปีที่แล้ว

    Great talk. A bit over my head so I've got some work to do

  • @inspectahblock1506
    @inspectahblock1506 6 ปีที่แล้ว +1

    great talk, thank you

  • @EvanZamir
    @EvanZamir 7 ปีที่แล้ว

    Probably not the best place to ask this, but I've recently come across Edward from David Blei's group. It has a Python API and is built on top of TensorFlow. Wondering how does it compare to PyMC3?

    • @CharlesLao
      @CharlesLao 7 ปีที่แล้ว

      Edward is more focus on variational inference, and the inference of neural network and deep learning (e.g., it has some specific inference algorithm for GAN), PyMC3 is closer to Stan as a more general tool for building probabilistic models.
      Both PyMC3 and Edward are still rapidly developing and changing so this might change in the future.