Here are
24 public repositories
matching this topic...
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Tickers with random jitter
A Kalman Filter library in go. Includes several examples in statistical orbit determination.
Package lm solves non-linear least squares problems using the Levenberg-Marquardt method.
📝 Package gomnist lets you to load the MNIST data set for use with gonum package.
trackml is a Go package to simplify working with the High Energy Physics Tracking Machine Learning challenge
A repo holding a few notebooks examples for mybinder and Go-HEP
Updated
Dec 19, 2018
Shell
Implementation of Logistic Regression in Go
Updated
Oct 14, 2020
Jupyter Notebook
Convert matrix to picture
Library to extract information from MAT-files into golang structures
QViz Interactive Plotting
Golang implementation of lis
Golang implementation of a single hidden layer feed forward neural network based on the Python notebook for Make Your Own Neural Network by Tariq Rashid
Updated
Jul 10, 2019
Jupyter Notebook
Approximating PI (π) using Monte Carlo technique implemented with Golang
Forked from github.com/gonum/tools
Implementation of DDA algorithm for finding maximal degree-based quasi-cliques using Gonum graph representation.
a multilayer neural net written in go
Forked from github.com/gonum/netlib
Forked from github.com/gonum/plot
A readability scoring tool written in Go.
Generate a generalized vandermonde matrix
Improve this page
Add a description, image, and links to the
gonum
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
gonum
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
OPTICS (Ordering Points To Identify the Clustering Structure) is a clustering algorithm similar to DBSCAN. DBSCAN's major weakness is density tuning. OPTICS attempts to address this issue by ordering points and choosing the best epsilon.
We currently have an incomplete OPTICS implementation at [utils/clust