分類匯總GoLang中的機器學習庫
根據不同的算法和方法分門別類收集了GoLang的機器學習資源庫列表。
-
Generalized Machine Learning Libraries:
</li>-
GoML - https://github.com/cdipaolo/goml - On-line Machine Learning in Go that includes libraries for Generalized Linear Models (Linear Regression, Logistic Regression etc), Perceptron, Clustering (K Means, K Nearest Neibhours...) & Text Classification (Multinomial & term frequency...)
</li> -
Machine Learning libraries for Go Lang : https://github.com/alonsovidales/go_ml: Implemented Algorithms include Linear Regression, Logistic Regression, Neural Networks, Collaborative Filtering & Gaussian Multivariate Distribution for anomaly detection systems
</li> -
MLGo - https://code.google.com/p/mlgo/ - Algorithms implemented include Gaussian mixture model, k-means, k-medians, k-medoids, single-linkage hierarchical clustering
</li> -
GoLearn: - GoLearn is a 'batteries included' machine learning library for Go. Simplicity, paired with customisability, is the goal.
</li> </ol> -
Neural Networks
</li>-
Neural Networks written in go : https://github.com/goml/gobrain
</li> -
Go Fann - https://github.com/white-pony/go-fann - Go bindings for FANN, library for artificial neural networks
</li> -
https://github.com/schuyler/neural-go - Multi-Layer Perceptron Neural Network
</li> -
Genetic Algorithms library written in Go / golang - https://github.com/thoj/go-galib
</li> </ol> -
Linear Algebra:
</li>- </li>
-
Mat64: Package mat64 provides basic linear algebra operations for float64 matrices. mat64 provides a set of concrete types that implement different classes of matrices (Dense, Symmetric, etc.) and operations on them. In most cases, an operation which results in a matrix value is a method on the value being produced.
</li> -
BLAS Implementation for Go: The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations
</li> -
https://github.com/danieldk/golinear - liblinear bindings for Go
</li> </ol> -
Probability Distribution Functions
</li>- </li>
- </li> </ol>
-
Decision Trees:
</li>-
Hector https://github.com/xlvector/hector - Golang machine learning lib. Currently, it can be used to solve binary classification problems.Logistic Regression , Factorized Machine , CART, Random Forest, Random Decision Tree, Gradient Boosting Decision Tree & Neural Network
</li> -
Decision Trees in Go - https://github.com/ajtulloch/decisiontrees - Gradient Boosting, Random Forests, etc. implemented in Go
</li> -
CloudForest - https://github.com/ryanbressler/CloudForest - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go (golang). CloudForest allows for a number of related algorithms for classification, regression, feature selection and structure analysis on heterogeneous numerical / categorical data with missing values.
</li> </ol> -
Bayesian Classifiers:
</li>-
https://github.com/jbrukh/bayesian - Perform naive Bayesian classification into an arbitrary number of classes on sets of strings.
</li> -
https://github.com/eaigner/shield - Bayesian text classifier with flexible tokenizers and storage backends for Go
</li> </ol> -
Recommendation Engines in Go
</li>-
Collaborative Filtering (CF) Algorithms in Go - https://github.com/timkaye11/goRecommend
</li> -
Recommendation engine for Go - https://github.com/muesli/regommend
</li> </ol> -
Others
</li>-
https://github.com/daviddengcn/go-pr - Pattern Recognition in Go.
</li> - </li> </ol> </ol> 來自:http://www.fodop.com/ar-1002
-
-
-
-
-
-