Comparison figure of zero-out method

Zero-Out Attack on VGG-16 Image Classification

Glossary Image classification Image classification is the task of assigning an input image one label from a fixed set of categories. Transfer learning Transfer learning is a machine learning technique where a model trained on one task is re-purposed on a second related task. It is a popular approach for image classification as there are many pre-trained models available for use. VGG-16 VGG-16 is a convolutional neural network architecture that was the runner-up in the ImageNet Large Scale Visual Recognition Challenge 2014....

August 31, 2023 ยท Liam
Demonstration of creating a note# alt text

Noteboard - An express.js app for keeping notes

A simple Node.js, MySQL, and Express app that can create, edit, and delete notes. View on GitHub

February 15, 2023