2015xli / multilayer-perceptron

A simple tutorial on multi-layer perceptron in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple tutorial on multi-layer perceptron in Python

It has a single-sample-based stochastic gradient descent algorithm, and a mini-batch-based one. The second one can have better performance, i.e., test accuracy, with less training iterations, if tuned properly.

The algorithms recognize MNIST with test accuracy above 97%.

About

A simple tutorial on multi-layer perceptron in Python


Languages

Language:Jupyter Notebook 100.0%