Goutham-R / Predict-Nature-of-News

Using NLP and Machine Learning to predict nature of news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict-Nature-of-News

Using NLP and Machine Learning to predict nature of news

Python Code that uses NLTK and Sci-kit Learn modules to categorise news using NLP and SVC

Required Dependencies:

  • Pandas : pip install pandas
  • Numpy : pip install numpy
  • NLTK : pip install nltk
  • Sci-Kit Learn : pip install sklearn

Dataset downloaded from https://www.kaggle.com/rohan9889/predict-news-category

About

Using NLP and Machine Learning to predict nature of news


Languages

Language:Jupyter Notebook 100.0%