Skip to content

reverseon/mlp-from-scratch

Repository files navigation

ANN From Scratch

This is an implementation of MLP by just using NumPy to classify handwritten digits and clothes. It consists of four different models, each using the sigmoid or Tanh activation function and the cross-entropy or mean squared error loss function. All features are standardized first, and all models are trained using NADAM optimization and Mini-batch gradient descent.

About

Tugas 2 Klasifikasi MA4072 Pembelajaran Mendalam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published