CodingBeard/tfkg
Create, train, and save Tensorflow Keras models all in Golang
This is a specialized library for machine learning engineers and Go developers who build and deploy AI models. It allows you to define, train, and run deep learning models using TensorFlow/Keras directly in the Go programming language. You would feed in your datasets (like CSVs or images) and it outputs trained models that can make predictions, all within a Go environment.
No commits in the last 6 months.
Use this if you are a Go developer building AI applications and want to integrate TensorFlow/Keras models without relying on Python, aiming for potentially faster training and direct Go deployment.
Not ideal if you are new to machine learning, prefer using Python for deep learning, or require extensive community support and documentation.
Stars
52
Forks
4
Language
Go
License
MIT
Category
Last pushed
Mar 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/CodingBeard/tfkg"
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