Update README.md
Browse files
README.md
CHANGED
|
@@ -32,15 +32,15 @@ Using adversarial examples, the project aims to improve the robustness and accur
|
|
| 32 |
|
| 33 |
#### Parseval Network
|
| 34 |
|
| 35 |
-
* [Orthogonality Constraint in Convolutional Layers](/
|
| 36 |
-
* [Convexity Constraint in Aggregation Layers](/
|
| 37 |
|
| 38 |
#### Convolutional Neural Network
|
| 39 |
|
| 40 |
#### Adversarial Examples
|
| 41 |
|
| 42 |
##### Fast Gradient Sign Method
|
| 43 |
-
[Examples](
|
| 44 |
|
| 45 |
### Evaluation
|
| 46 |
|
|
@@ -53,7 +53,7 @@ Using adversarial examples, the project aims to improve the robustness and accur
|
|
| 53 |
|
| 54 |
``` bash
|
| 55 |
|
| 56 |
-
adversarial_examples_parseval_net/
|
| 57 |
βββ FullyConectedModels
|
| 58 |
βΒ Β βββ model.py
|
| 59 |
βΒ Β βββ parseval.py
|
|
@@ -70,9 +70,9 @@ adversarial_examples_parseval_net/src/models
|
|
| 70 |
|
| 71 |
### Final Results:
|
| 72 |
|
| 73 |
-
* [The results of the first approach with FGSM](logs/AEModels
|
| 74 |
-
* [The results of the first approach with Random Noise](logs/RandomNoisemodels
|
| 75 |
-
* [The results of the second approach](
|
| 76 |
|
| 77 |
|
| 78 |
References
|
|
|
|
| 32 |
|
| 33 |
#### Parseval Network
|
| 34 |
|
| 35 |
+
* [Orthogonality Constraint in Convolutional Layers](https://huggingface.co/Sefika/parseval-network/blob/main/models/Parseval_Networks/constraint.py)
|
| 36 |
+
* [Convexity Constraint in Aggregation Layers](https://huggingface.co/Sefika/parseval-network/blob/main/models/Parseval_Networks/convexity_constraint.py)
|
| 37 |
|
| 38 |
#### Convolutional Neural Network
|
| 39 |
|
| 40 |
#### Adversarial Examples
|
| 41 |
|
| 42 |
##### Fast Gradient Sign Method
|
| 43 |
+
[Examples](https://huggingface.co/Sefika/parseval-network/blob/main/visualization/Adversarial_Images.ipynb)
|
| 44 |
|
| 45 |
### Evaluation
|
| 46 |
|
|
|
|
| 53 |
|
| 54 |
``` bash
|
| 55 |
|
| 56 |
+
adversarial_examples_parseval_net/models
|
| 57 |
βββ FullyConectedModels
|
| 58 |
βΒ Β βββ model.py
|
| 59 |
βΒ Β βββ parseval.py
|
|
|
|
| 70 |
|
| 71 |
### Final Results:
|
| 72 |
|
| 73 |
+
* [The results of the first approach with FGSM](https://huggingface.co/Sefika/parseval-network/tree/main/logs/AEModels)
|
| 74 |
+
* [The results of the first approach with Random Noise](https://huggingface.co/Sefika/parseval-network/tree/main/logs/RandomNoisemodels)
|
| 75 |
+
* [The results of the second approach](https://huggingface.co/Sefika/parseval-network/tree/main/logs)
|
| 76 |
|
| 77 |
|
| 78 |
References
|