https://github.com/aqibsaeed/research-paper-categorization
Research paper classification using machine learning and NLP
https://github.com/aqibsaeed/research-paper-categorization
machine-learning nlp text-classification
Last synced: 9 months ago
JSON representation
Research paper classification using machine learning and NLP
- Host: GitHub
- URL: https://github.com/aqibsaeed/research-paper-categorization
- Owner: aqibsaeed
- License: apache-2.0
- Created: 2016-07-26T09:35:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T11:30:06.000Z (over 7 years ago)
- Last Synced: 2025-05-07T03:03:02.341Z (about 1 year ago)
- Topics: machine-learning, nlp, text-classification
- Language: Jupyter Notebook
- Homepage:
- Size: 74.2 KB
- Stars: 27
- Watchers: 3
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Research paper categorization
* Python notebook and dataset for the [blog post](http://aqibsaeed.github.io/2016-07-26-text-classification/).
* Make sure you have Python 2.7 and following libraries installed: scikit-learn (0.17), pandas, numpy, nltk and gensim. [Anaconda distribution](https://www.continuum.io/downloads) is recommended.