Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 471 Bytes

MultiLayer Perceptron (MLP)

A multilayer perceptrion implementation in python numpy library. (The import of tensorflow is only for the MNIST)
A 95%+ accuracy on MNIST test set was achieved within minutes.

Features

L2 regularization
data augmentation (rotation)

Platform

OS: Ubuntu 16.04.5 LTS
CPU: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
memory: 32G DRAM

Todo

dropout
sigmoid activation function to avoid overflow