Repositories
-
gorgonia
Gorgonia is a library that helps facilitate machine learning in Go.
-
tensor
package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
-
shapes
Package shapes provides an algebra for handling shapes
-
gorgonia.github.io
The source code (and website) for gorgonia.org
-
dtype
Package dtype provides a definition of a Dtype, which is a part of the type system that Gorgonia uses.
-
vulkan
Vulkan back-end for Gorgonia (early development)
-
cu
package cu provides an idiomatic interface to the CUDA Driver API.
-
qol
Neural Network Quality of Life Stuff
-
bindgen
libbindgen is a package that generates bindings and idiomatic Go interfaces to C-libraries
-
agogo
A reimplementation of AlphaGo in Go (specifically AlphaZero)
-
golgi
Golgi is a library built on top of Gorgonia that provides neural network components
-
community
community information (e.g., community meetings, etc.)
-
examples
Examples of neural networks and other things written in Gorgonia
-
-
vecf64
package vecf64 provides common functions and methods for slices of float64
-
vecf32
Package vecf32 provides common functions and methods for slices of float32
-
dev
Scripts and helpers for developing Gorgonia
-
exp
experimental things for Gorgonia, to sketch things out
-
dawson
package dawson is a package that provides utilities for testing involving floats
-
signedlogspace
Signed Log Space implements operations in the signed log space per Li and Eisner (2009)
-
parser
A simple parser that turns a formulae written in unicode into an ExprGraph
-
randomkit
randomkit is a repository for random number generation.

