Basic Keyword Clustering Example in Python

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • I created a Gist on GitHub here if you're interested in the code:
    gist.github.co...
    This video shows how to perform keyword grouping / keyword clustering in Python. Keyword clustering is an example of grouping keywords when the "correct" group is unknown.
    I know when I got started with clustering, I was really confused how to convert text to numbers needed for grouping with an algorithm.
    So, in this video, we'll go over a basic example of text clustering.
    I am thinking about making a course around this so if you're interested, let me know!

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

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

    Thanks for sharing, I was trying to understand how keyword clustering works and your way of explaining it step by step made it very obvious to me "for the first time", Thanks a million :)

  • @felipela2227
    @felipela2227 Год назад

    Thanks you. Your explanation is very good.

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

    Very helpful! now I just have to prepare my data in order to make them fit! Thank you!

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

    I don’t understand how you get from this to what you really need - which is the keyword list grouped into those sharing a stem

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

    Thank you.

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

    Enlightening

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

    Lol chillax

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

    dudeeeeeeeeeeeee I love it!!! How could i do this in spanish or other languages????

  • @coder_abhi
    @coder_abhi Год назад

    Does this model needs training