[08x11] What is Probabilistic Programming?

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 7

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Год назад +2

    Great material. Fascinating topic.

  • @maddisonmad2710
    @maddisonmad2710 Год назад +2

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

  • @cescalan9
    @cescalan9 Год назад +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  Год назад +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 8 месяцев назад

    '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?