├── Customer in Mall clusterng ├── Mall_Customers.csv ├── README.md ├── customer_clustering.ipynb ├── kmeans.R └── kmeans_numpy_improved.py ├── README.md ├── Titanic Kaggle Clustering ├── README.md ├── kmeans_numpy.py ├── titanic.csv └── titanic_clustering.ipynb └── algorithms_custom ├── kmeans_numpy.py └── kmeans_numpy_improved.py /Customer in Mall clusterng/Mall_Customers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Customer in Mall clusterng/Mall_Customers.csv -------------------------------------------------------------------------------- /Customer in Mall clusterng/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Customer in Mall clusterng/README.md -------------------------------------------------------------------------------- /Customer in Mall clusterng/customer_clustering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Customer in Mall clusterng/customer_clustering.ipynb -------------------------------------------------------------------------------- /Customer in Mall clusterng/kmeans.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Customer in Mall clusterng/kmeans.R -------------------------------------------------------------------------------- /Customer in Mall clusterng/kmeans_numpy_improved.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Customer in Mall clusterng/kmeans_numpy_improved.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/README.md -------------------------------------------------------------------------------- /Titanic Kaggle Clustering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Titanic Kaggle Clustering/README.md -------------------------------------------------------------------------------- /Titanic Kaggle Clustering/kmeans_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Titanic Kaggle Clustering/kmeans_numpy.py -------------------------------------------------------------------------------- /Titanic Kaggle Clustering/titanic.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Titanic Kaggle Clustering/titanic.csv -------------------------------------------------------------------------------- /Titanic Kaggle Clustering/titanic_clustering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/Titanic Kaggle Clustering/titanic_clustering.ipynb -------------------------------------------------------------------------------- /algorithms_custom/kmeans_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/algorithms_custom/kmeans_numpy.py -------------------------------------------------------------------------------- /algorithms_custom/kmeans_numpy_improved.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucko515/clustering-python/HEAD/algorithms_custom/kmeans_numpy_improved.py --------------------------------------------------------------------------------