You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementd a Multilayer Perceptron to classify an image data: Fashion-MNIST. For data processing, we loaded the pictures regarding each pixel as a feature and vectorized the data set. To explore how MLP architectures can affect its performance, we created various models with different layer numbers, active function, dropout regularization, data …