Metadata-Version: 2.1
Name: kmeanstf
Version: 0.8.1
Summary: TensorFlow-based implementation of k-means, k-means++ and tunnel k-means. GPU-enabled.
Home-page: https://github.com/gittar/kmeanstf
Author: Bernd Fritzke
Author-email: fritzke@web.de
License: BSD 3-Clause License
Description: 
        # kmeanstf
        
        TensorFlow-based implementations of the following algorithms:
        
        * k-means with random initialization (Lloyd, 1982)
        * k-means++ (Arthur and Vassilvitskii, 2006)
        * tunnel k-means (Fritzke, to appear)
        
        Documentation: https://kmeanstf.readthedocs.io/en/latest/
        
        [logo]: https://raw.githubusercontent.com/gittar/kmeanstf/master/img/million_100.png "k-means++ example"
        
        Example of tunnel k-means at work:
        <br>
        <img src="https://raw.githubusercontent.com/gittar/kmeanstf/master/docs/source/img/tkmeans1.png" width="700">
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
