Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History

MLP3

MLP3

This folder contains code and saved models for an MLP with 3 hidden layers trained on CIFAR10

Contents

  • Code

  • Saved Models

    • cifar10_keras_mlp3.h5: A saved Keras Sequential model for MLP with 3 hidden layers, trained on CIFAR10.
    • cifar10_keras_mlp3_rand.h5: A saved Keras Sequential model for MLP with 3 hidden layers, trained on CIFAR10 with random labels.
    • cifar10_keras_mlp3_wd.h5: A saved Keras Sequential model for MLP with 3 hidden layers and L2 regularisation, trained on CIFAR10.