News

Isolation Forest detects anomalies by isolating observations. It builds binary trees (called iTrees) by recursively ...
This paper presents an open-source implementation of PL-kNN, a parameterless version of the k-Nearest Neighbors algorithm. The proposed model, developed in Python 3.6, was designed to avoid the choice ...
This work aims to compare two different Feature Extraction Algorithms (FEAs) viz. Principal Component Analysis (PCA) and Linear Discriminant Analysis (LDA), using a K-Nearest Neighbor (KNN) classifier ...
This project aims to build a complete pattern recognition system to solve classification problems using the k-Nearest Neighbors (KNN) algorithm. To classify chest X-ray images into three categories: ...
The new KNN algorithm is applied in two experiments through python. The result shows that the efficiency of the new KNN algorithm is improved greatly under certain situations and its accuracy also has ...
This paper aims to evaluate the performance of multiple non-linear regression techniques, such as support-vector regression (SVR), k-nearest neighbor (KNN), Random Forest Regressor, Gradient Boosting, ...
Abstract In this paper, sixty-eight research articles published between 2000 and 2017 as well as textbooks which employed four classification algorithms: K-Nearest-Neighbor (KNN), Support Vector ...