From 7364f5fb44a0f24982ceb359201a3c8a06f8378f Mon Sep 17 00:00:00 2001 From: David Ndungu Date: Tue, 26 Feb 2019 14:29:32 -0800 Subject: [PATCH] add Therfoo library to Go general purpose section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6656f8c..7e6375f 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Further resources: * [go-mxnet-predictor](https://github.com/songtianyi/go-mxnet-predictor) - Go binding for MXNet c_predict_api to do inference with pre-trained model. * [neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT). **[Deprecated]** * [go-ml-transpiler](https://github.com/znly/go-ml-transpiler) - An open source Go transpiler for machine learning models. +* [therfoo](https://github.com/therfoo/therfoo) - An embedded deep learning library for Go. #### Data Analysis / Data Visualization