Icon

Image_​Classification_​MNIST

Simple CNN for Image Classification

This workflow trains a simple convolutional neural network (CNN) on the MNIST dataset using Keras.

The enclosed pictures are from the MNIST dataset (http://yann.lecun.com/exdb/mnist/).




Define the network structure Read and preprocess thetraining and test data Train and apply model Extract prediction and evaluate trained network Please execute these two nodes first to unzip the training and test images arg maxMNIST imagesextract predicted digitInput: 28, 28, 1Filters: 32Kernel: 3, 3Pool size: 2, 2 Units: 100 Activation: ReLUUnits: 10Activation: SoftmaxMNIST ImagesUnzip training imagesUnzip test images Many to One Prepare test data Column Expressions Keras Input Layer Keras Convolution2D Layer Keras Max Pooling2D Layer Keras Flatten Layer Keras Dense Layer Keras Dense Layer Keras NetworkLearner Keras NetworkExecutor Scorer String To Number Preparetraining data Unzip Files Unzip Files Define the network structure Read and preprocess thetraining and test data Train and apply model Extract prediction and evaluate trained network Please execute these two nodes first to unzip the training and test images arg maxMNIST imagesextract predicted digitInput: 28, 28, 1Filters: 32Kernel: 3, 3Pool size: 2, 2 Units: 100 Activation: ReLUUnits: 10Activation: SoftmaxMNIST ImagesUnzip training imagesUnzip test images Many to One Prepare test data Column Expressions Keras Input Layer Keras Convolution2D Layer Keras Max Pooling2D Layer Keras Flatten Layer Keras Dense Layer Keras Dense Layer Keras NetworkLearner Keras NetworkExecutor Scorer String To Number Preparetraining data Unzip Files Unzip Files

Nodes

Extensions

Links