From 6e8eff76d7bc7c2c74a028ce23e81a559e6f3847 Mon Sep 17 00:00:00 2001 From: Nabil Servais Date: Sun, 26 May 2019 13:26:36 +0200 Subject: [PATCH] Add onnx-go (#2489) * Add onnx-go * github.com repo: https://github.com/owulveryck/onnx-go * godoc.org: https://godoc.org/github.com/owulveryck/onnx-go * goreportcard.com: https://goreportcard.com/report/github.com/owulveryck/onnx-go * travis build: https://travis-ci.com/owulveryck/onnx-go * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a33ddf84..07107dcf 100644 --- a/README.md +++ b/README.md @@ -956,6 +956,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [neat](https://github.com/jinyeom/neat) - Plug-and-play, parallel Go framework for NeuroEvolution of Augmenting Topologies (NEAT). * [neural-go](https://github.com/schuyler/neural-go) - Multilayer perceptron network implemented in Go, with training via backpropagation. * [ocrserver](https://github.com/otiai10/ocrserver) - A simple OCR API server, seriously easy to be deployed by Docker and Heroku. +* [onnx-go](https://github.com/owulveryck/onnx-go) - Go Interface to Open Neural Network Exchange (ONNX). * [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.