This repository demonstrates the fragility of deep learning models through hands-on experimentation with adversarial attacks. You'll build a CNN from scratch, train it to 98% accuracy on MNIST, then ...
First, the MNIST dataset is loaded and prepared for training and testing using Tensorflow Datasets. Image values are normalized, the data is shuffled and divided into batches, and samples are ...