Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 357 Bytes

File metadata and controls

12 lines (8 loc) · 357 Bytes

MNIST Classifier Guide

This example shows how to define, compile, run, and debug a CNN for MNIST digit classification.

Steps

  1. Save the Model Create examples/mnist.neural with the content above.

  2. Compile for TensorFlow

    python neural.py compile examples/mnist.neural --backend tensorflow --output examples/mnist_tf.py