Text Classification With Python

Поділитися
Вставка

КОМЕНТАРІ • 47

  • @giantdutchviking
    @giantdutchviking 9 місяців тому

    Thanks for taking the time to make this vid. Been learning Python for a short while, although I didnt understand all, it gave a good insight what machine learning does. Doesnt sound so "scary" anymore

  • @lukajozic9768
    @lukajozic9768 3 роки тому +14

    Nice! There is however a function in the sklearn library called train_test_split I believe, that does exactly what your get_splits function does. Also, it would be helpful if you submitted the code in the description. Good video and great explanations!

  • @rabbilbhuiyan5666
    @rabbilbhuiyan5666 2 роки тому

    Excellent video and demonstration for text analysis. Thank you very much Sir !

  • @pujanrajrai4930
    @pujanrajrai4930 2 роки тому +1

    thank you very much sir for this lecture
    this really helped me a lot
    hoping to see more content on machine learning

  • @anirbanghose8647
    @anirbanghose8647 Рік тому +1

    loved it. it made a complete sense. thanks.

  • @Arrato1977
    @Arrato1977 2 роки тому

    Explained super easy ! Thank you !

  • @andonij
    @andonij 7 місяців тому

    Thank you so much Richard. You make my sunday with this explanation, excellent video.

  • @bongimaposa
    @bongimaposa Рік тому

    Wonderful! Thank you so much - detailed and I could follow.

  • @LeomarOsorio
    @LeomarOsorio 2 роки тому

    Thank you for this tutorial. This is a good walkthrough.

  • @amanichouk8967
    @amanichouk8967 Рік тому

    Thank you so much this is amazing and so structured

  • @PD-qg2fo
    @PD-qg2fo Рік тому

    Thank you so much sir. I was looking for this kind of tutorial..

  • @InnocenceVVX
    @InnocenceVVX 11 місяців тому

    This is very cool, thank you

  • @chrisphayao
    @chrisphayao 20 днів тому

    Thanks for clear explanation - only the wild clicking around is very confusing, maybe consider to go step by step through a code without clicking around, thank you

  • @hggaming911
    @hggaming911 2 роки тому

    Awesome simple and clean code. Please can we have link to download the code?

  • @fathersonduo
    @fathersonduo Рік тому

    Please make more videos!!

  • @StanleyDenman
    @StanleyDenman 2 роки тому

    Your video seems to be right on point as to what I want to do, but I am very confused. I am confused about the learning model aspect. If I want to just create hard rules for text classification, I do not need the data set training, right?

  • @JiminPark-ld2xx
    @JiminPark-ld2xx 2 роки тому

    Does anyone use excel or csv data to work with text classification. Or should I create these .txt file for each and every row of my data?

  • @slushys9919
    @slushys9919 5 місяців тому

    what are the pkl and txt files for? and are they needed for the code to function?

  • @lunabaalbaki3169
    @lunabaalbaki3169 2 роки тому

    Hey, thank you for the tutorial it's very helpful. Can you share your code?

  • @mikiyasassefakassa9136
    @mikiyasassefakassa9136 2 роки тому

    mr i have aquation how you prepare dataset for text news classification in document level

  • @learner3585
    @learner3585 2 роки тому

    Very good tutorial with good explanation. I was able to follow along and also able to run the whole program while watching the video. Thanks.

    • @doloresdizon7685
      @doloresdizon7685 2 роки тому

      I am having trouble, Can you please help me :(

  • @tonygarner4136
    @tonygarner4136 Рік тому

    H - great video and it worked!! How would I asses a score the accuracy of the final step, classifying some new text?

    • @agradel100
      @agradel100 Рік тому

      have you found out how to do it?

  • @niteshsneha
    @niteshsneha 9 місяців тому +1

    Can you please share the github link for source code?

  • @mohamedsidhoum6835
    @mohamedsidhoum6835 Рік тому

    thank you for this video , form where i can get the source code please ?

  • @ikennanwankwo7448
    @ikennanwankwo7448 Рік тому

    Hello thank you for your video but the "create_data_set" function does not work if there are varying multiple files(.txt, .doc, .bin etc) in the subfolder. The Data.txt file output is empty (hence nothing is written to the data.txt file)

    • @ikennanwankwo7448
      @ikennanwankwo7448 Рік тому

      I just want it to write only the .txt files to the data.txt file(All the .txt files in the subfolders have the same file name if that helps)

  • @walidbenaouda8935
    @walidbenaouda8935 2 роки тому

    can i get the code ?

  • @viane123456
    @viane123456 Рік тому

    I have a text file in which I have many lines
    i want to classify each lines how can i do it?

  • @rajm5349
    @rajm5349 3 місяці тому

    can i get this coding

  • @master2wia536
    @master2wia536 Рік тому

    can you send me the code

  • @affectionlifeaffliction
    @affectionlifeaffliction 6 місяців тому

    nothing works in jupyter notebook

  • @chrissonntag9
    @chrissonntag9 9 місяців тому

    I cannot find the source code or the data source :-( so not useful for me

  • @bibichbicha687
    @bibichbicha687 Рік тому

    Can i get the code ,please sir?

  • @yongxing1848
    @yongxing1848 Рік тому

    where is the code for this

    • @vedantvashishth989
      @vedantvashishth989 Рік тому

      Were you able to find it.
      If yes please send me the link.

    • @yongxing1848
      @yongxing1848 Рік тому +1

      @@vedantvashishth989 I re-write everything that he has put up

  • @timhn4010
    @timhn4010 2 роки тому +4

    The dataset: www.kaggle.com/pariza/bbc-news-summary

  • @naughtychohan7956
    @naughtychohan7956 2 роки тому

    can i get this code?