Information Retrieval | Part 2 - Term Document Matrix

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

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

  • @Senzi95
    @Senzi95 4 года назад +11

    Sorry to nitpick, but 3 * 10^2 is 300, not 30 GB.

    • @WesDoyle
      @WesDoyle  4 года назад +4

      oops, thanks!

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

      It is actually 3*10^2Gb (gigabits) which coincidentally translates to 37.5GB (close enough) :P

  • @quartz2844
    @quartz2844 4 года назад +4

    Your explanations are super clear! Thank you so much 😊

    • @WesDoyle
      @WesDoyle  4 года назад +2

      Glad to hear that! All the best

  • @harshmodi4770
    @harshmodi4770 2 года назад +1

    Good explanation, thank you 👍🏻👍🏻

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

    Hello. i have 1 question about this subject .i would be happy if you answer this question .Term-document matrices are not stored as 2D-arrays but as another structure. Why? what is alternative structure?

  • @maleehamhaider1901
    @maleehamhaider1901 2 года назад

    thanks, quite well explained

  • @jamesgoldman8188
    @jamesgoldman8188 2 года назад

    Great explanation thanks!
    But one qustion - What do we do about capital letter? for example:
    a : "The boy ran away"
    b : "Where is the boy"
    Does The and the are diffrent?

    • @WesDoyle
      @WesDoyle  2 года назад

      Good question, in many cases you’d preprocess to normalize by lowercasing. There are similar considerations with diacritics.

  • @hemanthkotagiri8865
    @hemanthkotagiri8865 4 года назад +1

    A quick suggestion wes: you can collaborate with Brad (Traversy Media) and create some cool content there as he's looking for content creators like you. I think your way of explaining any topic is very neat and concise.

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

    6:00 the minute of illumination

  • @OK-ri8eu
    @OK-ri8eu Год назад

    15:13 that list comprehension is a little bit complicated for my C++,java eyes