• Joined on 2024-02-15
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-28 11:20:04 -04:00
54ed4466bc Trained VGG16 on CIFAR-10, displayed results
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-25 14:41:17 -04:00
2f0a6fc919 No success with adjusting CNN, set up VGG-16
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-25 11:57:32 -04:00
6c4723a633 Implemented LeNet for CIFAR-10
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-25 08:37:31 -04:00
343958653e Trained DLA on CIFAR-10 for 14 epochs. Achieved 82% accuracy
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-24 21:25:07 -04:00
b4a1aee0db Trained CIFAR-10 CNN, 60% accuracy, switching to DLA
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-24 18:12:40 -04:00
1f289157e2 Converted old results to JSON format with metadata
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-24 12:16:31 -04:00
610d8b8678 got data for fgsm mnist, working on displaying it
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-23 17:12:59 -04:00
5c911219b9 Debugged code to run in background
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-23 13:50:22 -04:00
541a3b0850 Loop over all filters and serialize results
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-18 15:58:54 -04:00
3c35a2bc02 Finished testing random noise and threshold filter
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-18 13:51:54 -04:00
35fc6dd2e5 Figure saving with proper size
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-16 12:36:00 -04:00
04cf5cb9bc Completeted bilateral filter variable radius analysis
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-11 16:57:21 -04:00
26758224b7 Tested performance with varying radii for Gaussian and Mean Kuwahara Filter
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-11 15:12:01 -04:00
90915efb7e Fixed error with counting correct predictions when using filters
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-11 14:25:21 -04:00
7430ddac94 Modular filtering tested and working with varying filter strengths
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-10 20:15:43 -04:00
ab4460aeeb Moved filtering functions into separate module
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-10 12:24:34 -04:00
df7ac8b236 Decreased epsilon step size to 0.025
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-07 12:09:24 -04:00
56da2ea4eb Made raw program output easier to read; completed unfinished table of results
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-07 12:05:19 -04:00
8f264f7958 1-Bit, color snapping, and pluality vote accuracies
Adog64 pushed to master at Adog64/Adversarial-Machine-Learning-C… 2024-04-06 22:32:07 -04:00
30d8766e69 New implementation of color snapping