Gorgonia
Gorgonia is a library that helps facilitate machine learning in Go. (by gorgonia)
onnx-go
onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library. (by owulveryck)
Our great sponsors
Gorgonia | onnx-go | |
---|---|---|
10 | 1 | |
4,507 | 391 | |
1.5% | - | |
5.9 | 1.3 | |
11 days ago | about 2 months ago | |
Go | Go | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Gorgonia
Posts with mentions or reviews of Gorgonia.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-15.
-
What do you use Go for?
For machine learning, I use https://gorgonia.org/. For games, I use https://ebiten.org/ For GUIs, I usually use https://fyne.io/ . This (https://github.com/avelino/awesome-go) is a good resource too.
-
What type of software do you write at your workplace?
p/s I am the main contributor to Gorgonia which is a pure Go deep learning library that somewhat predates TensorFlow
-
Which library/project do you wish was ported to golang?
There’s always Gorgonia. just not TF compatible
-
[D] Looking for open source projects to contribute
If you know Go, Gorgonia is a pure Go framework for doing deep learning and various other autograd related things. I'd see it as a bastard baby of PyTorch and TensorFlow. We're always looking for new contributors.
-
16GB vs 32GB RAM M1 Pro MacBook - Multitasking RAM Test
Also check out the (Gorgonia)[https://github.com/gorgonia/gorgonia] project if you're not familiar with ML in Go, it's a lot of fun and our basis (with contributions back of course =D)
-
Is Go a good language for a beginner in machine learning?
But Gorgonia for Go is pretty neat also, but more niche.
gorgonia is a good place to look for machine learning resources in Go, with a very friendly community too.
-
Functional Options are named args on steroids
Btw, Gorgonia project is an example of this pattern.
-
Help with studying AI in go
I've heard good things about Gorgonia -- same u/ck_46 mentions below. I'm itching to give it a try!
-
Tensorflow
I would recommend looking at Goronia https://github.com/gorgonia/gorgonia
onnx-go
Posts with mentions or reviews of onnx-go.
We have used some of these posts to build our list of alternatives
and similar projects.
-
I need help deploying NLP model
If you can get a trained copy of the model in ONNX format, you can use https://github.com/owulveryck/onnx-go to work with it in Go
What are some alternatives?
When comparing Gorgonia and onnx-go you can also consider the following projects:
GoLearn - Machine Learning for Go
goml - On-line Machine Learning in Go (and so much more)
tfgo - Tensorflow + Go, the gopher way
go-deep - Artificial Neural Network
gosseract - Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
sklearn - bits of sklearn ported to Go #golang
gorse - An open source recommender system service written in Go
neural-go - A multilayer perceptron network implemented in Go, with training via backpropagation.
gopfield - Hopfield neural networks in Go
gobrain - Neural Networks written in go
bayesian - Naive Bayesian Classification for Golang.