Mapping a deep Gaussian process

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024
  • Best viewed in HD. The colors show the location that each point in a grid is mapped to, after being mapped through a random smooth function drawn from a deep Gaussian process prior.
    The mapping starts without any distortion, then each layer is successively added to the mapping. By the end, there are 50 layers of warpings.

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

  • @ish694
    @ish694 3 года назад

    So if we had used a single standard GP, the mappings would have stopped at the 1st change/mapping itself right ?

    • @tookerjerbs
      @tookerjerbs  3 года назад +1

      Yes, the first mapping is just a function drawn from a single standard GP.

  • @nathangold573
    @nathangold573 10 лет назад

    This is very beautiful. How did you produce these images?

    • @tookerjerbs
      @tookerjerbs  10 лет назад +2

      Thanks! The code to produce these images is here:
      github.com/duvenaud/deep-limits/blob/master/source/deep_color_map_video.m
      As for what the colours mean, they are just a color-coding of the representation computed at each input location. The representation changes as more layers are added to the computation.

  • @ish694
    @ish694 3 года назад

    So if we had used a single standard GP, the mappings would have stopped at the 1st change/mapping itself right ?