VGGNet

VGGNet is a convolutional neural network architecture known for its simplicity and depth, developed by the Visual Geometry Group at the University of Oxford. It gained prominence for its performance in image recognition tasks, especially in the ImageNet Large Scale Visual Recognition Challenge (ILSVRC) 2014.

Read More →

Deepfool

Deepfool is an adversarial attack algorithm designed to find minimal perturbations that cause misclassification in machine learning models, particularly deep neural networks. It iteratively approximates the decision boundary to generate small, often imperceptible, modifications to input data. Deepfool highlights vulnerabilities in AI systems by demonstrating how easily they can be deceived.

Read More →