Building a Simple Multilayer Convolutional Network to Detect Cancer in MIAS Mammograms
Previously, we modified the MNIST For ML Beginners Tutorial to process Mini-MIAS imagery. The results of this were not great. Let's try this again but with a simple Multilayer Convolutional Network (CNN) in TensorFlow. Once again, we will be using The mini-MIAS database of mammograms[1]. What is a Convolutional…