An open API service indexing awesome lists of open source software.

https://github.com/sadit/knearestcenters.jl

Classification algorithms based on kernel nearest centers
https://github.com/sadit/knearestcenters.jl

Last synced: 3 months ago
JSON representation

Classification algorithms based on kernel nearest centers

Awesome Lists containing this project

README

        

# KNearestCenters

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://sadit.github.io/KNearestCenters.jl/dev/)
[![Build Status](https://github.com/sadit/KNearestCenters.jl/workflows/CI/badge.svg)](https://github.com/sadit/KNearestCenters.jl/actions)
[![Coverage](https://codecov.io/gh/sadit/KNearestCenters.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/sadit/KNearestCenters.jl)

This reposity contains classification algorithms based on prototype selection and feature mapping through kernel functions. It uses ensembling and model selection to improve the classification performance.