Golang News
http://golangnews.com
Jobs, Code, Videos and News for Go hackers - everything about the go programming languageFri, 17 Feb 2017 21:21:00 +0000Gorgonia - write machine learning algorithms in GoGorgonia is a library like Theano or TensorFlow, but mainly written in Go. It provides the necessary primitives for creating and executing neural networks and machine learning algorithms.
9 points posted by lolly
http://blog.chewxy.com/2016/09/19/gorgonia
1084Mon, 19 Sep 2016 08:14:00 +0000Tensor refactor #experiencereportsI recently finished a major refactor of `tensor`, which is a package for generic multidimensional arrays in Go. In this blog post I will recount the refactoring process, and why certain decisions were made. Further more I will also share some thoughts with regards to generics in Go while trying not to sound like a complete prat. 5 points posted by kenny
https://blog.chewxy.com/2017/09/11/tensor-refactor
2701Tue, 26 Sep 2017 15:21:00 +0000