An open API service indexing awesome lists of open source software.

https://github.com/alonsovidales/go_ml

Machine Learning libraries for Go Lang - Linear regression, Logistic regression, etc.
https://github.com/alonsovidales/go_ml

Last synced: about 2 months ago
JSON representation

Machine Learning libraries for Go Lang - Linear regression, Logistic regression, etc.

Awesome Lists containing this project

README

          

## package ml - Machine Learning Libraries
###import "github.com/alonsovidales/go_ml"

[![GoDoc](https://godoc.org/github.com/alonsovidales/go_ml?status.png)](https://godoc.org/github.com/alonsovidales/go_ml)

Package ml provides some implementations of usefull machine learning algorithms for data mining and data analysis.

The implemented algorithms are:

- Linear Regression
- Logistic Regression
- Neural Networks
- Collaborative Filtering
- Gaussian Multivariate Distribution for anomaly detection systems

Is implemented too the fmincg function in order to calculate the optimal theta configuration to reduce the cost value for all the implemented solutions.

Author: Alonso Vidales

Use of this source code is governed by a BSD-style. These programs and documents are distributed without any warranty, express or implied. All use of these programs is entirely at the user's own risk.

For further information about this libraries, please visit the online documentation on: