matlab source code for text categorization in KNN
#2
The categorization of text (also called text classification) is the process of identifying the class to which a text document belongs. This article proposes to use a KNN algorithm of simple unweighted characteristics for the categorization of text. We propose to use a feature selection method that finds the characteristics relevant to the task of learning by hand using the feature interaction (based on word interdependencies). This will allow us to significantly reduce the number of selected features from which to learn, making our KNN algorithm applicable in contexts where both the volume of documents and the size of the vocabulary are high, such as with the World Wide Web. Therefore, the KNN algorithm we propose becomes efficient to classify text documents in that context (in terms of their predictability and interpretability), as demonstrated. Its simplicity (WRT its implementation and fine-tuning) becomes its main asset for in-the-field applications.Text categorization is the process of grouping text documents into one or more predefined categories based on their content. Several techniques of statistical classification and automatic learning have been applied to the categorization of text, including regression models, Bayesian classifiers, decision trees, closest neighbor classifiers, neural networks and support vector machines.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: categorization, text categorization based on regularized linear classification methods, matlab source code for text categorization in knn, text categorization feature selection, seminar topics based on knn query, text categorization matlab, matlab source code for text categorization in svm,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
matlab source code for text categorization in KNN - by Guest - 30-04-2015, 09:20 AM
RE: matlab source code for text categorization in KNN - by jaseela123d - 12-04-2017, 09:52 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
  free download source code of online college magazine 5 17,847 29-06-2018, 10:09 AM
Last Post: Guest
  how to calculate distance in heed protocol by using matlab 1 1,887 15-06-2018, 03:54 PM
Last Post: Guest
  opengl source code for butterfly 3 3,260 14-05-2018, 08:57 AM
Last Post: Akshatha k
  matlab code for incremental conductance mppt 1 1,426 02-05-2018, 02:28 PM
Last Post: eksi
  anomaly detection code in matlab 3 2,094 23-04-2018, 12:04 AM
Last Post: Guest
  ice cream parlour management system in vb source code 4 5,290 04-04-2018, 11:58 PM
Last Post: vprk77
  matlab code for liver tumor segmentation 2 1,585 01-04-2018, 06:29 PM
Last Post: [email protected]
  matlab code for vehicle tracking using unscented kalman filter 3 16,886 26-03-2018, 08:57 PM
Last Post: fodayj
  source code in php for online training and placement cell management 1 6,686 23-03-2018, 09:06 AM
Last Post: ritzi
  free download college website project in html with source code 2 4,622 24-02-2018, 10:46 AM
Last Post: Guest

Forum Jump: