lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

add birch, a cluster algorithm, please!!!! #315

Open magictomagic opened 3 years ago

magictomagic commented 3 years ago

Problem

Environment

lebedov commented 3 years ago

Looks like someone implemented BIRCH in CUDA, but it doesn't seem they released any code at the time: https://dl.acm.org/doi/10.1007/978-3-642-41278-3_50

magictomagic commented 3 years ago

Looks like someone implemented BIRCH in CUDA, but it doesn't seem they released any code at the time: https://dl.acm.org/doi/10.1007/978-3-642-41278-3_50

Thank you. I have accomplished my training work on my little CPU. Found a rapid growing project https://github.com/rapidsai/cuml . May help offspings : )