© Brett Koonce 2021
B. KoonceConvolutional Neural Networks with Swift for Tensorflowhttps://doi.org/10.1007/978-1-4842-6168-2_1

1. MNIST: 1D Neural Network

Brett Koonce1  
(1)
Jefferson, MO, USA
 

In this chapter, we will look at a simple image recognition dataset called MNIST and build a basic one-dimensional neural network, often called a multilayer perceptron, to classify our digits and categorize black and white images.

Dataset overview

MNIST (Modified National Institute of Standards and Technology) is a dataset put together in 1999 that is an extremely important testbed for computer vision problems. You will see it everywhere in academic papers in this field, and it is considered the computer vision equivalent of hello world. It is a collection of ...

Get Convolutional Neural Networks with Swift for Tensorflow: Image Recognition and Dataset Categorization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.