Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of Projected Gradient Descent Attack Algorithm #4

Open
Heril18 opened this issue Oct 10, 2022 · 0 comments
Open

Addition of Projected Gradient Descent Attack Algorithm #4

Heril18 opened this issue Oct 10, 2022 · 0 comments
Labels
enhancement New feature or request intermediate Difficulty Level

Comments

@Heril18
Copy link
Collaborator

Heril18 commented Oct 10, 2022

Addition of Projected Gradient Descent Attack Algorithm

Task - Implementation and setting up of PGD Algorithm in the source code and its deployment on the main website.

Difficulty Level : Intermediate

Steps to be followed -

  • Add the respective attack function to attack.py file.
  • The function should be of the following framework -
def pgd(parameters):
	model body
	return dict()
  • Create the app-route python decorator for the algorithm in the app.py file.
  • The function should be of the following framework -
@app.route('/pgd', methods=['GET'])
def pgd():
    return render_template('pgd.html')
  • Create the HTML template file (pgd.html) for the respective algorithm in the template folder

Resources to be followed

@Heril18 Heril18 added enhancement New feature or request intermediate Difficulty Level labels Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request intermediate Difficulty Level
Projects
None yet
Development

No branches or pull requests

1 participant