Tag: research

NMRate – Browser-based Medical Image Rating System

NMRate – Browser-based Medical Image Rating System

A special order from friends at LREN prompted me to prepare this streamlined version (in fact – a rewrite) of an old tool – crowdseg. crowdseg was never publicly released but was used as part of the works on the following paper: Lorio, S., Fresard, S., Adaszewski, S., Kherif, F., […]

Constrained K-Means implementation in Python

The following is just a Python implementation of the algorithm described in the following paper: Bradley PS, Bennett KP, Demiriz A (2000) Constrained K-Means Clustering. Microsoft Research. Available: http://research.microsoft.com/pubs/69796/tr-2000-65.pdf To cut the long story short, this algorithm allows to execute K-Means with a user-defined minimum number of points belonging to […]