Update README.md
Browse files
README.md
CHANGED
|
@@ -35,11 +35,11 @@ We implemented this assignment using mainly Keras and Sklearn.
|
|
| 35 |
|
| 36 |
An example for the ‘Adults’ dataset:
|
| 37 |
|
| 38 |
-

|
| 39 |
|
| 40 |
An example for the ‘Bank-full’ dataset:
|
| 41 |
|
| 42 |
+

|
| 43 |
|
| 44 |
**Code Design:**
|
| 45 |
|
|
|
|
| 150 |
- MMDNF = Mean minimum euclidean distance for the not fooled samples was 0.422
|
| 151 |
- Several samples that “fooled” the detector:
|
| 152 |
|
| 153 |
+

|
| 154 |
|
| 155 |
- Several samples that “not fooled” the detector:
|
| 156 |
|
| 157 |
+

|
| 158 |
|
| 159 |
- Plotting the PCA shows that the fooled samples are very similar to the real data and the not fooled samples are less similar.
|
| 160 |
|