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

Поделиться
HTML-код
  • Опубликовано: 6 мар 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

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

  • @GeeksforGeeksVideos
    @GeeksforGeeksVideos  4 месяца назад +3

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

    • @harshavardhan9774
      @harshavardhan9774 3 месяца назад +1

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

    • @KalpitaRoy-ef2uf
      @KalpitaRoy-ef2uf 3 месяца назад +1

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

  • @amishasrivastav7237
    @amishasrivastav7237 4 месяца назад

    which ML model/algortihm you used ?

  • @adithyana4902
    @adithyana4902 6 дней назад +1

    Can i use this algorithm to detect malicious links

  • @faisalhasan7009
    @faisalhasan7009 3 месяца назад

    in def_manual_testing it shows gbc and rfc are not defined

  • @ABHIPSABANIK
    @ABHIPSABANIK Месяц назад +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

  • @DIVYANSHVERMA-sr7ne
    @DIVYANSHVERMA-sr7ne 2 месяца назад +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

  • @fransis_24
    @fransis_24 4 месяца назад +1

    Great sir, easy to understand 🙏🏻

  • @nitinkaplas1532
    @nitinkaplas1532 4 месяца назад +1

    Great sir, way of explanation is very nice👌

  • @nikhilajimmichan2192
    @nikhilajimmichan2192 3 месяца назад +1

    File not found error 😕

  • @pavankumar12121
    @pavankumar12121 4 месяца назад +1

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

  • @namithakrishnakumar362
    @namithakrishnakumar362 3 месяца назад

    Sir can you send the link for the code

  • @Anil1194
    @Anil1194 12 дней назад

    in dataset not given labels

  • @nimishamavar5262
    @nimishamavar5262 3 месяца назад

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

  • @KalpitaRoy-ef2uf
    @KalpitaRoy-ef2uf 3 месяца назад

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

    • @Tonyan_Vince
      @Tonyan_Vince 2 месяца назад

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

  • @harshavardhan9774
    @harshavardhan9774 3 месяца назад +1

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

    • @sarthakkuwar3027
      @sarthakkuwar3027 3 месяца назад +1

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

    • @harshavardhan9774
      @harshavardhan9774 3 месяца назад +1

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

    • @ABHIPSABANIK
      @ABHIPSABANIK Месяц назад +1

      @@harshavardhan9774 did u find soln to it??

    • @harshavardhan9774
      @harshavardhan9774 Месяц назад

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

  • @KalpitaRoy-ef2uf
    @KalpitaRoy-ef2uf 3 месяца назад

    classification_report() isnt defined, help fixing it.

    • @sarthakkuwar3027
      @sarthakkuwar3027 3 месяца назад

      from sklearn.metrics import accuracy_score, classification_report
      add this

    • @GirlJay
      @GirlJay 2 месяца назад

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

    • @RAMULAYASHASWI
      @RAMULAYASHASWI 2 месяца назад

      import classification_report from sklearn.metrics

    • @muralicj9347
      @muralicj9347 2 месяца назад

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

    • @KalpitaRoy-ef2uf
      @KalpitaRoy-ef2uf 2 месяца назад

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

  • @solankiritik1274
    @solankiritik1274 4 месяца назад

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

    • @akanksha9873
      @akanksha9873 4 месяца назад

      Is it get resolved

    • @solankiritik1274
      @solankiritik1274 4 месяца назад

      @@akanksha9873 not yet actually there is problem in models functions

    • @AleeshaToms
      @AleeshaToms 3 месяца назад

      can you send the link for the code

    • @seekgamersproductions7291
      @seekgamersproductions7291 16 дней назад

      @@solankiritik1274 did you got the solution?

  • @ChandraShekarYadav-qp8pz
    @ChandraShekarYadav-qp8pz 3 дня назад

    develop brain tumor detection project using cnn

  • @pratulgoyal3046
    @pratulgoyal3046 4 месяца назад +1

    Nice one

  • @nikhilajimmichan2192
    @nikhilajimmichan2192 3 месяца назад

    File not found error 😕