Java Application with KNN Algorithm, with database connection KNN algortihma is one methode of claasification, with euclidean distance approaches. in this application will classification about Good or Bad ..... Java DevelopJava
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as KNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through... AI-NN-PRJava
KNN and BP algorithm. Enter a series of sample values, for training and classification. Source is to achieve the two classifiers have been debugging through... AI-NN-PRVisual C++
ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes, KNN... Mathimatics-Numerical algorithmsC++
K-nearest neighbor classifier (k-NN) is a nonparametric approach for classification. It does not require the priori knowledge such as priori probabilities and the conditional probabilities. It operates directly towards the samples and is categorized as an instance-based classification method.... Compiler programBorland C++ Builder