Skip to content
Richard Townsend edited this page Jan 27, 2018 · 19 revisions

GoLearn


This is the GoLearn Wiki (welcome!). GoLearn is a "batteries included" machine learning library written for and in Go. Go check us out on Github.

Installation | Loading data [Warning: outdated] | Filtering | Classification (KNN | Trees | liblinear) | Regression

Quick start

Code excerpts and examples

Future

Contributing

The wish-list

  • Expectation maximisation
  • Native guided tree structures
  • Support for time series processing
  • Support for disk-backed DenseInstances
  • SoftMax neural networks
  • Deep-learning primitives (recursive neural networks)
  • Recurrent neural networks
  • Image manipulation
  • Relational and pointer Attributes
  • Support for sparse binary spaces
  • Support for arbitrary insertion and deletion of Attributes