|
Project Information
|
In a nutshellOptimal Naive Bayes Nearest Neighbors (oNBNN) is a machine learning algorithm for the classification of objects that come under the form of one or multiple sets of multi-dimensional points. It was designed to be applied to automated image classification, but can also be employed in a variety of contexts, such as text and sound classification. We provide here a C++ implementation of the main bricks of the algorithm. References
If you decide to make use of our code for research work, please use the following bibtex reference: @inproceedings{optimal_NBNN_ECCV2010,
author = {Behmo, Régis and Marcombes, Paul and Dalalyan, Arnak and Prinet, Véronique},
title = {Towards Optimal Naive Bayes Nearest Neighbors},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2010}
}AcknowledgementsThis research work is the result of a collaboration between the following authors:
As such, this work was supported by several grants and institutions, including: the French National Institute for Automation and Computer Science (INRIA) and the Chinese Ministry of Science and Technology. |