Training Neural Networks with Gorgonia

Written by cleuton-sampaio | Published 2020/01/11
Tech Story Tags: go | golang | data-science | deep-learning | gorgonia

TLDR Go language supports deep learning and neural networks using the framework Gorgonia. The framework works like similar frameworks, for example, Tensorflow, allowing the creation of graphs of operations and tensors. The programming is a little low level, because we have to create the graphs containing the operations and the tensors, so there is no concept of neuron or layers, which exists in other frameworks. In this post, I will show a basic example of MLP - Multilayer Perceptron trying to find the weights for an approximation of the exclusive disjunction function or XOR.via the TL;DR App

no story

Written by cleuton-sampaio | Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc. Rio de Janeiro
Published by HackerNoon on 2020/01/11