FAKE NEWS DETECTION Using MACHINE LEARNING | Machine Learning Projects | GeeksforGeeks

Sdílet
Vložit
  • čas přidán 6. 03. 2024
  • Welcome to our Machine Learning Project Series! 📊🔍 Join us as we dive into the realm of media integrity, focusing on the crucial task of Fake News Detection using Machine Learning techniques.
    Drawing from two distinct datasets sourced from Kaggle-one containing fake news and the other comprising genuine news-we navigate through the complex landscape of data preprocessing and feature engineering. With the aid of TF-IDF to unravel word weightage and regex functions to refine our dataset, we lay a solid foundation for our predictive model.
    Join us as we explore a myriad of classification algorithms, including Logistic Regression, Decision Tree Classifier, and Random Forest Classifier, each offering unique insights into the authenticity of news articles.
    📖 Related Article: www.geeksforgeeks.org/fake-ne...
    📄 News Datasets: github.com/ChitranjanUpadhaya...
    -------------------------------------------------------------------------
    🔴 More Machine Learning Projects: • Machine Learning Projects
    🔴 Heart Disease Prediction using Machine Learning: • HEART DISEASE DETECTIO...
    🔴 Data Science Projects made easy with Colab AI: • DATA SCIENCE PROJECTS ...
    -------------------------------------------------------------------------
    📚 Explore Our Courses: practice.geeksforgeeks.org/co...
    -------------------------------------------------------------------------
    Follow us for more fun, knowledge and resources:
    💬 Twitter- / geeksforgeeks
    🧑‍💼 LinkedIn- / geeksforgeeks
    📷 Instagram- geeks_for_g...
    💌 Telegram- t.me/s/geeksforgeeks_official
    📱 Download GeeksforGeeks' Official App: geeksforgeeksapp.page.link/gf...
    Related Queries:
    Fake news detection using machine learning
    machine learning algorithms for fake news detection
    fake news detection
    how to determine fake news
    machine learning projects
    fake news detection machine learning project
    fake news detection using logistic regression
    fake news detection using ml
    ML projects
    fake news detection project
    #fakenews #fakenewsprediction #FakeNewsusingML #fakenewsusingmachinelearning #mlprojects #machinelearning #geeksforgeeks #gfg #gfgmachinelearning #machinelearningprojects

Komentáře • 41

  • @GeeksforGeeksVideos
    @GeeksforGeeksVideos  Před 4 měsíci +3

    📄 News Datasets: github.com/ChitranjanUpadhayay/ML_Projects/tree/main/Datasets/Fake%20News

    • @harshavardhan9774
      @harshavardhan9774 Před 3 měsíci +1

      pred_lr = Lr.predict(xv_test)
      This part of code isn't working properly, it shows errors
      Any solution?

    • @KalpitaRoy-ef2uf
      @KalpitaRoy-ef2uf Před 3 měsíci +1

      ParserError: Error tokenizing data. C error: EOF inside string starting at row 1220
      Plz help me to fix this error

  • @fransis_24
    @fransis_24 Před 4 měsíci +1

    Great sir, easy to understand 🙏🏻

  • @nitinkaplas1532
    @nitinkaplas1532 Před 4 měsíci +1

    Great sir, way of explanation is very nice👌

  • @pavankumar12121
    @pavankumar12121 Před 4 měsíci +1

    sir good content easy to understand and sir try to make end to end project

  • @DIVYANSHVERMA-sr7ne
    @DIVYANSHVERMA-sr7ne Před 2 měsíci +2

    the models not accurate
    the article you used is genuine news
    i searched it
    this model is showing fake news for any article except for the one in the true dataset, i tried it

  • @adithyana4902
    @adithyana4902 Před 11 dny +1

    Can i use this algorithm to detect malicious links

  • @amishasrivastav7237
    @amishasrivastav7237 Před 4 měsíci

    which ML model/algortihm you used ?

  • @ABHIPSABANIK
    @ABHIPSABANIK Před měsícem +1

    in pred_lr= LR.predict(xv_test) i am getting value error:The error message "ValueError: X has 110701 features, but LogisticRegression is expecting 174139 features as input." indicates that the number of features in your test data (xv_test) does not match the number of features the model was trained on
    can somebody tell the solution to it

  • @nimishamavar5262
    @nimishamavar5262 Před 3 měsíci

    Thank You so much😊
    Sir can you make it in more deep to detect real world fake news and how to freely deploy it

  • @faisalhasan7009
    @faisalhasan7009 Před 3 měsíci

    in def_manual_testing it shows gbc and rfc are not defined

  • @nikhilajimmichan2192
    @nikhilajimmichan2192 Před 3 měsíci +1

    File not found error 😕

  • @Anil1194
    @Anil1194 Před 16 dny

    in dataset not given labels

  • @harshavardhan9774
    @harshavardhan9774 Před 3 měsíci +1

    pred_lr = Lr.predict(xv_test)
    This part of code isn't working properly, it shows errors

    • @sarthakkuwar3027
      @sarthakkuwar3027 Před 3 měsíci +1

      make sure news.drop(['title','subject','date'],axis=1) has run correctly

    • @harshavardhan9774
      @harshavardhan9774 Před 3 měsíci +1

      @@sarthakkuwar3027 It runs correctly but it still shows the error..

    • @ABHIPSABANIK
      @ABHIPSABANIK Před měsícem +1

      @@harshavardhan9774 did u find soln to it??

    • @harshavardhan9774
      @harshavardhan9774 Před měsícem

      @@ABHIPSABANIK It still shows the same kind of error..

  • @KalpitaRoy-ef2uf
    @KalpitaRoy-ef2uf Před 3 měsíci

    ParserError: Error tokenizing data. C error: EOF inside string starting at row 1220
    Plz help me to fix this error

    • @Tonyan_Vince
      @Tonyan_Vince Před 2 měsíci

      Try using (on_bad_lines = 'skip', quoting=0)

  • @pratulgoyal3046
    @pratulgoyal3046 Před 4 měsíci +1

    Nice one

  • @solankiritik1274
    @solankiritik1274 Před 4 měsíci

    I'm getting error in last line : Manual_testing is not defined
    All the codes are proper and well written

  • @namithakrishnakumar362
    @namithakrishnakumar362 Před 3 měsíci

    Sir can you send the link for the code

  • @KalpitaRoy-ef2uf
    @KalpitaRoy-ef2uf Před 3 měsíci

    classification_report() isnt defined, help fixing it.

    • @sarthakkuwar3027
      @sarthakkuwar3027 Před 3 měsíci

      from sklearn.metrics import accuracy_score, classification_report
      add this

    • @GirlJay
      @GirlJay Před 3 měsíci

      im trying to figure the same thing out, can you help me if you figured it out

    • @RAMULAYASHASWI
      @RAMULAYASHASWI Před 2 měsíci

      import classification_report from sklearn.metrics

    • @muralicj9347
      @muralicj9347 Před 2 měsíci

      same issue i too want that classification report can some one help on this

    • @KalpitaRoy-ef2uf
      @KalpitaRoy-ef2uf Před 2 měsíci

      @@muralicj9347 yeah i used the library on this code block again

  • @ChandraShekarYadav-qp8pz

    develop brain tumor detection project using cnn

  • @nikhilajimmichan2192
    @nikhilajimmichan2192 Před 3 měsíci

    File not found error 😕