Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Sat, 10 Mar 2018 07:03:00 +0000 Book: Machine learning with go #machinelearning <p>The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the reader understand how machine learning workflows are being applied in real-world scenarios.</p> <p>Machine Learning with Go shows readers how to be productive in machine learning while also producing applications that maintain a high level of integrity. It also gives readers patterns to overcome challenges that are often encountered when trying to integrate machine learning in an engineering organization.</p> 15 points posted by kenny https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-go 2735 Mon, 02 Oct 2017 13:39:00 +0000 Video: Go machine learning at large scale #machinelearning By Franz eichhorn.&nbsp;Go can be used to execute machine learning models in live production systems. Franz points out challenges when training models in Go and why you should consider using other technologies. 15 points posted by Tim Donell http://www.thedotpost.com/2016/10/franz-eichhorn-go-machine-learning-at-large-scale 1510 Wed, 11 Jan 2017 13:23:00 +0000 Video: Gorgonia, A library that helps facilitate machine learning in Go #machinelearning <p>Gorgonia by Xuanyi Chew at Sydney Go Meetup, September 2016</p> 11 points posted by gopher https://www.youtube.com/watch?v=lLkhC6Ehre4 2535 Fri, 18 Aug 2017 06:31:00 +0000 Basic Logistic Regression in Go (Machine Learning) #machinelearning Machine Learning is rapidly becoming more and more relevant both within the field of Software Development as well as Society as a whole. This post aims to show how very basic Machine Learning techniques can look in Go 11 points posted by zupzup https://zupzup.org/ml-in-go-logreg 1561 Wed, 18 Jan 2017 19:52:00 +0000 Gago - building genetic algorithms in go #machinelearning 8 points posted by lolly https://github.com/MaxHalford/gago 662 Sat, 05 Mar 2016 15:21:00 +0000 Sentiment analysis in Go #machinelearning Sentiment lets you pass strings in English into a function and get an estimate of the sentiment of the string using a very simple probabalistic model. The model is trained off of this dataset which is a collection of IMDB movie reviews classified by sentiment. 6 points posted by tomf https://github.com/cdipaolo/sentiment 1379 Sun, 18 Dec 2016 14:17:00 +0000 Building a ML powered game using tensorflow and go #machinelearning 5 points posted by kenny http://gopherdata.io/post/build_ml_powered_game_ai_tensorflow 2501 Thu, 10 Aug 2017 16:48:00 +0000 Optimising machine learning algorithms part2 #machinelearning This is the second in a series of blog posts sharing my experiences working with algorithms and data structures for machine learning. These experiences were gained whilst building out the <a href="http://github.com/james-bowman/nlp" style="background: rgb(255, 255, 255); color: rgb(74, 74, 74); transition: color 0.3s ease; font-family: Merriweather, serif; font-size: 18px; letter-spacing: 0.1px;">nlp project</a>&nbsp;for <a href="http://www.jamesbowman.me/post/semantic-analysis-of-webpages-with-machine-learning-in-go/" style="background: rgb(255, 255, 255); color: rgb(74, 74, 74); transition: color 0.3s ease; font-family: Merriweather, serif; font-size: 18px; letter-spacing: 0.1px;">LSA (Latent Semantic Analysis)</a>&nbsp;of text documents. 5 points posted by kenny http://www.jamesbowman.me/post/optimising-machine-learning-algorithms-part2 2372 Tue, 04 Jul 2017 20:09:00 +0000 Coding our breast cancer classifier in Go #data #machinelearning First of all, the complete code for this tutorial is on github at this <a href="https://github.com/italojs/knn/tree/for-dummies" data-href="https://github.com/italojs/knn/tree/for-dummies" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank">link</a>. To start the project we need data, let’s then download the <a href="https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29" data-href="https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+%28Diagnostic%29" class="markup--anchor markup--p-anchor" rel="noopener" target="_blank">Breast Cancer Wisconsin </a>dataset that we saw in the previous <a href="https://medium.com/brasil-ai/knn-k-nearest-neighbors-2-f2ab9e5662b" data-href="https://medium.com/brasil-ai/knn-k-nearest-neighbors-2-f2ab9e5662b" class="markup--anchor markup--p-anchor" target="_blank">article</a>. <br><br class="Apple-interchange-newline"> 4 points posted by kenny https://towardsdatascience.com/knn-3-coding-our-breast-cancer-classifier-503b804988f8 3656 Mon, 12 Nov 2018 16:25:00 +0000 A distributed trump finder #machinelearning 4 points posted by lolly http://gopherdata.io/post/distributed_trump_finder 2134 Thu, 27 Apr 2017 05:59:00 +0000 Neugo - a simple neural network framework in Go #machinelearning 4 points posted by kenny https://github.com/wh1t3w01f/neugo 1081 Sat, 17 Sep 2016 19:03:00 +0000