Map&Models - Lecture 08- Self Organizing Maps

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • In this lecture, in the theory part, we give a concise explanation of what is a Self Organizing Map algorithm (SOM), how it works, and how to use it. We continue by introducing some examples with different modalities of data. And last we show how important is the encoding (numerical vectors) of the data to have a final result with SOM -emphasizing that depending on your interest, the SOM organizes the data.
    In the coding part, we build from scratch a Self Organizing Map algorithm and show one application with images. We continue with the implementation of SOM in our experiment. Here we explained step by step the code, to finally achieve a SOM with your crawled data.

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

  • @lindaflow5434
    @lindaflow5434 5 หลายเดือนก่อน

    thanks for sharing this lecture! :)

  • @MuhammadEbrahim9602
    @MuhammadEbrahim9602 5 หลายเดือนก่อน +1

    Where to access code?

  • @possoliessowe8139
    @possoliessowe8139 2 ปีที่แล้ว +1

    pouvez vous nous envoyer le code final?

  • @Jkauppa
    @Jkauppa 2 ปีที่แล้ว

    whats this different from pca or linear regression, more like pca

    • @Jkauppa
      @Jkauppa 2 ปีที่แล้ว

      are you trying to project the data to a lower dimension space, like 2d, with space warping clustering

    • @Jkauppa
      @Jkauppa 2 ปีที่แล้ว

      you are solving a data compression pca algorithm

    • @Jkauppa
      @Jkauppa 2 ปีที่แล้ว

      you did not do anything