MULTI CLASS CLASSIFICATION OF TEXT USING MACHINE LEARNING

Поділитися
Вставка
  • Опубліковано 11 жов 2024
  • Join whatsapp community for doubt solving ,job referrals : chat.whatsapp....
    Source code : github.com/aks...
    This video shows how to classify text into multiple classes using machine learning
    Dataset in JSON format : www.kaggle.com...
    Dataset in CSV format : github.com/aks...
    Other AI videos :
    Pyforest in python : • Pyforest Python librar...
    Topic modelling using LDA gensim : • Topic modelling using ...
    IPL data analysis using python : • IPL data analysis usin...
    Basics of gensim : • Gensim tutorial in hin...
    Lux library in python : • LUX LIBRARY | DATA VIS...
    Stanza library in python : • STANZA LIBRARY | NEW S...

КОМЕНТАРІ • 29

  • @aslearning4818
    @aslearning4818  3 роки тому

    Be a part of AI community with 120+ AI guys for job referral,doubt solving,healthy discussion,etc.
    bit.ly/3gubSbL

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

    Hi, nice video! Can you please show this problem statement after balancing the data ?

  • @swavijay
    @swavijay 3 роки тому

    Hi Akshay.. Awesome Video. I got almost all the concept cleared. One thing that I want to know is, you said that if we give any new data to the model, it should be able to classify based on the learning that it had done. Could you kindly let me know how to supply a new data to this model. Is it something already shown .. ? kindly let me know.

    • @aslearning4818
      @aslearning4818  3 роки тому +1

      1)Make a CSV of untested data.
      2)Read it using pandas.
      3)Apply the preprocessing as shown in video
      4)use model_obj.predict() function.

    • @swavijay
      @swavijay 3 роки тому

      @@aslearning4818 thanks AS Learning.. That works...

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

      @@aslearning4818 sir.. will u pls tell me .. that for testing purpose i mean how i will predict .. i have to run another jupyter file? Or where i will read the csv qnd predict by the function

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

    Just a question. Do we need to balance the dataset? Also don't we need Label encoder to encode the cusine data for logistic regression?

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

      We can balance it for better results but no need to label encode it as we are using TFIDF to numerize the text.

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

      @@aslearning4818 Is there any way of balancing the dataset other than SMOTE? This a text dataset.

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

    i have one question, can you please tell me how many filded in new file only descriptions or both same as yours, if I only provide descriptions then how i can create predicted results back to the CSV file?

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

      Create a df of the results and save it in csv

  • @shritidas6514
    @shritidas6514 3 роки тому

    Thanks for sharing this video. It's very informative!! I was searching for similar videos on text classification. Can you please share this code file?

    • @aslearning4818
      @aslearning4818  3 роки тому

      You must have got in my git hub repo

    • @aslearning4818
      @aslearning4818  3 роки тому +1

      And please share this video with interested crowd 😊

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

    Hi sir, have you made video on NLP to solve this ? If yes please share it

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

      Solve ,what . Could you tell more ?

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

      @@aslearning4818 , multi class classification was done using ML algorithms, In the video you have mentioned you will upload one more video on neural networks ,do you have video on that sir?

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

    The invite code for WhatsUp have been reset, I think because it was years ago. Hopin to get the new invite pls. New subscriber here, interested in your niche. Thanks for the knowledge.

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

    please, sir How I can read the MS access dataset using pandas, or anyway I can read the dataset from it?

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

    Hi sir ,
    I need urgent help from you on data science project i have been assigned . I have to apply document intelligence (classify text or clauses based on keyword entered by the user ) . I need one on one assistance from you

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

      Join here chat.whatsapp.com/Jmf1jKfd7nZLFNhmud29Ky

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

    Logistic work only for binary classification, without using softmax you can't do multi class. Can you explain that part please?

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

      You can use logistic for multi class also.In neural nets,you can not use logistic(sigmoid) as activation function for multi class.

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

      @@aslearning4818 got it.

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

    Is there a part two for this?