• Stars
    star
    203
  • Rank 192,890 (Top 4 %)
  • Language
    Go
  • Created almost 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

package ml - Machine Learning Libraries

###import "github.com/alonsovidales/go_ml"

GoDoc

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 [email protected]

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: http://godoc.org/github.com/alonsovidales/go_ml

More Repositories

1

facebook-programming-challenges

This is a compilation of possible questions to be solved in order to be hired by Facebook
Python
160
star
2

pit

Distributed Recommender System
Go
28
star
3

go_graph

Go lang library that provides mathematical graph-theory algorithms
Go
28
star
4

go_matrix_cuda

GPU-Accelerated Linear Algebra Libraries
Go
22
star
5

go_fibanaccy_heap

Go Fibanaccy Heap implementation
Go
7
star
6

Brain

On memory high performance distributed storage system based on Erlang
Erlang
7
star
7

interview_questions

Just a bunch of answers to common interview questions
Python
6
star
8

Brain2

On memory high performance distributed storage system based on Erlang
Erlang
6
star
9

Sons-Of-Rock

Spotify Guitar Simulator
JavaScript
3
star
10

Spotify-Puzzles

Solutions for the "Best Before", "Ticket Lottery" and "Bilateral" puzzles
Python
2
star
11

Frozen-Bubble-Chrome-Extension

A JavaScript version of the Frozen Bubble
JavaScript
2
star
12

Space-Invaders

A little version on JavaScript of the Space invaders
JavaScript
2
star
13

spotify-puzzles-v2

New puzzles published by Spotify
Python
1
star
14

Tuenti-Programming-Challenge-2

My solutios to the Tuenti Programming Challenge 2 of 2012
Python
1
star
15

go_post

Go
1
star
16

tuenti_challenge_2015

The code I used to solve the different puzzles
Go
1
star
17

Spotify-JavaScript-Player

A sample of HTML5 code
JavaScript
1
star
18

go-ascii-charts

Library to plot charts in ASCII, bar, line charts and so
Go
1
star
19

cracking_code_interview_1_6_python

Python solutions for most of the problems in the book Cracking the Code Interview 1.6
Python
1
star