From 87eeb8e64f8ab5a6f1c82f480c942fa07505ae1b Mon Sep 17 00:00:00 2001 From: Paolo Galeone Date: Thu, 26 Oct 2017 17:03:05 +0200 Subject: [PATCH] Add tfgo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b15f390..ecdc89e7 100644 --- a/README.md +++ b/README.md @@ -694,6 +694,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [probab](https://github.com/ThePaw/probab) - Probability distribution functions. Bayesian inference. Written in pure Go. * [regommend](https://github.com/muesli/regommend) - Recommendation & collaborative filtering engine. * [shield](https://github.com/eaigner/shield) - Bayesian text classifier with flexible tokenizers and storage backends for Go. +* [tfgo](https://github.com/galeone/tfgo) - Easy to use Tensorflow bindings: simplifies the usage of the official Tensorflow Go bindings. Define computational graphs in Go, load and execute models trained in Python. ## Messaging