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.
-
Notifications
You must be signed in to change notification settings - Fork 0
faezeam/MLP-from-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
implementation of multi layer perceptron from scratch
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published