Training Neural Networks with Gorgoniaby@cleuton-sampaio
299 reads

Training Neural Networks with Gorgonia

by Cleuton Sampaio4mJanuary 11th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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.

People Mentioned

Mention Thumbnail

Company Mentioned

Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Training Neural Networks with Gorgonia
Cleuton Sampaio HackerNoon profile picture
Cleuton Sampaio

Cleuton Sampaio

@cleuton-sampaio

Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc. Rio de Janeiro

Learn More
LEARN MORE ABOUT @CLEUTON-SAMPAIO'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Cleuton Sampaio HackerNoon profile picture
Cleuton Sampaio@cleuton-sampaio
Founder: "pythondrops.com". Full-stack dev/ AI Engineer/ Professional Writer/ M.Sc. Rio de Janeiro

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here
L O A D I N G
. . . comments & more!