ctava/tfcgo
quickly get up and running creating machine learning programs in go using Tensorflow in a docker container:
This project helps Go developers integrate with TensorFlow's C++ framework, enabling them to build machine learning programs directly in Go. It provides a Docker container pre-configured with TensorFlow, Go, and the necessary bindings, allowing developers to quickly start training algorithms and using TensorFlow's operations from their Go code. The end-user is a Go developer who wants to leverage TensorFlow for machine learning.
No commits in the last 6 months.
Use this if you are a Go developer looking to implement machine learning models using TensorFlow without relying solely on Go's official, often lagging, bindings.
Not ideal if you are not a Go developer or if you prefer to use TensorFlow with Python, Java, or other fully supported languages.
Stars
13
Forks
2
Language
Go
License
MIT
Category
Last pushed
Apr 21, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ctava/tfcgo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications