DevDays Europe 2020
DevDays Europe 2020

DevDays Europe 2019

 

May 14-16, 2019

Ellen Korbes

Garden, Germany

BIO

Ellen’s a developer advocate at Garden, and also an avid gopher—actively involved with Women Who Go, and responsible for the most comprehensive Go course in Portuguese. They first got acquainted with Kubernetes while writing code for kubectl, in a SIG-CLI internship. They’ve spoken at conferences like Velocity and GOTO, and at countless local meet-ups. As a point of pride, Ellen has received the ‘Best Hair’ award at GOTO Copenhagen.

— TOPIC —

Learn Neural Networks With Go - Not Math!

It’s common for even the most amazing programmers to not have the first clue about math. That makes learning neural networks particularly inaccessible, as an integral part of explaining it relies on mathematical formulas. Ah, the formulas… with all their lines and curves and ancient symbols, they are just as unintelligible as they are beautiful.

What’s a better way for us to learn it instead? With a language we all speak: code!

In this talk we’ll look at every component required to write a neural network from scratch. Things like network structure, activation functions, forward propagation, gradient descent, and backpropagation. We’ll look at them as programmers: we define what we’re trying to achieve, then write an implementation for it.

We’ll do that with no specialized libraries like Tensorflow and PyTorch—only Go code. So if you ever wanted to really understand how a neural network works, but thought it to be out of your reach because of the math, this talk is for you.

Code, not math! Algorithms, not logarithms!

Session Keywords

Neural Networks
Machine Learning
Golang