Skip to content

implementation of multi layer perceptron from scratch

Notifications You must be signed in to change notification settings

faezeam/MLP-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MLP-from-scratch

I tried to implement Multilayer Perceptron without any framework like Keras or similar ones.
The data was fashion mnist, Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples.
Different activation fuctions such as linear, softmax, relu, tanh was tested and the suitable one can be chosen based on the data.
For optimiser i implemented SGD, Momentum_SGD, Adagrad, RMSprop, Adam.

About

implementation of multi layer perceptron from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published