PRESENTATION ON
CLASSIFICATION OF TEXT DOCUMENTS USING SPARSE
FEATURES
Under the guidance of
Mrs . Sandhya Reddy
By
[Link]
&
team-12
Outline of the
Presentation
INTRODUCTION
PROBLEM STATEMENT
OBJECTIVES
METHODOLOGY
CONCLUSION
INTRODUCTION
Even in today’s technological era most of the business is done
using documents and the amount of paper work involved will
vary from industry to industry.
Document classification is a process of assigning categories or
classes to documents to make them easier to
manage,search,filter or analyze.
It is an example of Natural Language Processing(NLP).
Document classification comes in handy to automatically sort
articles or texts and route them to a relevant team.
PROBLEM STATEMENT
CLASSIFICATION OF TEXT DOCUMENTS
USING SPARSE FEATURES
OBJECTIVES :
An approach to classify documents and the paragraphs within
the documents using text classifiers with Machine Learning
Algorithms
And other techniques.
This uses a TF-IDF-weighted documents-term sparse matrix to
encode
the features and demonstrate various classifiers that can
efficiently handle sparse matrices.
METHODOLOGY
Loading and vectorizing the 20 news group
text dataset
Analysis of a bag-of-words document
classifier
Model with metadata stripping
Benchmarking classifiers
Plot accuracy,training and test time of each
classifier
Findings
The domain we considered for the project is to look at the
documents from organisations rely on different ways to
collect,classify and store data to perform further analysis.
However,it’s highly impossible for human agents to
manage such large volumes data or documents.
It not only helps us in saving information but also helps us
find these documents whenever required. It applies
intelligent techniques such as Machine learning and Deep
Learning to classify documents automatically get these text
patterns and categorize the documents and the
corresponding paragraphs into the identified categories.
Conclusion
Machine learning and Natural Language Processing has
been doing wonders in many fields, we see first hand, how
it helped to reduce the manual effort and automated the
task of Document Classification. The solution is not only
fast, but also very accurate.
Because of the sensitive nature of data used in this
process. The code base is not available. I will rework the
codebase on some dummy data .