[08x11] What is Probabilistic Programming?

Sdílet
Vložit

Komentáře • 7

  • @maddisonmad2710
    @maddisonmad2710 Před rokem +2

    I love Turing.jl. Julia just feels nice to use. I wish it would really take off as a programming language.

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Před rokem +2

    Great material. Fascinating topic.

  • @cescalan9
    @cescalan9 Před rokem +4

    Gracias. Valoro los aportes de tu trabajo. Para mí, no son solo de código en Julia, sino de las ideas subyacentes. ¿Cómo se aborda con Julia y Turing.jl un modelo de causalidad con los desarrollos de Judea Pearl y su equipo?. Gracias de nuevo.

    • @doggodotjl
      @doggodotjl  Před rokem +3

      Esta es una pregunta interesante. Desafortunadamente, no estoy familiarizado con Causality de Judea Pearl, así que no intentaré responder a esta pregunta, ya que probablemente me equivoque.

  • @greencoder1594
    @greencoder1594 Před 5 měsíci

    'm not sure I get what probabilistic programming is. It appears to be a way to specify how to compute estimates of pdfs for given factual data and prior assumptions coded as pdfs using the bayesian method. I'd assume that this is something which someone would script using matlab or similar.
    It's more like formal language(s)/notations, specified to write down the model/systematic somebody uses/developed to process probabilistic data?
    Or are they ment to be run (compiled/interpreted) to act upon realtime data and output assumptions about the exterior for some robot to act upon?