Go Deeplearning

Go Deeplearning Projects

Deeplearning
  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. onepanel

    The open source, end-to-end computer vision platform. Label, build, train, tune, deploy and automate in a unified platform that runs on any cloud and on-premises.

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 Deeplearning discussion

Log in or Post with

Go Deeplearning related posts

  • Onepanel - open source machine learning IDE that you can deploy in any cloud or on-premises

    1 project | /r/u_onepanel | 18 May 2021
  • Onepanel - open source alternative to AWS SageMaker you can run on any cloud or on-premises

    1 project | /r/u_onepanel | 18 May 2021
  • Onepanel – Cloud-native deep learning platform

    1 project | news.ycombinator.com | 2 May 2021
  • [P] Onepanel - latest open source release now includes browser accessible deep learning desktop, hyperparameter tuning and Python DSL for defining parallel data processing or training pipelines.

    1 project | /r/medicalai | 29 Apr 2021

Index

# Project Stars
1 Gorgonia 5,745
2 onepanel 723

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

Did you know that Go is
the 4th most popular programming language
based on number of references?