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

https://github.com/caselles/entropic_affinities

A sparsification method for graph-based clustering and semi-supervised learning tasks, implemented on Python.
https://github.com/caselles/entropic_affinities

Last synced: 21 days ago
JSON representation

A sparsification method for graph-based clustering and semi-supervised learning tasks, implemented on Python.

Awesome Lists containing this project

README

          

# Entropic affinities

Author : Hugo Caselles-Dupré

Disclaimer : several syntax errors can exist in the code. Use it wisely.

---------------------------------------
A sparsification method for graph-based clustering and semi-supervised learning tasks.
---------------------------------------

In this directory you can find a Jupyter Notebook with the implementation of Entropic Affinities, following this article : http://jmlr.org/proceedings/papers/v28/vladymyrov13.pdf.

Entropic affinities is a method to automatically tune the bandwith of each data point when creating a sparse graph on a data set, with a kernel-based method. Here, the implementation uses the Gaussian kernel.

------------------------------------------

If you have any questions : casellesdupre.hugo@gmail.com.