golearn

package module
v0.0.0-...-6faa174 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2014 License: MIT Imports: 0 Imported by: 0

README

GoLearn


GoDoc

A small start on a machine learning library in Go.

twitter: @golearn_ml

Install

go get github.com/sjwhitworth/golearn
cd src/github.com/sjwhitworth/golearn
go get ./...

Examples

cd examples/
go run knnclassifier_iris.go

Join the team

If you'd like to contribute, please send me a mail at stephen dot whitworth at hailocab dot com. I will also add you to the team Slack account, which we also use to communicate.

Documentation

Overview

Package golearn is a machine learning library for Go.

Directories

Path Synopsis
Package base provides base interfaces for GoLearn objects to implement.
Package base provides base interfaces for GoLearn objects to implement.
Package KNN implements a K Nearest Neighbors object, capable of both classification and regression.
Package KNN implements a K Nearest Neighbors object, capable of both classification and regression.
metrics
pairwise
Package pairwise implements utilities to evaluate pairwise distances or inner product (via kernel).
Package pairwise implements utilities to evaluate pairwise distances or inner product (via kernel).
Package optimisation provides a number of optimisation functions.
Package optimisation provides a number of optimisation functions.
Package utilities implements a host of helpful miscellaneous functions to the library.
Package utilities implements a host of helpful miscellaneous functions to the library.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL