-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
Richard Townsend edited this page Jan 27, 2018
·
19 revisions
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
- Using CSV files
- Dividing data into training and test sets (not written)
- Sorting data
- Reading CSV files
- Histogram binning
- Chi-Merge binning
- Setting the precision of a
FloatAttribute
- Adding an Attribute
- Retrieving Attribute values
- Implementing a custom
DataGrid
- 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