vvazrod / gonn

Basic multilayer neural network written from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic multilayer neural network written from scratch.

License:MIT License


Languages

Language:Go 100.0%