Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GH repo URL for gosom and add more data Go modules #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Also, this space includes a list of proposed packages that would fill certain ga

- [github.com/salkj/kmeans](https://github.com/salkj/kmeans) - A ready-to-use naive kmeans package for Go.
- [github.com/mpraski/clusters](https://github.com/mpraski/clusters) - Go implementations of several clustering algoritms (k-means++, DBSCAN, OPTICS), as well as utilities for importing data and estimating optimal number of clusters.
- [github.com/milosgajdos/gosom](https://github.com/milosgajdos/gosom) - Clustering with Self-organizing maps in Go

## CSV

Expand Down Expand Up @@ -137,8 +138,9 @@ Also, this space includes a list of proposed packages that would fill certain ga
- [github.com/tleyden/neurgo](https://github.com/tleyden/neurgo) - Neural Network toolkit in Go.
- [github.com/fxsjy/gonn](https://github.com/fxsjy/gonn) - GoNN is an implementation of Neural Network in Go Language, which includes BPNN, RBF, PCN.
- [github.com/NOX73/go-neural](https://github.com/NOX73/go-neural) - Neural network implementation on golang.
- [github.com/milosgajdos83/gosom](https://github.com/milosgajdos83/gosom) - Self-organizing maps in Go
- [github.com/milosgajdos/gosom](https://github.com/milosgajdos/gosom) - Self-organizing maps in Go
- [github.com/made2591/go-perceptron-go](https://github.com/made2591/go-perceptron-go) - A single level perceptron classifier.
- [github.com/milosgajdos/gopfield](https://github.com/milosgajdos/gopfield) - Hopfield neural networks in Go

## NLP

Expand Down Expand Up @@ -188,6 +190,7 @@ Also, this space includes a list of proposed packages that would fill certain ga
- [github.com/dgryski/go-kll](https://github.com/dgryski/go-kll) - An implementation of KLL sketch for "Almost Optimal Streaming Quantiles."
- [github.com/dgryski/go-linlog](https://github.com/dgryski/go-linlog) - Linear-log bucketing and histograms.
- [github.com/dgryski/go-rbo](https://github.com/dgryski/go-rbo) - Computes the rank-biased overlap for two sorted result sets.
- [github.com/milosgajdos/go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go

## Recommendation Systems

Expand Down