首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 在STI的CELL处理器的K-NN算法的实现。

在STI的CELL处理器的K-NN算法的实现。

  • 资源大小:1.12 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 knn cell sti 实现 处理器

资 源 简 介

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 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.
VIP VIP
0.186835s