Information Retrieval | Part 3 - Inverted Index

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

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

  • @SeanStamm
    @SeanStamm 4 года назад +10

    Looking forward to more of this series!!

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

    Hello Wes, I rarely log into youtube ; you are an exception... wanted to say enjoyed your videos a lot ...a big THANK YOU

  • @sonyantony8203
    @sonyantony8203 11 месяцев назад +1

    Helped me and my project. Thank you very much for putting this together.

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

    Hello Wes, Good series so far. For those who want a simplified approach, use sets and the functions of sets like Union and Interserction

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

      Boolean operations on sets are awesome

  • @shore2351
    @shore2351 5 месяцев назад

    very useful video, I hope these series can continue some day ...

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

    I am watching this series. and thank you for this videos. I am taking information retrieval course and this series helps me a lot. Keep going!!!

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

      Hi Perhat Meredow, thanks for the message! I will certainly keep going. Thanks for tuning in. Good luck!

  • @tarekbari3309
    @tarekbari3309 2 года назад +3

    Is it only 3 classes? Man, they are excellent courses !! Please let me know if there is a part 4 and so on...

  • @ASHISHSHARMA-yc2bx
    @ASHISHSHARMA-yc2bx 2 года назад +1

    Very nicely explained the inverted index model.

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

    Thanks a lot. Really good tutorial.

  • @mateolegovic3484
    @mateolegovic3484 Год назад +1

    When will part 4 be released?

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

    Thank a lot! Hope you create serries more.

  • @genghisda236
    @genghisda236 3 года назад +2

    how to take input if i have 1000 documents inside a folder ?

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

    Can you also share document? It would be really Great. Thank you!

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

    Hi really interesting and helpfull video. I would like to ask you if replacing the or_postings and and_postings functions with set union and intersection will decrease the performance.

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

      Hi Iraklis, I suspect the native set operations will be significantly faster than the example provided here using lists. After a quick test on two very small posting lists (10 elements), running the or_postings function took 4.82 µs ± 115 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each), while native or operator on sets took 1.17 µs ± 6.18 ns per loop (mean ± std. dev. of 7 runs, 1000000 loops each) after converting the lists to set types, which implement a hash table. The CPython source for set operations is in Python's Objects/setobject.c for additional reference

  • @meghananda942
    @meghananda942 3 года назад +2

    this is really helpful. Can you please upload similar videos for Vector space model, BM 25 and language model? Looking forward to them. Thanks

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

      Thanks Megha. I have notes on Okapi BM-25 and vector approaches, so I’ll try to get a recording done soon. Appreciate the suggestion! All the best

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

      yeah I totally agree, would be great to have vids on those topics

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

    Can you show the code in C# as I need it for a project delivery tomorrow for my final exam in college
    please ?

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

    Thanks sir, but I want to showing the document in Run (resulting in Or and And Function)

  • @rushibutley8477
    @rushibutley8477 3 года назад +2

    I have taken info nd data retrieval class this Fall. And look like you only gonna pass me 😛 in subject

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

      But looks like it’s only in 3 classes 😕

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

    thnks a lot

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

    Wes...Thank you. Too many ads.

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

    Looking forward to more of this series !!