This repository contains the implementation of a neural network from scratch in Golang for educational purposes. The implementation is based on the article Neural Networks from Scratch. To write the neural network, I created the library NumGo for tensor manipulation and mathematical operations.