/gonn

Basic multilayer neural network written from scratch.

Primary LanguageGoMIT LicenseMIT

gonn

Multilayer neural network coded for the Computational Intelligence course of the Master's Degree in Computer Engineering at University of Granada.

This implementation works with the MNIST database of handwritten digits, for which includes utilities for downloading and reading the files. The model of the network itself can be used for any classification problem.