Go Gorgonia

Open-source Go projects categorized as Gorgonia

Go Gorgonium Projects

  1. Gorgonia

    Gorgonia is a library that helps facilitate machine learning in Go.

    Project mention: ML in Go with a Python Sidecar | news.ycombinator.com | 2024-11-17

    For Go specifically, there are some libraries like Gorgonia (https://github.com/gorgonia/gorgonia) that can do inference.

    Practically speaking though, the rate at which models change is so fast that if you opt to go this route, you'll perpetually be lagging behind the state of the art by just a bit. Either you'll be the one implementing the latest improvements or be waiting for the framework to catch up. This is the real value of the sidecar approach: when a new technique comes out (like speculative decoding, for example) you don't need to reimplement it in Go but instead can use the implementation that most other python users will use.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. gan-go

    Generative Adversarial Network in Go via Gorgonia

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Gorgonia discussion

Log in or Post with

Go Gorgonia related posts

  • Why isn’t Go used in AI/ML?

    8 projects | /r/golang | 23 Dec 2022
  • Generative adversarial networks in Golang

    1 project | /r/golang | 28 Apr 2021

Index

# Project Stars
1 Gorgonia 5,735
2 gan-go 86

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai