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

Latest commit

 

History

History

MLP1

MLP1

This folder contains code and saved models for an MLP with 1 hidden layer trained on CIFAR10

Contents

  • Code

  • Saved Models

    • cifar10_keras_mlp.h5: A saved Keras Sequential model for MLP with 1 hidden layer, trained on CIFAR10.
    • cifar10_keras_mlp_rand.h5: A saved Keras Sequential model for MLP with 1 hidden layer, trained on CIFAR10 with random labels.
    • cifar10_keras_mlp_wd.h5: A saved Keras Sequential model for MLP with 1 hidden layer and L2 regularisation, trained on CIFAR10.