Simple MNIST convnet - Keras
https://keras.io/examples/vision/mnist_convnet19.06.2015 · Simple MNIST convnet. Author: fchollet Date created: 2015/06/19 Last modified: 2020/04/21 Description: A simple convnet that achieves ~99% test accuracy on MNIST. View in Colab • GitHub source. Setup. import numpy as np from tensorflow import keras from tensorflow.keras import layers. Prepare the data
Getting started - Keras
https://keras.io/getting_startedAbout Keras Getting started Introduction to Keras for engineers Introduction to Keras for researchers The Keras ecosystem Learning resources Frequently Asked Questions Developer guides Keras API reference Code examples Why choose Keras? Community & governance Contributing to Keras KerasTuner