KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gkmeans
★ 11
Open GitHub ↗
kmeans implementation
Download README (.md)
Explore Similar Repositories
hereComesTheSun
:
a generative experiment to celebrate the global beatles day, june 25th
OsuMultiTool
:
No description available.
surge-client
:
Client for Surge socket server written in JS. To be used with web browsers and nodejs servers
hfeed2atom
:
Python functions to convert a h-feed to Atom 1.0
flask-sqlalchemy-blogger-example
:
Blog Application using Falsk and sqlalchemy
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gkmeans
?
Download (.md)
#GKMeans GPU-accelerated k-Means clustering ###Compile ``` git clone --recursive https://github.com/yjxiong/gkmeans cd gkmeans mkdir build && cd build cmake .. make -j ``` ###Example See [The KMeans Sample](https://github.com/yjxiong/gkmeans/tree/master/examples/kmeans) **Note** This project uses row-major memory layout