csce585-mlsystems / project-athena

This is the course project for CSCE585: ML Systems. Students will build their machine learning systems based on the provided infrastructure --- Athena.
MIT License
13 stars 19 forks source link

Turn-in of Task 2 Refine #37

Closed MENG2010 closed 3 years ago

MENG2010 commented 3 years ago

Please turn in your task 2 (refine) here, by providing

For example,

Please organize your submission in a folder named Task2_Update and organize files in the following structure:

Task (the folder for your turn-in)
  |-- data (a folder for the AEs you generated in this task)
  |-- models (a folder for the models you built and trained in this task)
  |-- configs (a folder for the configuration files you used for your experiments)
  |-- results (a folder for the experiment results such as logs)
  |-- report.ipynb

Here is an example,

Task2_Update
  |-- data
  |     |-- AE-FGSM_eps0.3.npy
  |     |-- AE-PGD_eps0.45.npy
  |     |-- BS.npy
  |     |-- Labels.npy
  |-- models 
  |     |-- BayesianNN-MNIST-clean.npy
  |     |-- BayesianNN-MNIST-rotate_90.npy
  |-- configs 
  |     |-- athena.json
  |     |-- attack.json
  |-- results 
  |     |-- evaluation-error_rate-AE-FGSM_eps0.3.csv
  |     |-- error_rate-AE-FGSM_eps0.3.png
  |-- report_task2.ipynb
andrewwunderlich commented 3 years ago

Submission: https://github.com/andrewwunderlich/project-athena/tree/master/Task2_Update Team: doubleE Members: Andrew Wunderlich, Jay Desai, Miles Leonard-Albert Option: 1--Generate Optimization-based Whitebox AEs

Kronemeyer commented 3 years ago

Submission: https://github.com/Kronemeyer/project-athena/tree/master/Task2_update Team: Minerva Members: Deja Scott, Benjamin Kronemeyer, Benjamin Ritz, Oliver Mills Option: 4 - Hybrid Athena

milesziemer commented 3 years ago

Submission: Here Team: Mars Members: Miles Ziemer, Max Corbel, Safi Hoque, Shuge Lei Option 2- Learning based strategy

yiqian-sun commented 3 years ago

Submission: https://github.com/Arleycht/project-athena/tree/master/Task2_update Team: LANS Team member: Landin Thorsted, Alex Tsai, Nick Bautista, Yiqian Sun Option: 1--Generate Optimization-based Whitebox AE

ojihjo commented 3 years ago

Submission: https://github.com/Team-Horus/Task2_update Team: Horus Team members: Withana Jayarathna, Kaveh Shariati, Olajide Bamidele, Joshua Ojih Option 1: Optimazation-based white-box attack

smithandrewk commented 3 years ago

Submission: https://github.com/smithandrewk/project-athena/blob/andrew/Task2/ Team: Epsilon Team Members: Stephen Baione, JJ Satti, Andrew Smith Option 1: Optimization-based white-box attack

zhymirt commented 3 years ago

Submission: https://github.com/cjshearer/project-athena/tree/refine_task2/Task2 Team: Ares Team Members: Cody Shearer, Mahmudul Hasan, Vincent Davidson, Zhymir Thompson Option 2

Jacob-L-Vincent commented 3 years ago

Submission: https://github.com/Jacob-L-Vincent/project-athena.git Team: JIR Team Members: Jacob Vincent, Isaac Keohane, Raul Ferraz

MENG2010 commented 3 years ago

the assignment is due.