Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A Java desktop application (J2SE 5+Swing Application Framework) for automatic classification of documents against a given training set. It has been developed, and is packaged, as a Netbeans project. It uses the stemmers created with Snowball (http://snowball.tartarus.org, released under the BSD ... [More] license) for text pre-processing, TF-IDF or the Bhattacharrya distance to rank the documents of the training set to the query document, and the K-NN algorithm to classify it. As of now, it only supports the classification of news from the ANSA website (http://www.ansa.it - The Italian main news agency), but the program has a modular architecture, that allows it to be extended by writing plugins for scraping the content of other websites, or other types of documents (PDF, DOC, ODT, etc...). [Less]

0
 
  0 reviews  |  0 users  |  72,334 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

The goal of this project is to implement an efficient implementation of the k-NN algorithm on IBM's Cell processor. The k-nearest neighbor algorithm (k-NN) is a simple algorithm for machine learning. The algorithm projects objects to a multidimensional feature space. It then classifies objects ... [More] based on the closest (according to a distance metric) training examples in the feature space. An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common amongst its k nearest neighbors. To evaluate the performance of our implementation(s) we classify elements in the MNIST database, which consists of up to 60000 images of handwritten digits. [Less]

0
 
  0 reviews  |  0 users  |  6,647 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.