Talendar / multilayer_perceptron

Implementation of a Multi-layer Perceptron (MLP), the standard feedforward neural network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My implementation of a Multi-layer Perceptron (MLP), the standard feedforward neural network. It's tested using the MNIST handwritten digits database.

About

Implementation of a Multi-layer Perceptron (MLP), the standard feedforward neural network.

License:MIT License


Languages

Language:Python 100.0%