All Projects → pforemski → gouda

pforemski / gouda

Licence: GPL-3.0 license
Golang Utilities for Data Analysis

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gouda

text clustering
文本聚类(Kmeans、DBSCAN、LDA、Single-pass)
Stars: ✭ 230 (+1177.78%)
Mutual labels:  clustering, kmeans, dbscan
ClusterAnalysis.jl
Cluster Algorithms from Scratch with Julia Lang. (K-Means and DBSCAN)
Stars: ✭ 22 (+22.22%)
Mutual labels:  clustering, dbscan
point-cloud-clusters
A catkin workspace in ROS which uses DBSCAN to identify which points in a point cloud belong to the same object.
Stars: ✭ 43 (+138.89%)
Mutual labels:  clustering, dbscan
kmeans
K-Means clustering
Stars: ✭ 51 (+183.33%)
Mutual labels:  clustering, kmeans
kmeans-dbscan-tutorial
A clustering tutorial with scikit-learn for beginners.
Stars: ✭ 20 (+11.11%)
Mutual labels:  kmeans, dbscan
AnnA Anki neuronal Appendix
Using machine learning on your anki collection to enhance the scheduling via semantic clustering and semantic similarity
Stars: ✭ 39 (+116.67%)
Mutual labels:  clustering, kmeans
kmeans
A simple implementation of K-means (and Bisecting K-means) clustering algorithm in Python
Stars: ✭ 18 (+0%)
Mutual labels:  clustering, kmeans
Feature-Engineering-for-Fraud-Detection
Implementation of feature engineering from Feature engineering strategies for credit card fraud
Stars: ✭ 31 (+72.22%)
Mutual labels:  kmeans, dbscan
hpdbscan
Highly parallel DBSCAN (HPDBSCAN)
Stars: ✭ 19 (+5.56%)
Mutual labels:  clustering, dbscan
Clustering-in-Python
Clustering methods in Machine Learning includes both theory and python code of each algorithm. Algorithms include K Mean, K Mode, Hierarchical, DB Scan and Gaussian Mixture Model GMM. Interview questions on clustering are also added in the end.
Stars: ✭ 27 (+50%)
Mutual labels:  clustering, dbscan
Kdd2019 k Multiple Means
Implementation for the paper "K-Multiple-Means: A Multiple-Means Clustering Method with Specified K Clusters,", which has been accepted by KDD'2019 as an ORAL paper, in the Research Track.
Stars: ✭ 45 (+150%)
Mutual labels:  clustering, kmeans
dbscan
DBSCAN Clustering Algorithm C# Implementation
Stars: ✭ 38 (+111.11%)
Mutual labels:  clustering, dbscan
dbscan-python
[New Version] Theoretically Efficient and Practical Parallel DBSCAN
Stars: ✭ 18 (+0%)
Mutual labels:  clustering, dbscan
DBSCAN
c++ implementation of clustering by DBSCAN
Stars: ✭ 89 (+394.44%)
Mutual labels:  clustering, dbscan
clustering-python
Different clustering approaches applied on different problemsets
Stars: ✭ 36 (+100%)
Mutual labels:  clustering, kmeans
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (+183.33%)
Mutual labels:  dbscan
scikit-cmeans
Flexible, extensible fuzzy c-means clustering in python.
Stars: ✭ 18 (+0%)
Mutual labels:  clustering
enspara
Modeling molecular ensembles with scalable data structures and parallel computing
Stars: ✭ 28 (+55.56%)
Mutual labels:  clustering
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (+83.33%)
Mutual labels:  clustering
FSDA
Flexible Statistics and Data Analysis (FSDA) extends MATLAB for a robust analysis of data sets affected by different sources of heterogeneity. It is open source software licensed under the European Union Public Licence (EUPL). FSDA is a joint project by the University of Parma and the Joint Research Centre of the European Commission.
Stars: ✭ 53 (+194.44%)
Mutual labels:  clustering

Gouda: Golang Utilities for Data Analysis

A collection of Golang libraries implementing various techniques for data analysis, including machine learning.

To install:

go get github.com/pforemski/gouda

This is work in progress. Expect breaking changes. Embrace for impact.

Features

Currently, it includes the following modules:

Documentation

API documentation:

  • See godoc.org for the root of API documentation. Navigate to module directories for detailed information.

More documentation & some examples available in the README files of each module:

Author

Copyright (C) 2018 by Pawel Foremski, @pforemski.

Licensed under GNU GPL v3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].